TRANSACTION_ENLISTMENT_PAIR structure (wdm.h)
The TRANSACTION_ENLISTMENT_PAIR structure contains information about an enlistment that is associated with a transaction object.
Syntax
typedef struct _TRANSACTION_ENLISTMENT_PAIR {
GUID EnlistmentId;
GUID ResourceManagerId;
} TRANSACTION_ENLISTMENT_PAIR, *PTRANSACTION_ENLISTMENT_PAIR;
Members
EnlistmentId
A GUID that KTM has assigned to the enlistment.
ResourceManagerId
A GUID that KTM has assigned to the resource manager that created the enlistment.
Remarks
The TRANSACTION_ENLISTMENT_PAIR structure is used as a member of the TRANSACTION_ENLISTMENTS_INFORMATION structure.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows Vista and later operating system versions. |
Header | wdm.h (include Wdm.h, Ntddk.h, Ntifs.h) |