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

_CREATE_DISK

Declaration

Source position: jwawinioctl.pas line 1648

type _CREATE_DISK = record

  PartitionStyle: PARTITION_STYLE;

  case Integer of

    0: (

        Mbr: CREATE_DISK_MBR;

      );

    1: (

        Gpt: CREATE_DISK_GPT;

      );

end;


Documentation generated on: 2023-03-18