ReactOS 0.4.15-dev-7907-g95bf896
FATINFO Struct Reference

#include <vfat.h>

Public Attributes

ULONG VolumeID
 
CHAR VolumeLabel [11]
 
ULONG FATStart
 
ULONG FATCount
 
ULONG FATSectors
 
ULONG rootDirectorySectors
 
ULONG rootStart
 
ULONG dataStart
 
ULONG RootCluster
 
ULONG SectorsPerCluster
 
ULONG BytesPerSector
 
ULONG BytesPerCluster
 
ULONG NumberOfClusters
 
ULONG FatType
 
ULONG Sectors
 
BOOLEAN FixedMedia
 
ULONG FSInfoSector
 

Detailed Description

Definition at line 249 of file vfat.h.

Member Data Documentation

◆ BytesPerCluster

ULONG FATINFO::BytesPerCluster

Definition at line 262 of file vfat.h.

Referenced by VfatHasFileSystem().

◆ BytesPerSector

ULONG FATINFO::BytesPerSector

Definition at line 261 of file vfat.h.

Referenced by VfatCommonRead(), VfatHasFileSystem(), VfatRead(), VfatVerify(), and VfatWrite().

◆ dataStart

ULONG FATINFO::dataStart

Definition at line 258 of file vfat.h.

Referenced by VfatHasFileSystem(), VfatRead(), and VfatWrite().

◆ FATCount

ULONG FATINFO::FATCount

Definition at line 254 of file vfat.h.

Referenced by VfatHasFileSystem().

◆ FATSectors

ULONG FATINFO::FATSectors

Definition at line 255 of file vfat.h.

Referenced by VfatHasFileSystem().

◆ FATStart

ULONG FATINFO::FATStart

Definition at line 253 of file vfat.h.

Referenced by VfatHasFileSystem().

◆ FatType

ULONG FATINFO::FatType

Definition at line 264 of file vfat.h.

Referenced by VfatHasFileSystem(), VfatMount(), and VfatVerify().

◆ FixedMedia

BOOLEAN FATINFO::FixedMedia

Definition at line 266 of file vfat.h.

Referenced by VfatHasFileSystem().

◆ FSInfoSector

ULONG FATINFO::FSInfoSector

Definition at line 267 of file vfat.h.

Referenced by VfatHasFileSystem().

◆ NumberOfClusters

ULONG FATINFO::NumberOfClusters

Definition at line 263 of file vfat.h.

Referenced by VfatHasFileSystem().

◆ RootCluster

ULONG FATINFO::RootCluster

Definition at line 259 of file vfat.h.

Referenced by VfatHasFileSystem().

◆ rootDirectorySectors

ULONG FATINFO::rootDirectorySectors

Definition at line 256 of file vfat.h.

Referenced by VfatHasFileSystem().

◆ rootStart

ULONG FATINFO::rootStart

Definition at line 257 of file vfat.h.

Referenced by VfatHasFileSystem(), and VfatVerify().

◆ Sectors

ULONG FATINFO::Sectors

Definition at line 265 of file vfat.h.

Referenced by VfatHasFileSystem().

◆ SectorsPerCluster

ULONG FATINFO::SectorsPerCluster

Definition at line 260 of file vfat.h.

Referenced by VfatHasFileSystem().

◆ VolumeID

ULONG FATINFO::VolumeID

Definition at line 251 of file vfat.h.

Referenced by VfatHasFileSystem().

◆ VolumeLabel

CHAR FATINFO::VolumeLabel[11]

Definition at line 252 of file vfat.h.

Referenced by VfatHasFileSystem().


The documentation for this struct was generated from the following file: