ReactOS 0.4.16-dev-1946-g52006dd
_EXTENDED_GEOMETRY Struct Reference

Public Attributes

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

Detailed Description

Definition at line 81 of file pcdisk.c.

Member Data Documentation

◆ BytesPerSector

USHORT _EXTENDED_GEOMETRY::BytesPerSector

Definition at line 89 of file pcdisk.c.

Referenced by PcDiskGetDriveGeometry().

◆ Cylinders

ULONG _EXTENDED_GEOMETRY::Cylinders

Definition at line 85 of file pcdisk.c.

Referenced by PcDiskGetDriveGeometry().

◆ Flags

USHORT _EXTENDED_GEOMETRY::Flags

Definition at line 84 of file pcdisk.c.

◆ Heads

ULONG _EXTENDED_GEOMETRY::Heads

Definition at line 86 of file pcdisk.c.

Referenced by PcDiskGetDriveGeometry().

◆ PDPTE

ULONG _EXTENDED_GEOMETRY::PDPTE

Definition at line 90 of file pcdisk.c.

◆ Sectors

ULONGLONG _EXTENDED_GEOMETRY::Sectors

Definition at line 88 of file pcdisk.c.

Referenced by PcDiskGetDriveGeometry().

◆ SectorsPerTrack

ULONG _EXTENDED_GEOMETRY::SectorsPerTrack

Definition at line 87 of file pcdisk.c.

Referenced by PcDiskGetDriveGeometry().

◆ Size

USHORT _EXTENDED_GEOMETRY::Size

Definition at line 83 of file pcdisk.c.

Referenced by PcDiskGetDriveGeometry().


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