enumeración DIRECTORY_NOTIFY_INFORMATION_CLASS (wdm.h)

Un valor de DIRECTORY_NOTIFY_INFORMATION_CLASS especifica la estructura que se va a usar para consultar o establecer información para los archivos de un directorio.

Syntax

typedef enum _DIRECTORY_NOTIFY_INFORMATION_CLASS {
  DirectoryNotifyInformation,
  DirectoryNotifyExtendedInformation,
  DirectoryNotifyFullInformation,
  DirectoryNotifyMaximumInformation
} DIRECTORY_NOTIFY_INFORMATION_CLASS, *PDIRECTORY_NOTIFY_INFORMATION_CLASS;

Constantes

 
DirectoryNotifyInformation
Use una estructura de FILE_NOTIFY_INFORMATION .
DirectoryNotifyExtendedInformation
Use una estructura de FILE_NOTIFY_EXTENDED_INFORMATION .
DirectoryNotifyFullInformation
Use una estructura de FILE_NOTIFY_FULL_INFORMATION . Se admite a partir de Windows 11, versión 22H2.
DirectoryNotifyMaximumInformation
Valor máximo de esta enumeración.

Requisitos

Requisito Value
Cliente mínimo compatible Windows 10, versión 1709
Servidor mínimo compatible Windows Server 2016
Encabezado wdm.h (incluya Wdm.h)

Consulte también

IRP_MJ_DIRECTORY_CONTROL