Notifies the hyperlink site that a hyperlink navigation has been successful. This notification in particularly useful if the hyperlink has been navigated asynchronously because it is the only notification the hyperlink receives to realize that hyperlinking has completed.
HRESULT OnNavigationComplete(
DWORD dwSiteData, //Site data for the hyperlink object
DWORD dwReserved, //Reserved for future use
HRESULT hrError, //Result of the hyperlink navigation
LPCWSTR pwzError //Description of the failure, if any
);
Windows NT: Use version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in hlink.h.
HlinkOnNavigate, IHlinkBrowseContext::OnNavigateHlink, IHlinkFrame::OnNavigate