使用英语阅读

通过


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