ReactOS 0.4.15-dev-8100-g1887773
_DOS_BPB Struct Reference

Public Attributes

USHORT BytesPerSector
 
UCHAR SectorsPerCluster
 
USHORT ReservedSectors
 
UCHAR NumberOfFATs
 
USHORT RootEntries
 
USHORT SmallSectors
 
UCHAR MediaDescriptor
 
USHORT SectorsPerFAT
 
USHORT SectorsPerTrack
 
USHORT NumberOfHeads
 
ULONG HiddenSectors
 
ULONG LargeSectors
 

Detailed Description

Definition at line 27 of file vfdfat.c.

Member Data Documentation

◆ BytesPerSector

USHORT _DOS_BPB::BytesPerSector

Definition at line 29 of file vfdfat.c.

◆ HiddenSectors

ULONG _DOS_BPB::HiddenSectors

Definition at line 39 of file vfdfat.c.

◆ LargeSectors

ULONG _DOS_BPB::LargeSectors

Definition at line 40 of file vfdfat.c.

◆ MediaDescriptor

UCHAR _DOS_BPB::MediaDescriptor

Definition at line 35 of file vfdfat.c.

Referenced by FormatBufferFat().

◆ NumberOfFATs

UCHAR _DOS_BPB::NumberOfFATs

Definition at line 32 of file vfdfat.c.

Referenced by FormatBufferFat().

◆ NumberOfHeads

USHORT _DOS_BPB::NumberOfHeads

Definition at line 38 of file vfdfat.c.

◆ ReservedSectors

USHORT _DOS_BPB::ReservedSectors

Definition at line 31 of file vfdfat.c.

Referenced by FormatBufferFat().

◆ RootEntries

USHORT _DOS_BPB::RootEntries

Definition at line 33 of file vfdfat.c.

Referenced by FormatBufferFat().

◆ SectorsPerCluster

UCHAR _DOS_BPB::SectorsPerCluster

Definition at line 30 of file vfdfat.c.

◆ SectorsPerFAT

USHORT _DOS_BPB::SectorsPerFAT

Definition at line 36 of file vfdfat.c.

Referenced by FormatBufferFat().

◆ SectorsPerTrack

USHORT _DOS_BPB::SectorsPerTrack

Definition at line 37 of file vfdfat.c.

◆ SmallSectors

USHORT _DOS_BPB::SmallSectors

Definition at line 34 of file vfdfat.c.


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