CrmTransactionState enumeration (comsvcs.h)

Represents the current transaction state of the transaction.

Syntax

typedef enum tagCrmTransactionState {
  TxState_Active = 0,
  TxState_Committed,
  TxState_Aborted,
  TxState_Indoubt
} CrmTransactionState;

Constants

 
TxState_Active
Value: 0
The transaction is active.
TxState_Committed
The transaction is committed.
TxState_Aborted
The transaction was aborted.
TxState_Indoubt
The transaction is in doubt.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header comsvcs.h

See also

ICrmMonitorLogRecords::get_TransactionState