IHlink::GetHlinkSite

Retrieves the hyperlink site and associated site data from a hyperlink object.

HRESULT GetHlinkSite(

IHlinkSite * ppihlSite,

// Receives the hyperlink site interface

DWORD *pdwSiteData

// Receives additional site data

);

Parameters

ppihlSite
[out] On return, points to the IHlinkSite interface pointer on the hyperlink object. This may not be a NULL pointer on input.
pdwSiteData
[out] On return, points to the site data of the hyperlink target. This must not be a NULL pointer on input.

Return Values

S_OK
The hyperlink site and associated data have been successfully retrieved.

See Also