IHlinkFrame::Navigate Met...     IHlinkFrame::SetBrowseCon...     IHlinkFrame Interface    
Web Workshop (Miscellaneous)

IHlinkFrame::OnNavigate Method


Notifies the hyperlink frame about a hyperlink navigation.

Syntax

HRESULT OnNavigate(
    DWORD grfHLNF,            
    IMoniker *pimkTarget,     
    LPCWSTR pwzLocation,      
    LPCWSTR pwzFriendlyName   
);

Parameters

grfHLNF
[in] Unsigned long integer value that specifies a flag describing how the navigation is to proceed. The value of the flag can be any valid HLNF enumeration value.
pimkTarget
[in] Address of an IMoniker interface on the hyperlink target.
pwzLocation
[in] Address of a string that specifies the navigation location. This must not be NULL.
pwzFriendlyName
[in] Address of a string that specifies the display name of the location navigated to within the hyperlink target. This must not be NULL.

Return Value

Returns S_OK if successful, or an error code otherwise.

Windows CE

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

See Also

HlinkOnNavigate, IHlinkBrowseContext::OnNavigateHlink, IHlinkSite::OnNavigationComplete



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.