Unit 'LVM' Package
[Overview][Constants][Types][Procedures and functions][Index] [#os2units]

Drive_Control_Record

Declaration

Source position: lvm.pas line 283

type Drive_Control_Record = record

  Drive_Number: CARDINAL32;

  Drive_Size: CARDINAL32;

  Drive_Serial_Number: DoubleWord;

  Drive_Handle: ADDRESS;

  Cylinder_Count: CARDINAL32;

  Heads_Per_Cylinder: CARDINAL32;

  Sectors_Per_Track: CARDINAL32;

  Drive_Is_PRM: Boolean;

  Reserved: array [0..3-1] of Byte;

end;


Documentation generated on: 2025-07-25