Condividi tramite


enumerazione READ_DIRECTORY_NOTIFY_INFORMATION_CLASS (minwinbase.h)

Indica i possibili tipi di informazioni che un'applicazione che chiama la funzione ReadDirectoryChangesExW può richiedere.

Sintassi

typedef enum _READ_DIRECTORY_NOTIFY_INFORMATION_CLASS {
  ReadDirectoryNotifyInformation = 1,
  ReadDirectoryNotifyExtendedInformation,
  ReadDirectoryNotifyFullInformation,
  ReadDirectoryNotifyMaximumInformation
} READ_DIRECTORY_NOTIFY_INFORMATION_CLASS, *PREAD_DIRECTORY_NOTIFY_INFORMATION_CLASS;

Costanti

 
ReadDirectoryNotifyInformation
Valore: 1
La funzione ReadDirectoryChangesExW deve fornire informazioni che descrivono le modifiche all'interno della directory specificata e restituire queste informazioni nel buffer di output sotto forma di strutture FILE_NOTIFY_INFORMATION .
ReadDirectoryNotifyExtendedInformation
La funzione ReadDirectoryChangesExW deve fornire informazioni estese che descrivono le modifiche all'interno della directory specificata e restituire queste informazioni nel buffer di output sotto forma di strutture FILE_NOTIFY_EXTENDED_INFORMATION .

Requisiti

Requisito Valore
Client minimo supportato Windows 10 versione 1709 [solo app desktop]
Server minimo supportato Windows Server 2016 [solo app desktop]
Intestazione minwinbase.h

Vedi anche

FILE_NOTIFY_EXTENDED_INFORMATION

FILE_NOTIFY_INFORMATION

ReadDirectoryChangesExW