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.
QuickInfo
  Windows NT: Use version 5.0 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in hlink.h.
See Also
IHlink::SetHlinkSite