// ntifs.h
typedef enum _CSV_DOWN_LEVEL_FILE_TYPE {
CsvDownLevelFileObject,
CsvCsvFsInternalFileObject
} CSV_DOWN_LEVEL_FILE_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
The CSV_DOWN_LEVEL_FILE_TYPE enum identifies the type of the down-level Cluster Shared Volumes file system (CSVFS) file object.
CsvDownLevelFileObjectThe file object corresponds to the file being opened on top of CSVFS by a user.
CsvCsvFsInternalFileObjectThe file object is an internal one that CSVFS opens. It might be shared between multiple top-level opens from the same node.
CSV_DOWN_LEVEL_OPEN_ECP_CONTEXT