Partager via


ContextInfo::GetTransaction, méthode (comsvcs.h)

Récupère l’objet transactionnel du contexte de l’objet.

Syntaxe

HRESULT GetTransaction(
  [out] IUnknown **ppTx
);

Paramètres

[out] ppTx

Référence à l’interface IUnknown de l’objet transaction pour la transaction en cours d’exécution.

Valeur retournée

Cette méthode peut retourner les valeurs de retour standard E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED et E_FAIL, ainsi que les valeurs suivantes.

Code de retour Description
S_OK
La commande s'est correctement terminée.
S_FALSE
L’objet ne s’exécute pas dans une transaction. Le paramètre ppTx est NULL.

Configuration requise

   
Client minimal pris en charge Windows 2000 Professionnel [applications de bureau uniquement]
Serveur minimal pris en charge Windows 2000 Server [applications de bureau uniquement]
Plateforme cible Windows
En-tête comsvcs.h

Voir aussi

ContextInfo