ReactOS 0.4.16-dev-106-g10b08aa
|
#include <fat.h>
Public Attributes | |
CHAR | FileSystemType [4] |
ULONG | VolumeSerialNumber |
ULONG | SectorsPerCluster |
USHORT | NumberOfFats |
ULONG | Unknown |
UCHAR | Unused [494] |
CHAR _FATX_BOOTSECTOR::FileSystemType[4] |
Definition at line 90 of file fat.h.
Referenced by FatDetermineFatType(), FatMount(), and FatOpenVolume().
USHORT _FATX_BOOTSECTOR::NumberOfFats |
Definition at line 93 of file fat.h.
Referenced by FatOpenVolume().
ULONG _FATX_BOOTSECTOR::SectorsPerCluster |
Definition at line 92 of file fat.h.
Referenced by FatDetermineFatType(), and FatOpenVolume().
ULONG _FATX_BOOTSECTOR::Unknown |
Definition at line 94 of file fat.h.
Referenced by FatOpenVolume().
ULONG _FATX_BOOTSECTOR::VolumeSerialNumber |
Definition at line 91 of file fat.h.
Referenced by FatOpenVolume().