IRepository::get_RootObject

Meta Data Services Programming

Meta Data Services Programming

IRepository::get_RootObject

This method obtains a pointer to the root object of the repository that is currently open. The root object is the repository object to which all other repository objects are (either directly or indirectly) connected.

HRESULT get_RootObject(     IRepositoryObject    **ppIRootObj
);

Parts

*ppIRootObj

[out]
The IRepositoryObject interface pointer for the root repository object.

Return Value

S_OK

The method completed successfully.

Error Values

This method failed to complete successfully.

See Also

IRepository Interface

IRepositoryObject Interface