TransactionVote 列挙 (comsvcs.h)
現在のトランザクションをコミットまたは中止するオブジェクトの準備を示します。
構文
typedef enum tagTransactionVote {
TxCommit = 0,
TxAbort
} TransactionVote;
定数
TxCommit 値: 0 既存のオブジェクトが、現在のトランザクションのコミットに投票します。 |
TxAbort 既存のオブジェクトは、現在のトランザクションを中止する投票を行います。 |
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 2000 Professional [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows 2000 Server [デスクトップ アプリのみ] |
Header | comsvcs.h |