Contents Index Topic Contents | ||
Previous Topic: IHlinkTarget::GetMoniker Next Topic: IHlinkTarget::SetBrowseContext |
IHlinkTarget::Navigate
HRESULT Navigate( DWORD grfHLNF, //Value from the HLNF enumeration LPCWSTR * pwzJumpLocation //Location within the hyperlink target to navigate to );If the given location is not visible, navigates to and shows the location position within the object/document.
- Returns S_OK if navigation to the hyperlink target has been successful.
- grfHLNF
- [in] Flags describing how the navigation is to proceed. The value of the flag can be any valid HLNF enumeration value.
- pwzJumpLocation
- [in, unique] The string location portion of the hyperlink reference.
See also HlinkNavigate, HlinkNavigateToStringReference, HLNF, IHlinkFrame::Navigate, IHlink::Navigate
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.