Contents Index Topic Contents | ||
Previous Topic: IHlinkBrowseContext::SetBrowseWindowInfo Next Topic: IHlinkFrame |
IHlinkBrowseContext::SetCurrentHlink
HRESULT SetCurrentHlink( ULONG uHLID //Hyperlink ID to set in the navigation stack );Sets the current hyperlink in this browse context's navigation stack.
- Returns S_OK to indicate this hyperlink has been successfully set in the current browse context's navigation stack, or E_FAIL if not.
- uHLID
- [in] Used to identify the hyperlink to set in the current browse context's navigation stack. Can be a value taken from the HLID constants to indicate a logically identified hyperlink, such as HLID_PREVIOUS or HLID_NEXT.
See also HLID, IHlinkBrowseContext::GetHlink
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.