Contents Previous Page Next Page
IHlinkFrame::GetBrowseContext

Retrieves the browse context of the hyperlink frame.

HRESULT GetBrowseContext(

    IHlinkBrowseContext **
 pphlbc         // Buffer to receive the interface of the current browse context        
                                                                                                                  
   );                                                                                                             
                                                                                                                  

Parameters

pphlbc

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

See Also

HlinkCreateBrowseContext, IHlinkBrowseContext, IHlinkFrame::SetBrowseContext, IHlinkTarget