ENLISTMENT_BASIC_INFORMATION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

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

_ENLISTMENT_BASIC_INFORMATION structure

Description

The ENLISTMENT_BASIC_INFORMATION structure contains information about an enlistment object.

Members

EnlistmentId

A GUID that KTM has assigned to the enlistment object.

TransactionId

A GUID that KTM has assigned to the transaction object that is associated with the enlistment object that the EnlistmentId member identifies.

ResourceManagerId

A GUID that KTM has assigned to the resource manager that created the enlistment.

Remarks

The ENLISTMENT_BASIC INFORMATION structure is used with the ZwQueryInformationEnlistment routine.

See also

ENLISTMENT_INFORMATION_CLASS

ZwQueryInformationEnlistment