IHlink::GetFriendlyName M...     IHlink::GetMiscStatus Met...     IHlink Interface    
Web Workshop (Miscellaneous)

IHlink::GetHlinkSite Method


Retrieves the interface pointer on the site object.

Syntax

HRESULT GetHlinkSite(
    IHlinkSite *ppihlSite, 
    DWORD *pdwSiteData 
);

Parameters

ppihlSite
[out] Address of the IHlinkSite interface pointer on the hyperlink object. This must not be a NULL pointer on input.
pdwSiteData
[out] 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.

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

IHlink::SetHlinkSite


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.