Partager via


é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.

Syntax

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 . Pris en charge à partir de Windows 11, version 22H2.
DirectoryNotifyMaximumInformation
Valeur maximale pour cette énumération.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 10, version 1709
Serveur minimal pris en charge Windows Server 2016
En-tête wdm.h (include Wdm.h)

Voir aussi

IRP_MJ_DIRECTORY_CONTROL