Retrieves the hyperlink site and associated site data from a hyperlink object.
HRESULT GetHlinkSite(
IHlinkSite **
pphlSite, // Receives the hyperlink site interface
DWORD *pdwSiteData // Receives additional site data
);
Parameters
pphlSite
[out] On return, points to the IHlinkSite interface pointer on the hyperlink object. This may not be a NULL pointer on input.
pdwSiteData
[in, out] On return, points to the site data of the hyperlink target. This may not be a NULL pointer on input.
Return Values
S_OK
The hyperlink site and associated data have been successfully retrieved.
See Also