ENLISTMENT_INFORMATION_CLASS Enumeration (wdm.h)

Die ENLISTMENT_INFORMATION_CLASS-Enumeration identifiziert den Typ der Informationen, die die ZwSetInformationEnlistment-Routine festlegen kann und die die ZwQueryInformationEnlistment-Routine für ein Enlistment-Objekt abrufen kann.

Syntax

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

Konstanten

 
EnlistmentBasicInformation
Informationen zu einem Einlistungsobjekt werden in einer ENLISTMENT_BASIC_INFORMATION-Struktur gespeichert.
EnlistmentRecoveryInformation
Ein Ressourcen-Manager legt benutzerdefinierte Wiederherstellungsinformationen für eine Registrierung fest oder erhält sie. Weitere Informationen zu Wiederherstellungsinformationen finden Sie unter ZwSetInformationEnlistment.
EnlistmentCrmInformation
Informationen zu einem Einlistungsobjekt werden in einer ENLISTMENT_CRM_INFORMATION-Struktur gespeichert.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Verfügbar ab Windows Vista.
Header wdm.h (einschließlich Wdm.h, Ntddk.h, Ntifs.h)

Weitere Informationen

ENLISTMENT_BASIC_INFORMATION

ZwQueryInformationEnlistment

ZwSetInformationEnlistment