Unit 'JwaWindows' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#winunits-jedi]

_DRIVE_LAYOUT_INFORMATION_EX

Declaration

Source position: jwawinioctl.pas line 1741

type _DRIVE_LAYOUT_INFORMATION_EX = record

  PartitionStyle: DWORD;

  PartitionCount: DWORD;

  Union: record

    case Integer of

      0: (

          Mbr: DRIVE_LAYOUT_INFORMATION_MBR;

        );

      1: (

          Gpt: DRIVE_LAYOUT_INFORMATION_GPT;

        );

  end;

  PartitionEntry: array [0..0] of PARTITION_INFORMATION_EX;

end;


Documentation generated on: 2023-03-18