enumeração DIRECTORY_NOTIFY_INFORMATION_CLASS (wdm.h)

Um valor DIRECTORY_NOTIFY_INFORMATION_CLASS especifica qual estrutura usar para consultar ou definir informações para arquivos em um diretório.

Syntax

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

Constantes

 
DirectoryNotifyInformation
Use uma estrutura de FILE_NOTIFY_INFORMATION .
DirectoryNotifyExtendedInformation
Use uma estrutura FILE_NOTIFY_EXTENDED_INFORMATION .
DirectoryNotifyFullInformation
Use uma estrutura de FILE_NOTIFY_FULL_INFORMATION . Com suporte a partir do Windows 11, versão 22H2.
DirectoryNotifyMaximumInformation
O valor máximo dessa enumeração.

Requisitos

Requisito Valor
Cliente mínimo com suporte Windows 10, versão 1709
Servidor mínimo com suporte Windows Server 2016
Cabeçalho wdm.h (inclua Wdm.h)

Confira também

IRP_MJ_DIRECTORY_CONTROL