Retrieves the interface pointer on the site object.
Syntax
HRESULT GetHlinkSite( IHlinkSite *ppihlSite, DWORD *pdwSiteData );
Parameters
- ppihlSite
- [out] Address of the IHlinkSite interface pointer on the hyperlink object. This must not be a NULL pointer on input.
- pdwSiteData
- [out] Address of the site data of the hyperlink target. This must not be a NULL pointer on input. Site data can be used to identify the hyperlink in the collection of hyperlinks for a particular site.
Return Value
Returns S_OK if successful, or an error code otherwise.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
See Also
IHlink::SetHlinkSite