// ntifs.h
typedef struct _FILE_DESIRED_STORAGE_CLASS_INFORMATION {
FILE_STORAGE_TIER_CLASS Class;
ULONG Flags;
} FILE_DESIRED_STORAGE_CLASS_INFORMATION, *PFILE_DESIRED_STORAGE_CLASS_INFORMATION;
View the official Windows Driver Kit DDI reference
No description available.
Contains the information for the desired storage class attribute. The class information is set by calling NtSetInformationFile
Class
A FILE_STORAGE_TIER_CLASS-value that the storage class. This is the tier type for the file/directory.
Flags
Flags for the class type. Here are the possible values: