ReactOS 0.4.15-dev-8100-g1887773
_EXTENDED_GEOMETRY Struct Reference

#include <disk.h>

Public Attributes

USHORT Size
 
USHORT Flags
 
ULONG Cylinders
 
ULONG Heads
 
ULONG SectorsPerTrack
 
ULONGLONG Sectors
 
USHORT BytesPerSector
 
ULONG PDPTE
 

Detailed Description

Definition at line 37 of file disk.h.

Member Data Documentation

◆ BytesPerSector

USHORT _EXTENDED_GEOMETRY::BytesPerSector

Definition at line 45 of file disk.h.

Referenced by PcDiskGetDriveGeometry().

◆ Cylinders

ULONG _EXTENDED_GEOMETRY::Cylinders

Definition at line 41 of file disk.h.

Referenced by PcDiskGetDriveGeometry().

◆ Flags

USHORT _EXTENDED_GEOMETRY::Flags

Definition at line 40 of file disk.h.

◆ Heads

ULONG _EXTENDED_GEOMETRY::Heads

Definition at line 42 of file disk.h.

Referenced by PcDiskGetDriveGeometry().

◆ PDPTE

ULONG _EXTENDED_GEOMETRY::PDPTE

Definition at line 46 of file disk.h.

◆ Sectors

ULONGLONG _EXTENDED_GEOMETRY::Sectors

Definition at line 44 of file disk.h.

◆ SectorsPerTrack

ULONG _EXTENDED_GEOMETRY::SectorsPerTrack

Definition at line 43 of file disk.h.

Referenced by PcDiskGetDriveGeometry().

◆ Size

USHORT _EXTENDED_GEOMETRY::Size

Definition at line 39 of file disk.h.

Referenced by PcDiskGetDriveGeometry().


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