This method decrements the nested transaction count for an open repository instance. If the currently active transaction is not nested, all changes made to repository data within the transaction are committed to the Microsoft® Repository database. A transaction is not nested if the nested transaction count equals one.
HRESULT Commit(void);
Return Value
S_OK
The method completed successfully.
This method failed to complete successfully.