IO_CONTAINER_INFORMATION_CLASS-Enumeration (wdm.h)
Die IO_CONTAINER_INFORMATION_CLASS-Enumeration 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. |
Hinweise
Um Systeminformationen anzufordern, ruft ein Treiber die IoGetContainerInformation-Routine auf und legt den Parameter InformationClass dieser Routine auf eine IO_CONTAINER_NOTIFICATION_CLASS Konstante (außer IoMaxContainerInformationClass) fest. Derzeit unterstützt IoGetContainerInformation nur InformationClass = IoSessionStateInformation.
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Unterstützt in Windows 7 und höheren Versionen des Windows-Betriebssystems. |
Kopfzeile | wdm.h (include Wdm.h, Ntddk.h, Ntifs.h, Fltkernel.h) |