énumération ENLISTMENT_INFORMATION_CLASS (wdm.h)

L’énumération ENLISTMENT_INFORMATION_CLASS identifie le type d’informations que la routine ZwSetInformationEnlistment peut définir et que la routine ZwQueryInformationEnlistment peut récupérer pour un objet d’inscription.

Syntax

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

Constantes

 
EnlistmentBasicInformation
Les informations relatives à un objet d’inscription sont stockées dans une structure de ENLISTMENT_BASIC_INFORMATION .
EnlistmentRecoveryInformation
Un gestionnaire de ressources configure ou obtient des informations de récupération personnalisées pour un enrôlement. Pour en savoir plus sur les informations de récupération, consultez ZwSetInformationEnlistment.
EnlistmentCrmInformation
Les informations relatives à un objet d’inscription sont stockées dans une structure ENLISTMENT_CRM_INFORMATION .

Configuration requise

Condition requise Valeur
Client minimal pris en charge Disponible à partir de Windows Vista.
En-tête wdm.h (include Wdm.h, Ntddk.h, Ntifs.h)

Voir aussi

ENLISTMENT_BASIC_INFORMATION

ZwQueryInformationEnlistment

ZwSetInformationEnlistment