// 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 referenceNo description available.
Contains the output for the FSCTL_IS_CSV_FILE control code that retrieves namespace information for a file.
VersionThe version number. This value must be set to CSV_NAMESPACE_INFO_V1.
| Value | Meaning |
|---|---|
| CSV_NAMESPACE_INFO_V1 | Version 1. |
DeviceNumberThe device number of the disk.
StartingOffsetThe starting offset of the volume.
SectorSizeThe sector size of the disk.