Sets the target string or location string values for a hyperlink object.
HRESULT SetStringReference(
DWORD grfHLSETF |
// Specifies whether to set the hyperlink target, the location within the target, or both. |
LPCWSTR pwzTarget |
// Target name for the hyperlink |
LPCWSTR pwzLocation |
// Location within the hyperlink target of new hyperlink |
); |
Parameters
Return Values
See Also