CSV_NAMESPACE_INFO - NtDoc

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

typedef struct _CSV_NAMESPACE_INFO {
  DWORD         Version;
  DWORD         DeviceNumber;
  LARGE_INTEGER StartingOffset;
  DWORD         SectorSize;
} CSV_NAMESPACE_INFO, *PCSV_NAMESPACE_INFO;
View the official Win32 API reference

NtDoc

No description available.

Win32 API reference (ns-winioctl-csv_namespace_info)

CSV_NAMESPACE_INFO structure

Description

Contains the output for the FSCTL_IS_CSV_FILE control code that retrieves namespace information for a file.

Members

Version

The version number. This value must be set to CSV_NAMESPACE_INFO_V1.

Value Meaning
CSV_NAMESPACE_INFO_V1 Version 1.

DeviceNumber

The device number of the disk.

StartingOffset

The starting offset of the volume.

SectorSize

The sector size of the disk.

See also

FSCTL_IS_CSV_FILE

Volume Management Structures