Contents Index Topic Contents | ||
Previous Topic: IHlink::SetFriendlyName Next Topic: IHlink::SetMonikerReference |
IHlink::SetHlinkSite
HRESULT SetHlinkSite( IHlinkSite * pihlSite, //Interface pointer to the new hyperlink site DWORD dwSiteData //Additional site data );Sets the hyperlink site and associated site data on a hyperlink object.
- Returns S_OK if the hyperlink site object and its site data have been successfully set.
- pihlSite
- [in, unique] Address of a new IHlinkSite object for this hyperlink.
- dwSiteData
- [in] DWORD that specifies additional information about the site. For instance, each site can differ in color or style from other sites in the same container.
See also IHlink::GetHlinkSite
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.