2.2.1.3.11 VDS_PARTITION_INFO_MBR

The VDS_PARTITION_INFO_MBR structure provides information about an MBR partition.

 typedef struct _VDS_PARTITION_INFO_MBR {
   byte partitionType;
   boolean bootIndicator;
   boolean recognizedPartition;
   DWORD hiddenSectors;
 } VDS_PARTITION_INFO_MBR;

partitionType: The byte value indicating the partition type.<20>

bootIndicator: A Boolean value that indicates whether the partition is bootable.

recognizedPartition: A Boolean value that indicates whether the partition will be exposed as a volume.

hiddenSectors: The number of sectors between the start of the partition and the partition's first usable area.