GetHlinkSite method

[IHlink::GetHlinkSite may be altered or unavailable in subsequent versions of the operating system or product.]

Note  The Microsoft ActiveX Hyperlink API is deprecated in Windows Internet Explorer 8 and later, and ActiveX technology as a whole is unsupported in the Microsoft Edge browser in favor of standards-based web APIs. For more information, see Saying goodbye to ActiveX, VBScript, attachEvent... and Get ready for plug-in free browsing.

 

Gets the interface pointer on the site object.

Syntax

HRESULT retVal = object.GetHlinkSite(ppihlSite, pdwSiteData);

Parameters

  • ppihlSite [out]
    Type: IHlinkSite

    The address of the IHlinkSite interface pointer on the hyperlink object. This must not be a NULL pointer on input.

  • pdwSiteData [out]
    Type: DWORD

    The 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.

See also

IHlink::SetHlinkSite