ReactOS 0.4.15-dev-7961-gdcf9eb0
_PACKED_BOOT_SECTOR Struct Reference

#include <fat.h>

Collaboration diagram for _PACKED_BOOT_SECTOR:

Public Attributes

UCHAR Jump [3]
 
UCHAR Oem [8]
 
PACKED_BIOS_PARAMETER_BLOCK PackedBpb
 
UCHAR PhysicalDriveNumber
 
UCHAR CurrentHead
 
UCHAR Signature
 
UCHAR Id [4]
 
UCHAR VolumeLabel [11]
 
UCHAR SystemId [8]
 

Detailed Description

Definition at line 162 of file fat.h.

Member Data Documentation

◆ CurrentHead

UCHAR _PACKED_BOOT_SECTOR::CurrentHead

Definition at line 167 of file fat.h.

◆ Id

UCHAR _PACKED_BOOT_SECTOR::Id

Definition at line 169 of file fat.h.

◆ Jump

UCHAR _PACKED_BOOT_SECTOR::Jump

Definition at line 163 of file fat.h.

Referenced by FatMount().

◆ Oem

UCHAR _PACKED_BOOT_SECTOR::Oem

Definition at line 164 of file fat.h.

◆ PackedBpb

PACKED_BIOS_PARAMETER_BLOCK _PACKED_BOOT_SECTOR::PackedBpb

Definition at line 165 of file fat.h.

Referenced by FatMount().

◆ PhysicalDriveNumber

UCHAR _PACKED_BOOT_SECTOR::PhysicalDriveNumber

Definition at line 166 of file fat.h.

◆ Signature

UCHAR _PACKED_BOOT_SECTOR::Signature

Definition at line 168 of file fat.h.

◆ SystemId

UCHAR _PACKED_BOOT_SECTOR::SystemId

Definition at line 171 of file fat.h.

◆ VolumeLabel

UCHAR _PACKED_BOOT_SECTOR::VolumeLabel

Definition at line 170 of file fat.h.


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