The PARTITION_STYLE enumeration type indicates the type of partition table for a disk.
typedef enum _PARTITION_STYLE {
PARTITION_STYLE_MBR,
PARTITION_STYLE_GPT
} PARTITION_STYLE;
Declared in ntdddisk.h. Include ntdddisk.h.
This enumeration is only defined for Windows XP and later.
The GUID Partition Table format conforms to the Extensible Firmware Interface (EFI) standard developed by Intel. For further information, see Intel's Extensible Firmware Interface specification.