ENLISTMENT_INFORMATION_CLASS 枚举 (wdm.h)

ENLISTMENT_INFORMATION_CLASS枚举标识 ZwSetInformationEnlistment 例程可以设置的信息类型,以及 ZwQueryInformationEnlistment 例程可以为登记对象检索的信息类型。

语法

typedef enum _ENLISTMENT_INFORMATION_CLASS {
  EnlistmentBasicInformation,
  EnlistmentRecoveryInformation,
  EnlistmentCrmInformation
} ENLISTMENT_INFORMATION_CLASS;

常量

 
EnlistmentBasicInformation
有关登记对象的信息存储在 ENLISTMENT_BASIC_INFORMATION 结构中。
EnlistmentRecoveryInformation
资源管理器正在设置或获取登记的自定义恢复信息。 若要了解有关恢复信息的详细信息,请参阅 ZwSetInformationEnlistment
EnlistmentCrmInformation
有关登记对象的信息存储在 ENLISTMENT_CRM_INFORMATION 结构中。

要求

要求
最低受支持的客户端 从 Windows Vista 开始可用。
标头 wdm.h(包括 Wdm.h、Ntddk.h、Ntifs.h)

另请参阅

ENLISTMENT_BASIC_INFORMATION

ZwQueryInformationEnlistment

ZwSetInformationEnlistment