ITransactionOutcomeEvents::Committed

Raised when the transaction commits. The Committed event is raised at the end of phase one on the root transaction manager's system and at the beginning of phase two on subordinate transaction manager's systems.

Syntax

HRESULT Committed (
BOOL fRetaining,
XACTUOW* pNewUOW,
HRESULT hr )

where

fRetaining
[in] Is always FALSE.
pNewUOW
[in] Is always NULL.
hr
[in] Is always S_OK.

Returns

S_OK
Indicates the transaction committed.