Use this method to create a new repository. The fundamental repository tables are automatically created in the new repository. An IRepositoryObject interface pointer to the Microsoft® Repository root object is passed back to the caller.
HRESULT Create(
BSTR Connect,
BSTR User,
BSTR Password,
long fFlags,
IRepositoryObject **ppIRootObj
);
Parameters
Return Value
S_OK
The method completed successfully.
This method failed to complete successfully.