IRepository::get_RootObject

See Also

Use this method to obtain a pointer to the root object of the currently open repository. The root object is the Repository object to which all other repository objects are (either directly or indirectly) connected.

HRESULT get_RootObject(
IRepositoryObject    **ppIRootObj
);

Parameters

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

(c) 1988-1998 Microsoft Corporation. All Rights Reserved.