Saves the interface pointer on the site object.
Syntax
HRESULT SetHlinkSite( IHlinkSite *pihlSite, DWORD dwSiteData );
Parameters
- pihlSite
- [in] Address of a new IHlinkSite object for this hyperlink.
- dwSiteData
- [in] Unsigned long integer value that specifies additional information about the hyperlink for this site. 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