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

Drive_Information_Record

Declaration

Source position: lvm.pas line 302

type Drive_Information_Record = record

  Total_Available_Sectors: CARDINAL32;

  Largest_Free_Block_Of_Sectors: CARDINAL32;

  Corrupt_Partition_Table: Boolean;

  Unusable: Boolean;

  IO_Error: Boolean;

  Is_Big_Floppy: Boolean;

  Drive_Name: array [0..DISK_NAME_SIZE-1] of AnsiChar;

end;


Documentation generated on: 2025-07-25