IRepositoryObjectStorage::Load

See Also

The Repository engine uses this method to load a Repository object's state 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.

Error

Values

This method failed to complete successfully.