enumerazione DIRECTORY_NOTIFY_INFORMATION_CLASS (wdm.h)
Un valore DIRECTORY_NOTIFY_INFORMATION_CLASS specifica la struttura da utilizzare per eseguire query o impostare le informazioni per i file in una directory.
Sintassi
typedef enum _DIRECTORY_NOTIFY_INFORMATION_CLASS {
DirectoryNotifyInformation,
DirectoryNotifyExtendedInformation,
DirectoryNotifyFullInformation,
DirectoryNotifyMaximumInformation
} DIRECTORY_NOTIFY_INFORMATION_CLASS, *PDIRECTORY_NOTIFY_INFORMATION_CLASS;
Costanti
DirectoryNotifyInformation Usare una struttura FILE_NOTIFY_INFORMATION . |
DirectoryNotifyExtendedInformation Usare una struttura FILE_NOTIFY_EXTENDED_INFORMATION . |
DirectoryNotifyFullInformation Usare una struttura FILE_NOTIFY_FULL_INFORMATION . Supportato a partire da Windows 11 versione 22H2. |
DirectoryNotifyMaximumInformation Valore massimo dell'enumerazione. |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 10, versione 1709 |
Server minimo supportato | Windows Server 2016 |
Intestazione | wdm.h (include Wdm.h) |