Jump to content

DEVICEPARAMETERBLOCK: Difference between revisions

From EDM2
Anakor (talk | contribs)
New
 
mNo edit summary
Line 28: Line 28:
  reserved4        Reserved.
  reserved4        Reserved.
  reserved5        Reserved.
  reserved5        Reserved.
[[OS2_API | Back to OS/2 API]]
[[Category:The OS/2 API Project]]

Revision as of 05:55, 30 October 2011

DEVICEPARAMETERBLOCK

Device Parameter Block data structure.

Type

USHORT  reserved1
USHORT  cCylinders
USHORT  cHeads
USHORT  cSectorsPerTrack
USHORT  reserved2
USHORT  reserved3
USHORT  reserved4
USHORT  reserved5

C Declaration Method

typedef struct

Fields

reserved1        Reserved.
cCylinders       Number of Cylinders on the physical drive.
cHeads           Number of Heads on the physical drive.
cSectorsPerTrack Number of Sectors per track on the physical drive.
reserved2        Reserved.
reserved3        Reserved.
reserved4        Reserved.
reserved5        Reserved.

Back to OS/2 API