ITransactionProxy::CreateVoter 方法 (comsvcs.h)
提供一項建議,讓 COM+ 交易內容可以投票給交易。
語法
HRESULT CreateVoter(
[in] ITransactionVoterNotifyAsync2 *pTxAsync,
[out] ITransactionVoterBallotAsync2 **ppBallot
);
參數
[in] pTxAsync
ITransactionVoterNotifyAsync2的實作,會通知投票要求的投票者。
[out] ppBallot
ITransactionVoterBallotAsync2的實作,可讓投票者核准或 Veto 非 DTC 交易。
傳回值
這個方法可以傳回標準傳回值E_INVALIDARG、E_OUTOFMEMORY、E_UNEXPECTED和S_OK。
規格需求
最低支援的用戶端 | 具有 SP2 的 Windows XP [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2003 SP1 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | comsvcs.h |