ReactOS 0.4.15-dev-7834-g00c4b3d
_FAT_BOOTSECTOR Struct Reference

#include <fat.h>

Public Attributes

UCHAR JumpBoot [3]
 
CHAR OemName [8]
 
USHORT BytesPerSector
 
UCHAR SectorsPerCluster
 
USHORT ReservedSectors
 
UCHAR NumberOfFats
 
USHORT RootDirEntries
 
USHORT TotalSectors
 
UCHAR MediaDescriptor
 
USHORT SectorsPerFat
 
USHORT SectorsPerTrack
 
USHORT NumberOfHeads
 
ULONG HiddenSectors
 
ULONG TotalSectorsBig
 
UCHAR DriveNumber
 
UCHAR Reserved1
 
UCHAR BootSignature
 
ULONG VolumeSerialNumber
 
CHAR VolumeLabel [11]
 
CHAR FileSystemType [8]
 
UCHAR BootCodeAndData [448]
 
USHORT BootSectorMagic
 

Detailed Description

Definition at line 36 of file fsutil.c.

Member Data Documentation

◆ BootCodeAndData

UCHAR _FAT_BOOTSECTOR::BootCodeAndData

Definition at line 59 of file fsutil.c.

◆ BootSectorMagic

USHORT _FAT_BOOTSECTOR::BootSectorMagic

Definition at line 61 of file fsutil.c.

Referenced by FatOpenVolume().

◆ BootSignature

UCHAR _FAT_BOOTSECTOR::BootSignature

Definition at line 54 of file fsutil.c.

Referenced by FatOpenVolume().

◆ BytesPerSector

USHORT _FAT_BOOTSECTOR::BytesPerSector

Definition at line 40 of file fsutil.c.

Referenced by FatDetermineFatType(), and FatOpenVolume().

◆ DriveNumber

UCHAR _FAT_BOOTSECTOR::DriveNumber

Definition at line 52 of file fsutil.c.

Referenced by FatOpenVolume().

◆ FileSystemType

CHAR _FAT_BOOTSECTOR::FileSystemType

Definition at line 57 of file fsutil.c.

Referenced by FatOpenVolume().

◆ HiddenSectors

ULONG _FAT_BOOTSECTOR::HiddenSectors

Definition at line 50 of file fsutil.c.

Referenced by FatOpenVolume().

◆ JumpBoot

UCHAR _FAT_BOOTSECTOR::JumpBoot

Definition at line 38 of file fsutil.c.

Referenced by FatOpenVolume().

◆ MediaDescriptor

UCHAR _FAT_BOOTSECTOR::MediaDescriptor

Definition at line 46 of file fsutil.c.

Referenced by FatOpenVolume().

◆ NumberOfFats

UCHAR _FAT_BOOTSECTOR::NumberOfFats

Definition at line 43 of file fsutil.c.

Referenced by FatDetermineFatType(), and FatOpenVolume().

◆ NumberOfHeads

USHORT _FAT_BOOTSECTOR::NumberOfHeads

Definition at line 49 of file fsutil.c.

Referenced by FatOpenVolume().

◆ OemName

CHAR _FAT_BOOTSECTOR::OemName

Definition at line 39 of file fsutil.c.

Referenced by FatOpenVolume().

◆ Reserved1

UCHAR _FAT_BOOTSECTOR::Reserved1

Definition at line 53 of file fsutil.c.

Referenced by FatOpenVolume().

◆ ReservedSectors

USHORT _FAT_BOOTSECTOR::ReservedSectors

Definition at line 42 of file fsutil.c.

Referenced by FatDetermineFatType(), and FatOpenVolume().

◆ RootDirEntries

USHORT _FAT_BOOTSECTOR::RootDirEntries

Definition at line 44 of file fsutil.c.

Referenced by FatDetermineFatType(), and FatOpenVolume().

◆ SectorsPerCluster

UCHAR _FAT_BOOTSECTOR::SectorsPerCluster

Definition at line 41 of file fsutil.c.

Referenced by FatDetermineFatType(), and FatOpenVolume().

◆ SectorsPerFat

USHORT _FAT_BOOTSECTOR::SectorsPerFat

Definition at line 47 of file fsutil.c.

Referenced by FatDetermineFatType(), and FatOpenVolume().

◆ SectorsPerTrack

USHORT _FAT_BOOTSECTOR::SectorsPerTrack

Definition at line 48 of file fsutil.c.

Referenced by FatOpenVolume().

◆ TotalSectors

USHORT _FAT_BOOTSECTOR::TotalSectors

Definition at line 45 of file fsutil.c.

Referenced by FatDetermineFatType(), and FatOpenVolume().

◆ TotalSectorsBig

ULONG _FAT_BOOTSECTOR::TotalSectorsBig

Definition at line 51 of file fsutil.c.

Referenced by FatDetermineFatType(), and FatOpenVolume().

◆ VolumeLabel

CHAR _FAT_BOOTSECTOR::VolumeLabel

Definition at line 56 of file fsutil.c.

Referenced by FatOpenVolume().

◆ VolumeSerialNumber

ULONG _FAT_BOOTSECTOR::VolumeSerialNumber

Definition at line 55 of file fsutil.c.

Referenced by FatOpenVolume().


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