ENLISTMENT_INFORMATION_CLASS - NtDoc

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

typedef enum _ENLISTMENT_INFORMATION_CLASS {
  EnlistmentBasicInformation,
  EnlistmentRecoveryInformation,
  EnlistmentCrmInformation
} ENLISTMENT_INFORMATION_CLASS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-wdm-_enlistment_information_class)

_ENLISTMENT_INFORMATION_CLASS enumeration

Description

The ENLISTMENT_INFORMATION_CLASS enumeration identifies the type of information that the ZwSetInformationEnlistment routine can set and that the ZwQueryInformationEnlistment routine can retrieve for an enlistment object.

Constants

EnlistmentBasicInformation

Information about an enlistment object is stored in an ENLISTMENT_BASIC_INFORMATION structure.

EnlistmentRecoveryInformation

A resource manager is setting or obtaining customized recovery information for an enlistment. To learn more about recovery information, see ZwSetInformationEnlistment.

EnlistmentCrmInformation

Information about an enlistment object is stored in an ENLISTMENT_CRM_INFORMATION structure.

See also

ENLISTMENT_BASIC_INFORMATION

ZwQueryInformationEnlistment

ZwSetInformationEnlistment