IHlinkFrame::Navigate

Navigates to the hyperlink target.

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

);

Parameters

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] Pointer to the bind context interface to use for any moniker binding during this operation. Must not be NULL.
pibsc
[in, unique] Pointer to 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] Pointer to the IHlink object interface to the hyperlink target.

Return Values

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.

See Also

HLNF, IHlink::Navigate