// wdm.h
typedef struct _ENLISTMENT_BASIC_INFORMATION {
GUID EnlistmentId;
GUID TransactionId;
GUID ResourceManagerId;
} ENLISTMENT_BASIC_INFORMATION, *PENLISTMENT_BASIC_INFORMATION;
View the official Windows Driver Kit DDI referenceNo description available.
The ENLISTMENT_BASIC_INFORMATION structure contains information about an enlistment object.
EnlistmentIdA GUID that KTM has assigned to the enlistment object.
TransactionIdA GUID that KTM has assigned to the transaction object that is associated with the enlistment object that the EnlistmentId member identifies.
ResourceManagerIdA GUID that KTM has assigned to the resource manager that created the enlistment.
The ENLISTMENT_BASIC INFORMATION structure is used with the ZwQueryInformationEnlistment routine.