IHlink::GetHlinkSiteIHlink::GetHlinkSite*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHlink::GetFriendlyName
*Next Topic: IHlink::GetMiscStatus

IHlink::GetHlinkSite

HRESULT GetHlinkSite(
    IHlinkSite * ppihlSite,    //Receives the hyperlink site interface
    DWORD *pdwSiteData         //Receives additional site data
   );

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

ppihlSite
[out] On return, points to the IHlinkSite interface pointer on the hyperlink object. This cannot 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.

See also IHlink::SetHlinkSite


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.