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

Volume_Information_Record

Declaration

Source position: lvm.pas line 421

type Volume_Information_Record = record

  Volume_Size: CARDINAL32;

  Partition_Count: CARDINAL32;

  Drive_Letter_Conflict: CARDINAL32;

  Compatibility_Volume: Boolean;

  Bootable: Boolean;

  Drive_Letter_Preference: AnsiChar;

  Current_Drive_Letter: AnsiChar;

  Initial_Drive_Letter: AnsiChar;

  New_Volume: Boolean;

  Status: Byte;

  Reserved_1: Byte;

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

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

end;


Documentation generated on: 2025-07-25