// wdm.h
typedef enum _ENLISTMENT_INFORMATION_CLASS {
EnlistmentBasicInformation,
EnlistmentRecoveryInformation,
EnlistmentCrmInformation
} ENLISTMENT_INFORMATION_CLASS;
View the official Windows Driver Kit DDI referenceNo description available.
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.
EnlistmentBasicInformationInformation about an enlistment object is stored in an ENLISTMENT_BASIC_INFORMATION structure.
EnlistmentRecoveryInformationA resource manager is setting or obtaining customized recovery information for an enlistment. To learn more about recovery information, see ZwSetInformationEnlistment.
EnlistmentCrmInformationInformation about an enlistment object is stored in an ENLISTMENT_CRM_INFORMATION structure.