Retrieves the browse context in which this hyperlink target is currently running.
HRESULT GetBrowseContext(
IHlinkBrowseContext **
pphlbc // Buffer to receive the current browse contextÆs interface pointer
);
Parameters
pphlbc
[out] Pointer to the location to return the browse context objectÆs interface pointer.
Return Values
S_OK
The browse context has been successfully retrieved.
E_NOTIMPL
The hyperlink target does not understand browse contexts.
See Also
HlinkCreateBrowseContext, IHlinkBrowseContext, IHlinkFrame::GetBrowseContext, IHlinkTarget::SetBrowseContext