Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 |