Notifies the hyperlink site that a hyperlink navigation was successful.
Syntax
HRESULT OnNavigationComplete( DWORD dwSiteData, DWORD dwReserved, HRESULT hrError, LPCWSTR pwzError );
Parameters
- dwSiteData
- [in] 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] Reserved for future use; must be set to zero.
- hrError
- [in] Result of the hyperlink navigation.
- pwzError
- [in] Address of the string that describes the failure that occurred.
Return Value
Returns S_OK if successful, or E_ABORT or E_FAIL otherwise.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
See Also
HlinkOnNavigate, IHlinkBrowseContext::OnNavigateHlink, IHlinkFrame::OnNavigate