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.

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::GetBrowseContext