// 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 referenceNo description available.
Contains the information for the desired storage class attribute. The class information is set by calling NtSetInformationFile
ClassA FILE_STORAGE_TIER_CLASS-value that the storage class. This is the tier type for the file/directory.
FlagsFlags for the class type. Here are the possible values: