énumération READ_DIRECTORY_NOTIFY_INFORMATION_CLASS (minwinbase.h)
Indique les types d’informations possibles qu’une application qui appelle la fonction ReadDirectoryChangesExW peut demander.
Syntax
typedef enum _READ_DIRECTORY_NOTIFY_INFORMATION_CLASS {
ReadDirectoryNotifyInformation = 1,
ReadDirectoryNotifyExtendedInformation,
ReadDirectoryNotifyFullInformation,
ReadDirectoryNotifyMaximumInformation
} READ_DIRECTORY_NOTIFY_INFORMATION_CLASS, *PREAD_DIRECTORY_NOTIFY_INFORMATION_CLASS;
Constantes
ReadDirectoryNotifyInformation Valeur : 1 La fonction ReadDirectoryChangesExW doit fournir des informations qui décrivent les modifications dans le répertoire spécifié et retourner ces informations dans la mémoire tampon de sortie sous la forme de structures FILE_NOTIFY_INFORMATION . |
ReadDirectoryNotifyExtendedInformation La fonction ReadDirectoryChangesExW doit fournir des informations étendues qui décrivent les modifications dans le répertoire spécifié et retourner ces informations dans la mémoire tampon de sortie sous la forme de structures FILE_NOTIFY_EXTENDED_INFORMATION . |
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 10, version 1709 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2016 (applications de bureau uniquement) |
En-tête | minwinbase.h |