énumération DIRECTORY_NOTIFY_INFORMATION_CLASS (wdm.h)
Une valeur DIRECTORY_NOTIFY_INFORMATION_CLASS spécifie la structure à utiliser pour interroger ou définir des informations pour les fichiers d’un répertoire.
Syntaxe
typedef enum _DIRECTORY_NOTIFY_INFORMATION_CLASS {
DirectoryNotifyInformation,
DirectoryNotifyExtendedInformation,
DirectoryNotifyFullInformation,
DirectoryNotifyMaximumInformation
} DIRECTORY_NOTIFY_INFORMATION_CLASS, *PDIRECTORY_NOTIFY_INFORMATION_CLASS;
Constantes
DirectoryNotifyInformation Utilisez une structure FILE_NOTIFY_INFORMATION. |
DirectoryNotifyExtendedInformation Utilisez une structure FILE_NOTIFY_EXTENDED_INFORMATION. |
DirectoryNotifyFullInformation Utilisez une structure FILE_NOTIFY_FULL_INFORMATION. Prise en charge à partir de Windows 11, version 22H2. |
DirectoryNotifyMaximumInformation Valeur maximale de cette énumération. |
Exigences
Exigence | Valeur |
---|---|
client minimum pris en charge | Windows 10, version 1709 |
serveur minimum pris en charge | Windows Server 2016 |
d’en-tête | wdm.h (include Wdm.h) |