ReactOS 0.4.15-dev-7127-g2dd0c6c
|
#include <disk.h>
Public Attributes | |
USHORT | Size |
USHORT | Flags |
ULONG | Cylinders |
ULONG | Heads |
ULONG | SectorsPerTrack |
ULONGLONG | Sectors |
USHORT | BytesPerSector |
ULONG | PDPTE |
USHORT _EXTENDED_GEOMETRY::BytesPerSector |
Definition at line 45 of file disk.h.
Referenced by PcDiskGetDriveGeometry().
ULONG _EXTENDED_GEOMETRY::Cylinders |
Definition at line 41 of file disk.h.
Referenced by PcDiskGetDriveGeometry().
ULONG _EXTENDED_GEOMETRY::Heads |
Definition at line 42 of file disk.h.
Referenced by PcDiskGetDriveGeometry().
ULONG _EXTENDED_GEOMETRY::SectorsPerTrack |
Definition at line 43 of file disk.h.
Referenced by PcDiskGetDriveGeometry().
USHORT _EXTENDED_GEOMETRY::Size |
Definition at line 39 of file disk.h.
Referenced by PcDiskGetDriveGeometry().