// wdm.h
typedef struct _TRANSACTION_ENLISTMENT_PAIR {
GUID EnlistmentId;
GUID ResourceManagerId;
} TRANSACTION_ENLISTMENT_PAIR, *PTRANSACTION_ENLISTMENT_PAIR;
View the official Windows Driver Kit DDI referenceNo description available.
The TRANSACTION_ENLISTMENT_PAIR structure contains information about an enlistment that is associated with a transaction object.
EnlistmentIdA GUID that KTM has assigned to the enlistment.
ResourceManagerIdA GUID that KTM has assigned to the resource manager that created the enlistment.
The TRANSACTION_ENLISTMENT_PAIR structure is used as a member of the TRANSACTION_ENLISTMENTS_INFORMATION structure.
TRANSACTION_ENLISTMENTS_INFORMATION