IHlinkSite::ReadyToNavigateIHlinkSite::ReadyToNavigate*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHlinkSite::QueryService
*Next Topic: IHlinkTarget

IHlinkSite::ReadyToNavigate

HRESULT ReadyToNavigate(
    DWORD dwSiteData,    //Site data for the hyperlink object
    DWORD dwReserved     //Reserved for future use
   );

Notifies the hyperlink site that the hyperlink navigation is about to occur. To back out of the operation, return E_ABORT.

dwSiteData
[in] Used to identify 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 by the caller. To ensure compatibility with future use, the callee must not check for zero.

See also HlinkOnNavigate, IHlinkBrowseContext::OnNavigateHlink, IHlinkFrame::OnNavigate


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.