Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
TRANSACTION_OUTCOME enumeration (winnt.h)
Defines the outcomes (results) that KTM can assign to a transaction.
Syntax
typedef enum _TRANSACTION_OUTCOME {
TransactionOutcomeUndetermined = 1,
TransactionOutcomeCommitted,
TransactionOutcomeAborted
} TRANSACTION_OUTCOME;
Constants
TransactionOutcomeUndeterminedValue: 1 The transaction has not yet been committed or rolled back. |
TransactionOutcomeCommittedThe transaction has been committed. |
TransactionOutcomeAbortedThe transaction has been rolled back. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2008 |
| Header | winnt.h (include Windows.h) |
See also
Feedback
Was this page helpful?
