IHlinkFrame::GetBrowseContext

Retrieves the browse context of the hyperlink frame.

HRESULT GetBrowseContext(
  IHlinkBrowseContext * ppihlbc  //Buffer to receive the interface 
                                 //of the current browse context
);
 

Parameters

ppihlbc
[out] Location to return the browse context interface's pointer.

Return Values

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

QuickInfo

  Windows NT: Use version 5.0 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in hlink.h.

See Also

HlinkCreateBrowseContext, IHlinkBrowseContext, IHlinkFrame::SetBrowseContext, IHlinkTarget