ReactOS 0.4.15-dev-7942-gd23573b
_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

unsigned short _BootSector::BytesPerSector

Definition at line 42 of file vfat.h.

◆ Drive

unsigned char _BootSector::Drive

Definition at line 50 of file vfat.h.

◆ FATCount

unsigned char _BootSector::FATCount

Definition at line 45 of file vfat.h.

◆ FATSectors

unsigned short _BootSector::FATSectors

Definition at line 48 of file vfat.h.

◆ Heads

unsigned short _BootSector::Heads

Definition at line 48 of file vfat.h.

◆ HiddenSectors

unsigned long _BootSector::HiddenSectors

Definition at line 49 of file vfat.h.

◆ 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.

◆ OEMName

unsigned char _BootSector::OEMName[8]

Definition at line 41 of file vfat.h.

◆ 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

unsigned short _BootSector::ReservedSectors

Definition at line 44 of file vfat.h.

◆ RootEntries

unsigned short _BootSector::RootEntries

Definition at line 46 of file vfat.h.

◆ Sectors

unsigned short _BootSector::Sectors

Definition at line 46 of file vfat.h.

◆ SectorsHuge

unsigned long _BootSector::SectorsHuge

Definition at line 49 of file vfat.h.

◆ SectorsPerCluster

unsigned char _BootSector::SectorsPerCluster

Definition at line 43 of file vfat.h.

◆ SectorsPerTrack

unsigned short _BootSector::SectorsPerTrack

Definition at line 48 of file vfat.h.

◆ 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.

◆ VolumeID

unsigned long _BootSector::VolumeID

Definition at line 51 of file vfat.h.

◆ VolumeLabel

unsigned char _BootSector::VolumeLabel[11]

Definition at line 52 of file vfat.h.


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