Contents Previous Page Next Page
IHlinkTarget::SetBrowseContext

Establishes the current browse context for this hyperlink target.

HRESULT SetBrowseContext(

    IHlinkBrowseContext *
 phlbc         // Browse context interface pointer to set for the hyperlink target       
                                                                                                                  
   );                                                                                                             
                                                                                                                  

Parameters

phlbc

[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