ITransactionEnlistmentAsync::CommitRequestDone

The resource manager invokes this method to inform the transaction manager that it has successfully committed the transaction.

HRESULT CommitRequestDone(
HRESULT
hr);

Parameters

hr [in]
S_OK indicates that the transaction has committed.

Return Values

S_OK
Success.

E_INVALIDARG
An invalid hr was specified.

E_FAIL
CommitRequestDone was called illegally.