Méthode ITransactionProxy::CreateVoter (comsvcs.h)
Fournit un bulletin de vote afin qu’un contexte de transaction COM+ puisse voter sur la transaction.
Syntaxe
HRESULT CreateVoter(
[in] ITransactionVoterNotifyAsync2 *pTxAsync,
[out] ITransactionVoterBallotAsync2 **ppBallot
);
Paramètres
[in] pTxAsync
Implémentation de ITransactionVoterNotifyAsync2 qui informe l’électeur d’une demande de vote.
[out] ppBallot
Implémentation de ITransactionVoterBallotAsync2 qui permet à l’électeur d’approuver ou d’opposer son veto à la transaction non-DTC.
Valeur retournée
Cette méthode peut retourner les valeurs de retour standard E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED et S_OK.
Configuration requise
Client minimal pris en charge | Windows XP avec SP2 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2003 avec SP1 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | comsvcs.h |