ReactOS 0.4.16-dev-2574-g474348f
_BootSector Struct Reference

#include <vfat.h>

Public Attributes

unsigned char magic0
 
unsigned char res0
 
unsigned char magic1
 
unsigned char OEMName [8]
 
unsigned short BytesPerSector
 
unsigned char SectorsPerCluster
 
unsigned short ReservedSectors
 
unsigned char FATCount
 
unsigned short RootEntries
 
unsigned short Sectors
 
unsigned char Media
 
unsigned short FATSectors
 
unsigned short SectorsPerTrack
 
unsigned short Heads
 
unsigned long HiddenSectors
 
unsigned long SectorsHuge
 
unsigned char Drive
 
unsigned char Res1
 
unsigned char Sig
 
unsigned long VolumeID
 
unsigned char VolumeLabel [11]
 
unsigned char SysType [8]
 
unsigned char Res2 [448]
 
unsigned short Signatur1
 

Detailed Description

Definition at line 38 of file vfat.h.

Member Data Documentation

◆ BytesPerSector

◆ Drive

unsigned char _BootSector::Drive

Definition at line 50 of file vfat.h.

Referenced by Fat12Format(), Fat16Format(), and Fat32Format().

◆ FATCount

◆ FATSectors

◆ Heads

unsigned short _BootSector::Heads

Definition at line 48 of file vfat.h.

Referenced by Fat12Format(), Fat16Format(), and Fat32Format().

◆ HiddenSectors

unsigned long _BootSector::HiddenSectors

Definition at line 49 of file vfat.h.

Referenced by Fat12Format(), Fat16Format(), and Fat32Format().

◆ magic0

unsigned char _BootSector::magic0

Definition at line 40 of file vfat.h.

◆ magic1

unsigned char _BootSector::magic1

Definition at line 40 of file vfat.h.

◆ Media

unsigned char _BootSector::Media

Definition at line 47 of file vfat.h.

Referenced by Fat12Format(), Fat16Format(), and Fat32Format().

◆ OEMName

unsigned char _BootSector::OEMName[8]

Definition at line 41 of file vfat.h.

Referenced by Fat12Format(), Fat16Format(), and Fat32Format().

◆ res0

unsigned char _BootSector::res0

Definition at line 40 of file vfat.h.

◆ Res1

unsigned char _BootSector::Res1

Definition at line 50 of file vfat.h.

Referenced by FAT16GetDirtyStatus(), and FAT16SetDirtyStatus().

◆ Res2

unsigned char _BootSector::Res2[448]

Definition at line 53 of file vfat.h.

◆ ReservedSectors

◆ RootEntries

unsigned short _BootSector::RootEntries

◆ Sectors

unsigned short _BootSector::Sectors

Definition at line 46 of file vfat.h.

Referenced by Fat12Format(), Fat16Format(), and Fat32Format().

◆ SectorsHuge

unsigned long _BootSector::SectorsHuge

Definition at line 49 of file vfat.h.

Referenced by Fat12Format(), Fat16Format(), Fat32Format(), and Fat32WriteFsInfo().

◆ SectorsPerCluster

◆ SectorsPerTrack

unsigned short _BootSector::SectorsPerTrack

Definition at line 48 of file vfat.h.

Referenced by Fat12Format(), Fat16Format(), and Fat32Format().

◆ Sig

unsigned char _BootSector::Sig

Definition at line 50 of file vfat.h.

◆ Signatur1

unsigned short _BootSector::Signatur1

Definition at line 54 of file vfat.h.

Referenced by FAT16GetDirtyStatus(), and FAT16SetDirtyStatus().

◆ SysType

unsigned char _BootSector::SysType[8]

Definition at line 52 of file vfat.h.

Referenced by Fat12Format(), Fat16Format(), Fat32Format(), FatxFormat(), and FsRecIsFatxVolume().

◆ VolumeID

unsigned long _BootSector::VolumeID

Definition at line 51 of file vfat.h.

Referenced by Fat12Format(), Fat16Format(), Fat32Format(), and FatxFormat().

◆ VolumeLabel

unsigned char _BootSector::VolumeLabel[11]

Definition at line 52 of file vfat.h.

Referenced by Fat12Format(), Fat16Format(), and Fat32Format().


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