Meta Data Services Programming
IRepositoryObjectStorage::Load
The repository engine uses this method to load the state information of a repository object into memory from the repository database.
HRESULT Load(
IRepository *pIRepository,
INTID sInternalId
);
Parameters
*pIRepository
[in]
The repository that contains this object.
sInternalId
[in]
The internal identifier for the repository object.
Return Value
S_OK
The method completed successfully.
This method failed to complete successfully.