Freigeben über


DIRECTORY_NOTIFY_INFORMATION_CLASS-Enumeration (wdm.h)

Ein DIRECTORY_NOTIFY_INFORMATION_CLASS-Wert gibt an, welche Struktur zum Abfragen oder Festlegen von Informationen für Dateien in einem Verzeichnis verwendet werden soll.

Syntax

typedef enum _DIRECTORY_NOTIFY_INFORMATION_CLASS {
  DirectoryNotifyInformation,
  DirectoryNotifyExtendedInformation,
  DirectoryNotifyFullInformation,
  DirectoryNotifyMaximumInformation
} DIRECTORY_NOTIFY_INFORMATION_CLASS, *PDIRECTORY_NOTIFY_INFORMATION_CLASS;

Konstanten

 
DirectoryNotifyInformation
Verwenden Sie eine FILE_NOTIFY_INFORMATION-Struktur .
DirectoryNotifyExtendedInformation
Verwenden Sie eine FILE_NOTIFY_EXTENDED_INFORMATION-Struktur .
DirectoryNotifyFullInformation
Verwenden Sie eine FILE_NOTIFY_FULL_INFORMATION-Struktur . Unterstützt ab Windows 11 Version 22H2.
DirectoryNotifyMaximumInformation
Der Höchstwert für diese Enumeration.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows 10, Version 1709
Unterstützte Mindestversion (Server) Windows Server 2016
Kopfzeile wdm.h (wdm.h einschließen)

Weitere Informationen

IRP_MJ_DIRECTORY_CONTROL