IHlinkTarget::SetBrowseContext

Establishes the current browse context for this hyperlink target.

HRESULT SetBrowseContext(

IHlinkBrowseContext * pihlbc

// Browse context interface pointer to set for the hyperlink target

);

Parameters

pihlbc
[in, unique] Pointer to the browse context object’s interface.

Return Values

S_OK
The browse context has been successfully set.
E_NOTIMPL
The hyperlink target does not understand browse contexts.

See Also

HlinkCreateBrowseContext, IHlinkBrowseContext, IHlinkFrame::SetBrowseContext, IHlinkTarget::GetBrowseContext