IHlinkTarget::GetBrowseContext

Retrieves the browse context in which this hyperlink target is currently running.

HRESULT GetBrowseContext(

IHlinkBrowseContext * ppihlbc

// Buffer to receive the current browse context’s interface pointer

);

Parameters

ppihlbc
[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