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.
Indicates the readiness of an object to commit or abort the current transaction.
Syntax
typedef enum tagTransactionVote {
TxCommit = 0,
TxAbort
} TransactionVote;
Constants
TxCommitValue: 0 An existing object votes to commit the current transaction. |
TxAbortAn existing object votes to abort the current transaction. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | comsvcs.h |