ENLISTMENT_BASIC_INFORMATION structure (wdm.h)

The ENLISTMENT_BASIC_INFORMATION structure contains information about an enlistment object.

Syntax

typedef struct _ENLISTMENT_BASIC_INFORMATION {
  GUID EnlistmentId;
  GUID TransactionId;
  GUID ResourceManagerId;
} ENLISTMENT_BASIC_INFORMATION, *PENLISTMENT_BASIC_INFORMATION;

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.

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)

See also

ENLISTMENT_INFORMATION_CLASS

ZwQueryInformationEnlistment