IHlinkBrowseContext::GetB...     IHlinkBrowseContext::GetO...     IHlinkBrowseContext Inter...    
Web Workshop (Miscellaneous)

IHlinkBrowseContext::GetHlink Method


Retrieves a hyperlink from the browse context.

Syntax

HRESULT GetHlink(
    ULONG uHLID,      
    IHlink **ppihl     
);

Parameters

uHLID
[in] Integer that specifies the hyperlink to retrieve. This can be one of the HLID values, such as HLID_PREVIOUS or HLID_NEXT.
ppihl
[out] Address of the buffer to receive the IHlink interface pointer of the hyperlink object.

Return Value

Returns S_OK if successful, or E_FAIL if the hyperlink does not exist in the browse context.

Windows CE

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

See Also

IHlinkBrowseContext::SetCurrentHlink



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.