DIRECTORY_NOTIFY_INFORMATION_CLASS列挙 (wdm.h)
DIRECTORY_NOTIFY_INFORMATION_CLASS 値は、ディレクトリ内のファイルの情報を照会または設定するために使用する構造を指定します。
構文
typedef enum _DIRECTORY_NOTIFY_INFORMATION_CLASS {
DirectoryNotifyInformation,
DirectoryNotifyExtendedInformation,
DirectoryNotifyFullInformation,
DirectoryNotifyMaximumInformation
} DIRECTORY_NOTIFY_INFORMATION_CLASS, *PDIRECTORY_NOTIFY_INFORMATION_CLASS;
定数
DirectoryNotifyInformation FILE_NOTIFY_INFORMATION 構造体を使用します。 |
DirectoryNotifyExtendedInformation FILE_NOTIFY_EXTENDED_INFORMATION 構造体を使用します。 |
DirectoryNotifyFullInformation FILE_NOTIFY_FULL_INFORMATION 構造体を使用します。 Windows 11 バージョン 22H2 以降でサポートされています。 |
DirectoryNotifyMaximumInformation この列挙体の最大値。 |
必要条件
要件 | 価値 |
---|---|
サポートされる最小クライアント | Windows 10 バージョン 1709 |
サポートされる最小サーバー | Windows Server 2016 |
ヘッダー | wdm.h (Wdm.h を含む) |