This method creates a new Microsoft® Repository type library and attaches it to the root of the repository. Each Repository type library represents an information model.
HRESULT CreateTypeLib(
VARIANT sObjId,
BSTR Name,
VARIANT TypeLibId,
IReposTypeLib **ppIRepTypeLib
);
Parameters
*ppIRepTypeLib [out]
The IReposTypeLib interface pointer to the new Repository type library object.
Return Value
S_OK
The method completed successfully.
This method failed to complete successfully.