PARTITION_STYLE-Enumeration (winioctl.h)
Stellt das Format einer Partition dar.
Syntax
typedef enum _PARTITION_STYLE {
PARTITION_STYLE_MBR,
PARTITION_STYLE_GPT,
PARTITION_STYLE_RAW
} PARTITION_STYLE;
Konstanten
PARTITION_STYLE_MBR MbR-Format (Master Boot Record). Dies entspricht MBR-Standardpartitionen im AT-Stil . |
PARTITION_STYLE_GPT GPT-Format (GUID Partition Table). |
PARTITION_STYLE_RAW Partition, die nicht in einem der erkannten Formate formatiert ist – MBR oder GPT. |
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows XP [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2003 [nur Desktop-Apps] |
Kopfzeile | winioctl.h |