ReactOS 0.4.16-dev-814-g656a5dc
|
#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 48 of file disk.h.
Referenced by PcDiskGetDriveGeometry().
ULONG _EXTENDED_GEOMETRY::Cylinders |
Definition at line 44 of file disk.h.
Referenced by PcDiskGetDriveGeometry().
ULONG _EXTENDED_GEOMETRY::Heads |
Definition at line 45 of file disk.h.
Referenced by PcDiskGetDriveGeometry().
ULONGLONG _EXTENDED_GEOMETRY::Sectors |
Definition at line 47 of file disk.h.
Referenced by PcDiskGetDriveGeometry().
ULONG _EXTENDED_GEOMETRY::SectorsPerTrack |
Definition at line 46 of file disk.h.
Referenced by PcDiskGetDriveGeometry().
USHORT _EXTENDED_GEOMETRY::Size |
Definition at line 42 of file disk.h.
Referenced by PcDiskGetDriveGeometry().