// winioctl.h
typedef struct _FILE_SYSTEM_RECOGNITION_INFORMATION {
CHAR FileSystem[9];
} FILE_SYSTEM_RECOGNITION_INFORMATION, *PFILE_SYSTEM_RECOGNITION_INFORMATION;
View the official Win32 API referenceNo description available.
Contains file system recognition information retrieved by the FSCTL_QUERY_FILE_SYSTEM_RECOGNITION control code.
FileSystemThe file system name stored on the disk. This is a null-terminated string of 8 ASCII characters that represents the nonlocalizable human-readable name of the file system the volume is formatted with.
FILE_SYSTEM_RECOGNITION_STRUCTURE
FSCTL_QUERY_FILE_SYSTEM_RECOGNITION