This method materializes an IObjectCol interface pointer for the collection of all objects in the repository that conform to this class.
HRESULT ObjectInstances(
IObjectCol **ppIObjectCol
);
Parameters
*ppIObjectCol [out]
The interface pointer for the object collection.
Return Value
S_OK
The method completed successfully.
This method failed to complete successfully.
Remarks