Notifies the hyperlink site that the hyperlink navigation is about to occur.
Syntax
HRESULT ReadyToNavigate( DWORD dwSiteData, DWORD dwReserved );
Parameters
- dwSiteData
- [in] Unsigned long integer value used to specify 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.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
If this method returns E_ABORT, cancel the operation.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
See Also
HlinkOnNavigate, IHlinkBrowseContext::OnNavigateHlink, IHlinkFrame::OnNavigate