Navigate method

[IHlinkTarget::Navigate may be altered or unavailable in subsequent versions of the operating system or product.]

Note  The Microsoft ActiveX Hyperlink API is deprecated in Windows Internet Explorer 8 and later, and ActiveX technology as a whole is unsupported in the Microsoft Edge browser in favor of standards-based web APIs. For more information, see Saying goodbye to ActiveX, VBScript, attachEvent... and Get ready for plug-in free browsing.

 

Navigates to and shows the specified location in the object or document, if the specified location is not visible.

Syntax

HRESULT retVal = object.Navigate(grfHLNF, pwzJumpLocation);

Parameters

  • grfHLNF [in]
    Type: DWORD

    An unsigned long integer value that specifies a flag that describes how the navigation is to proceed. The value of the flag can be any valid HLNF enumeration value.

  • pwzJumpLocation [in]
    Type: LPCWSTR

    The address of a string that specifies the location portion of the hyperlink reference.

See also

Reference

HlinkNavigate

HlinkNavigateToStringReference

IHlinkFrame::Navigate

IHlink::Navigate