The repository engine uses this method to initialize a new repository object in memory.
HRESULT InitNew(
IRepository *pIRepository,
INTID sInternalId
);
*pIRepository
[in]
The repository that contains this object.
sInternalId
[in]
The internal identifier for the new object.
S_OK
The method completed successfully.
This method failed to complete successfully.