Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the current transaction state of the transaction.
Syntax
typedef enum tagCrmTransactionState {
TxState_Active = 0,
TxState_Committed,
TxState_Aborted,
TxState_Indoubt
} CrmTransactionState;
Constants
TxState_ActiveValue: 0 The transaction is active. |
TxState_CommittedThe transaction is committed. |
TxState_AbortedThe transaction was aborted. |
TxState_IndoubtThe 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 |