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.
- Returns one of the following:
S_OK The navigation to the target has been successful. IHlink::Navigate errors Since IHlinkFrame::Navigate calls IHlink::Navigate, the errors associated with this method can be returned.
- 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
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.