Partager via


structure TRANSACTION_ENLISTMENT_PAIR (wdm.h)

La structure TRANSACTION_ENLISTMENT_PAIR contient des informations sur un inscription associé à un objet de transaction .

Syntaxe

typedef struct _TRANSACTION_ENLISTMENT_PAIR {
  GUID EnlistmentId;
  GUID ResourceManagerId;
} TRANSACTION_ENLISTMENT_PAIR, *PTRANSACTION_ENLISTMENT_PAIR;

Membres

EnlistmentId

GUID que KTM a affecté à l’inscription.

ResourceManagerId

GUID que KTM a affecté au gestionnaire de ressources qui a créé l’inscription.

Remarques

La structure TRANSACTION_ENLISTMENT_PAIR est utilisée comme membre de la structure TRANSACTION_ENLISTMENTS_INFORMATION.

Exigences

Exigence Valeur
client minimum pris en charge Disponible dans Windows Vista et versions ultérieures du système d’exploitation.
d’en-tête wdm.h (include Wdm.h, Ntddk.h, Ntifs.h)

Voir aussi

TRANSACTION_ENLISTMENTS_INFORMATION

ZwQueryInformationTransaction