ReactOS 0.4.16-dev-598-gc07fba4
_GEOMETRY Struct Reference

#include <disk.h>

Public Attributes

ULONG Cylinders
 Number of cylinders on the disk.
 
ULONG Heads
 Number of heads on the disk.
 
ULONG SectorsPerTrack
 Number of sectors per track.
 
ULONG BytesPerSector
 Number of bytes per sector.
 
ULONGLONG Sectors
 Total number of disk sectors/LBA blocks.
 

Detailed Description

Definition at line 25 of file disk.h.

Member Data Documentation

◆ BytesPerSector

◆ Cylinders

◆ Heads

◆ Sectors

ULONGLONG _GEOMETRY::Sectors

Total number of disk sectors/LBA blocks.

Definition at line 31 of file disk.h.

Referenced by DiskOpen(), PcDiskGetDriveGeometry(), UefiDiskGetDriveGeometry(), UefiDiskOpen(), and XboxDiskGetDriveGeometry().

◆ SectorsPerTrack


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