Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |