Contents Previous Page Next Page
IHlinkBrowseContext::GetObject

Retrieves an object previously registered in the browse context.

HRESULT GetObject(

    IMoniker * 
pmk,          // Moniker interface pointer of the object being retrieved                         
                                                                                                                
    IUnknown ** ppunk        // Location to receive the unknown interface pointer of  requested object          
                                                                                                                
   );                                                                                                           
                                                                                                                

Parameters

pmk

[in,unique] Identifies the object being retrieved.

ppunk

[out] Location to return the IUnknown interface of the object being retrieved.

Return Values

S_OK

Indicates the previously registered object has been retrieved.

S_FALSE

Indicates no object indicated by pmk was registered in the browse context.

See Also

IHlinkBrowseContext::Register