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 Maximalwert für diese Enumeration.

Anforderungen

Anforderung Wert
mindestens unterstützte Client- Windows 10, Version 1709
mindestens unterstützte Server- Windows Server 2016
Header- wdm.h (include Wdm.h)

Siehe auch

IRP_MJ_DIRECTORY_CONTROL