2.5.1.1 PARTITIONSTYLE

The PARTITIONSTYLE enumeration defines the style of a partition.

 typedef enum _PARTITIONSTYLE
 {
   PARTITIONSTYLE_UNKNOWN = 0,
   PARTITIONSTYLE_MBR = 1,
   PARTITIONSTYLE_GPT = 2
 } PARTITIONSTYLE;

PARTITIONSTYLE_UNKNOWN:  Partition is of an unknown style.

PARTITIONSTYLE_MBR:  Partition is of the MBR style.

PARTITIONSTYLE_GPT:  Partition is of the GPT style.