OnNavigationComplete method

[IHlinkSite::OnNavigationComplete 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.
 

Notifies the hyperlink site that a hyperlink navigation was successful.

Syntax


HRESULT retVal = object.OnNavigationComplete(dwSiteData, dwReserved, hrError, pwzError);

Parameters

dwSiteData [in]

Type: DWORD

An unsigned long integer value that specifies the hyperlink to the hyperlink site. The hyperlink site initializes the hyperlink with this value as part of IHlink::SetHlinkSite.

dwReserved [in]

Type: DWORD

Reserved. Must be set to 0.

hrError [in]

Type: HRESULT

The result of the hyperlink navigation.

pwzError [in]

Type: LPCWSTR

A pointer to the string that describes the failure that occurred.

See also

Reference
HlinkOnNavigate
IHlinkBrowseContext::OnNavigateHlink
IHlinkFrame::OnNavigate

 

 

Show: