ITransactionOutcomeEvents::InDoubt

Raised when the application calls either Commit or Abort and then loses communication with the commit coordinator before the completion of phase one of the two-phase commit protocol. In this case, MS DTC cannot inform the application about the transaction outcome. Any of the following errors will cause the InDoubt event to be raised:

Syntax

HRESULT InDoubt (void)

Returns

S_OK
Indicates succeeded.