Navigates to and shows the specified location within the object/document, if the specified location is not visible.
Syntax
HRESULT Navigate( DWORD grfHLNF, LPCWSTR *pwzJumpLocation );
Parameters
- grfHLNF
- [in] Unsigned long integer value that specifies a flag describing how the navigation is to proceed. The value of the flag can be any valid HLNF enumeration value.
- pwzJumpLocation
- [in] Address of a string that specifies the location portion of the hyperlink reference.
Return Value
Returns S_OK if successful, or an error code otherwise.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
See Also
HlinkNavigate, HlinkNavigateToStringReference, IHlinkFrame::Navigate, IHlink::Navigate