IHlinkTarget::Navigate

If the given location is not visible, navigates to and shows the location position within the object/document.

HRESULT Navigate(
  DWORD grfHLNF,             //Value from the HLNF enumeration
  LPCWSTR * pwzJumpLocation  //Location within the hyperlink target 
                             //to navigate to
);
 

Parameters

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.

Return Values

S_OK
The navigation to the hyperlink target has been successful.

QuickInfo

  Windows NT: Use version 5.0 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in hlink.h.

See Also

HlinkNavigate, HlinkNavigateToStringReference, HLNF, IHlinkFrame::Navigate, IHlink::Navigate