IHlinkFrame::OnNavigateIHlinkFrame::OnNavigate*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHlinkFrame::Navigate
*Next Topic: IHlinkFrame::SetBrowseContext

IHlinkFrame::OnNavigate

HRESULT OnNavigate(
    DWORD grfHLNF,            //Navigation flags
    IMoniker * pimkTarget,    //Moniker interface pointer of the hyperlink target
    LPCWSTR pwzLocation,      //Location within the hyperlink target of new hyperlink
    LPCWSTR pwzFriendlyName   //Friendly name of the hyperlink
   );

Notifies the hyperlink frame that a hyperlink has been navigated to.

grfHLNF
[in] Flags describing how the navigation is to proceed. The value of the flag can be any valid HLNF enumeration value.
pimkTarget
[in, unique] Address of an IMoniker interface on the hyperlink target.
pwzLocation
[in, unique] A string identifying the location within the hyperlink target that was navigated to. Must not be NULL.
pwzFriendlyName
[in, unique] The friendly name of the location within the hyperlink target that has been navigated to. Must not be NULL.

See also HlinkOnNavigate, HLNF, IHlinkBrowseContext::OnNavigateHlink, IHlinkSite::OnNavigationComplete


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