ENLISTMENT_INFORMATION_CLASS enumeration (wdm.h)
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.
Syntax
typedef enum _ENLISTMENT_INFORMATION_CLASS {
EnlistmentBasicInformation,
EnlistmentRecoveryInformation,
EnlistmentCrmInformation
} ENLISTMENT_INFORMATION_CLASS;
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. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available starting with Windows Vista. |
Header | wdm.h (include Wdm.h, Ntddk.h, Ntifs.h) |