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

Partition_Information_Record

Declaration

Source position: lvm.pas line 312

type Partition_Information_Record = record

  Partition_Handle: ADDRESS;

  Volume_Handle: ADDRESS;

  Drive_Handle: ADDRESS;

  Partition_Serial_Number: DoubleWord;

  Partition_Start: CARDINAL32;

  True_Partition_Size: CARDINAL32;

  Usable_Partition_Size: CARDINAL32;

  Boot_Limit: CARDINAL32;

  Spanned_Volume: Boolean;

  Primary_Partition: Boolean;

  Active_Flag: Byte;

  OS_Flag: Byte;

  Partition_Type: Byte;

  Partition_Status: Byte;

  On_Boot_Manager_Menu: Boolean;

  Reserved: Byte;

  Volume_Drive_Letter: AnsiChar;

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

  File_System_Name: array [0..FILESYSTEM_NAME_SIZE-1] of AnsiChar;

  Partition_Name: array [0..PARTITION_NAME_SIZE-1] of AnsiChar;

  Volume_Name: array [0..VOLUME_NAME_SIZE-1] of AnsiChar;

end;


Documentation generated on: 2025-07-25