PARTITION_STYLE enumeration
Represents the format of a partition.
Syntax
typedef enum _PARTITION_STYLE { PARTITION_STYLE_MBR = 0, PARTITION_STYLE_GPT = 1, PARTITION_STYLE_RAW = 2 } PARTITION_STYLE;
Constants
- PARTITION_STYLE_MBR
-
Master boot record (MBR) format. This corresponds to standard AT-style MBR partitions.
- PARTITION_STYLE_GPT
-
GUID Partition Table (GPT) format.
- PARTITION_STYLE_RAW
-
Partition not formatted in either of the recognized formats—MBR or GPT.
Requirements
|
Minimum supported client | Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2003 [desktop apps only] |
|
Header |
|
See also
- File System Recognition
- IOCTL_DISK_GET_PARTITION_INFO_EX
- IOCTL_DISK_SET_PARTITION_INFO_EX
- PARTITION_INFORMATION_EX
Send comments about this topic to Microsoft
Build date: 4/16/2013
