ReactOS 0.4.15-dev-7942-gd23573b
_BOOT_SECTOR_INFO Struct Reference

#include <hal.h>

Public Attributes

UCHAR JumpByte [1]
 
UCHAR Ignore1 [2]
 
UCHAR OemData [8]
 
UCHAR BytesPerSector [2]
 
UCHAR Ignore2 [6]
 
UCHAR NumberOfSectors [2]
 
UCHAR MediaByte [1]
 
UCHAR Ignore3 [2]
 
UCHAR SectorsPerTrack [2]
 
UCHAR NumberOfHeads [2]
 

Detailed Description

Definition at line 300 of file hal.h.

Member Data Documentation

◆ BytesPerSector

UCHAR _BOOT_SECTOR_INFO::BytesPerSector[2]

Definition at line 305 of file hal.h.

◆ Ignore1

UCHAR _BOOT_SECTOR_INFO::Ignore1[2]

Definition at line 303 of file hal.h.

◆ Ignore2

UCHAR _BOOT_SECTOR_INFO::Ignore2[6]

Definition at line 306 of file hal.h.

◆ Ignore3

UCHAR _BOOT_SECTOR_INFO::Ignore3[2]

Definition at line 309 of file hal.h.

◆ JumpByte

UCHAR _BOOT_SECTOR_INFO::JumpByte[1]

Definition at line 302 of file hal.h.

Referenced by xHalIoReadPartitionTable().

◆ MediaByte

UCHAR _BOOT_SECTOR_INFO::MediaByte[1]

Definition at line 308 of file hal.h.

◆ NumberOfHeads

UCHAR _BOOT_SECTOR_INFO::NumberOfHeads[2]

Definition at line 311 of file hal.h.

◆ NumberOfSectors

UCHAR _BOOT_SECTOR_INFO::NumberOfSectors[2]

Definition at line 307 of file hal.h.

◆ OemData

UCHAR _BOOT_SECTOR_INFO::OemData[8]

Definition at line 304 of file hal.h.

◆ SectorsPerTrack

UCHAR _BOOT_SECTOR_INFO::SectorsPerTrack[2]

Definition at line 310 of file hal.h.


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