Retrieves an object previously registered in the browse context. If the object referred to by pimk is not registered in the browse context, then IHlinkBrowseContext::GetObject binds to the full moniker and retrieves the object if the following conditions are met: 1) fBindlfRootRegistered is set to TRUE; 2) the moniker is referring to an embedded object (the moniker pimk is a generic composite moniker); and, 3) the root object of the containment hierarchy is registered with the browse context.
HRESULT GetObject(
IMoniker * pimk, |
// Moniker interface pointer of the object being retrieved |
BOOL fBindIfRootRegistered |
// Determines binding to the moniker and retrieval of the object |
IUnknown ** ppiunk |
// Location to receive the unknown interface pointer of requested object |
); |
Parameters
Return Values
See Also