IRepositoryObjectStorage::InitNew

Meta Data Services Programming

Meta Data Services Programming

IRepositoryObjectStorage::InitNew

The repository engine uses this method to initialize a new repository object in memory.

HRESULT InitNew(     IRepository    *pIRepository,
    INTID              sInternalId
);

Parameters

*pIRepository

[in]
The repository that contains this object.

sInternalId

[in]
The internal identifier for the new object.

Return Value

S_OK

The method completed successfully.

Error Values

This method failed to complete successfully.

See Also

IRepository Interface

IRepositoryObjectStorage Interface