Sets the target moniker or location string values for a hyperlink object.
HRESULT SetMonikerReference(
DWORD grfHLSETF |
// Specifies whether to set the hyperlink target, the location within the target, or both. |
IMoniker * pimkTarget |
// Moniker interface pointer of the hyperlink target |
LPCWSTR pwzLocation |
// Location within the hyperlink target of new hyperlink |
); |
Parameters
Return Values
See Also