Contents Index Topic Contents | ||
Previous Topic: IHlinkBrowseContext::GetBrowseWindowInfo Next Topic: IHlinkBrowseContext::GetObject |
IHlinkBrowseContext::GetHlink
HRESULT GetHlink( ULONG uHLID, //Hyperlink to retrieve IHlink * ppihl //Buffer to return the IHlink interface of the hyperlink );Retrieves a hyperlink from this browse context.
- Returns S_OK if the hyperlink has been successfully retrieved from this browse context, or E_FAIL if the specified hyperlink does not exist in this browse context.
- uHLID
- [in] Used to identify the hyperlink to retrieve. Can be a value taken from the HLID constants to indicate a logically identified hyperlink, such as HLID_PREVIOUS or HLID_NEXT.
- ppihl
- [out] Address of the buffer to return the IHlink interface pointer of the hyperlink object.
See also HLID, IHlink, IHlinkBrowseContext::SetCurrentHlink
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.