DIRECTORY_NOTIFY_INFORMATION_CLASS enumeração (wdm.h)
Um valor DIRECTORY_NOTIFY_INFORMATION_CLASS especifica qual estrutura usar para consultar ou definir informações para arquivos em um diretório.
Sintaxe
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 de 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 para essa enumeração. |
Requisitos
Requisito | Valor |
---|---|
de cliente com suporte mínimo | Windows 10, versão 1709 |
servidor com suporte mínimo | Windows Server 2016 |
cabeçalho | wdm.h (inclua Wdm.h) |