TRANSACTION_ENLISTMENT_PAIR - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdm.h

typedef struct _TRANSACTION_ENLISTMENT_PAIR {
  GUID EnlistmentId;
  GUID ResourceManagerId;
} TRANSACTION_ENLISTMENT_PAIR, *PTRANSACTION_ENLISTMENT_PAIR;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wdm-_transaction_enlistment_pair)

_TRANSACTION_ENLISTMENT_PAIR structure

Description

The TRANSACTION_ENLISTMENT_PAIR structure contains information about an enlistment that is associated with a transaction object.

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.

See also

TRANSACTION_ENLISTMENTS_INFORMATION

ZwQueryInformationTransaction