IHlinkFrame::GetBrowseCon...     IHlinkFrame::OnNavigate M...     IHlinkFrame Interface    
Web Workshop (Miscellaneous)

IHlinkFrame::Navigate Method


Navigates to the target hyperlink.

Syntax

HRESULT Navigate(
    DWORD grfHLNF,    
    LPBC pbc,        
    IBindStatusCallback *pibsc,    
    IHlink *pihlNavigate           
);

Parameters

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

Return Value

Returns S_OK if successful, or one of the IHlink::Navigate errors otherwise.

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.