IHlinkFrame::NavigateIHlinkFrame::Navigate*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHlinkFrame::GetBrowseContext
*Next Topic: IHlinkFrame::OnNavigate

IHlinkFrame::Navigate

HRESULT Navigate(
    DWORD grfHLNF,    //Navigation flags
    LPBC pbc,        //Bind context interface pointer
    IBindStatusCallback * pibsc,    //Bind-status callback  interface pointer
    IHlink * pihlNavigate           //Hyperlink target interface pointer
   );

Navigates to the hyperlink target.

grfHLNF
[in] Flags describing how the navigation is to proceed. The value of the flag can be any valid HLNF enumeration value.
pbc
[in, unique] Address of the bind context interface to use for any moniker binding during this operation. Must not be NULL.
pibsc
[in, unique] Address of the IBindStatusCallback object interface to use for any asynchronous moniker binding performed during the navigation. If NULL, the caller is not interested in progress notification, cancellation, pausing, or low-level binding information.
pihlNavigate
[in, unique] Address of the IHlink object interface to the hyperlink target.

See also HLNF, IHlink::Navigate


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