CSV_DOWN_LEVEL_FILE_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntifs.h

typedef enum _CSV_DOWN_LEVEL_FILE_TYPE {
  CsvDownLevelFileObject,
  CsvCsvFsInternalFileObject
} CSV_DOWN_LEVEL_FILE_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ntifs-csv_down_level_file_type)

Description

The CSV_DOWN_LEVEL_FILE_TYPE enum identifies the type of the down-level Cluster Shared Volumes file system (CSVFS) file object.

Constants

CsvDownLevelFileObject

The file object corresponds to the file being opened on top of CSVFS by a user.

CsvCsvFsInternalFileObject

The file object is an internal one that CSVFS opens. It might be shared between multiple top-level opens from the same node.

See also

CSV_DOWN_LEVEL_OPEN_ECP_CONTEXT