IHlinkSite::OnNavigationC...     IHlinkSite::ReadyToNaviga...     IHlinkSite Interface    
Web Workshop (Miscellaneous)

IHlinkSite::QueryService Method


Retrieves any service or interface from the hyperlink site object.

Syntax

HRESULT QueryService(
    DWORD dwSiteData,        
    REFGUID guidService,    
    REFIID riid,             
    IUnknown **ppiunk         
);

Parameters

dwSiteData
[in] Unsigned long integer value that specifies the hyperlink to the hyperlink site. The hyperlink site initializes the hyperlink with this value as part of IHlink::SetHlinkSite.
guidService
[in] Not currently implemented.
riid
[in] Location to receive the riid (identifier) of the interface.
ppiunk
[out] Address of a pointer to the IUnknown interface of the service query.

Return Value

Returns S_OK if the hyperlink container interface is successfully retrieved, or E_NOINTERFACE if the desired interface is not available.

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0

See Also

IHlinkSite::GetMoniker



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.