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 |
); |
Parameters
Return Values
See Also
HlinkOnNavigate, IHlinkBrowseContext::OnNavigateHlink, IHlinkFrame::OnNavigate