TransactionVote enumeration (comsvcs.h)

Indicates the readiness of an object to commit or abort the current transaction.

Syntax

typedef enum tagTransactionVote {
  TxCommit = 0,
  TxAbort
} TransactionVote;

Constants

 
TxCommit
Value: 0
An existing object votes to commit the current transaction.
TxAbort
An 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

See also

IContextState