Freigeben über


IO_CONTAINER_INFORMATION_CLASS-Aufzählung (wdm.h)

Die IO_CONTAINER_INFORMATION_CLASS-Aufzählung enthält Konstanten, die die Klassen von Systeminformationen angeben, die ein Kernelmodustreiber anfordern kann.

Syntax

typedef enum _IO_CONTAINER_INFORMATION_CLASS {
  IoSessionStateInformation,
  IoMaxContainerInformationClass
} IO_CONTAINER_INFORMATION_CLASS;

Konstanten

 
IoSessionStateInformation
Sitzungsstatusinformationen. Ein Treiber verwendet diese Enumerationskonstante, um Informationen zu einer Benutzersitzung anzufordern.
IoMaxContainerInformationClass
Gibt den Maximalwert in diesem Enumerationstyp an.

Bemerkungen

Um Systeminformationen anzufordern, ruft ein Treiber die IoGetContainerInformation Routine auf und legt den InformationClass Parameter dieser Routine auf eine IO_CONTAINER_NOTIFICATION_CLASS Konstante (außer IoMaxContainerInformationClass). Derzeit unterstützt IoGetContainerInformation nur InformationClass = IoSessionStateInformation.

Anforderungen

Anforderung Wert
mindestens unterstützte Client- Unterstützt in Windows 7 und höheren Versionen des Windows-Betriebssystems.
Header- wdm.h (include Wdm.h, Ntddk.h, Ntifs.h, Fltkernel.h)

Siehe auch

IoGetContainerInformation-