PARTITION_STYLE-Enumeration (ntdddisk.h)

Der PARTITION_STYLE-Enumerationstyp gibt den Typ der Partitionstabelle für einen Datenträger an.

Syntax

typedef enum _PARTITION_STYLE {
  PARTITION_STYLE_MBR,
  PARTITION_STYLE_GPT,
  PARTITION_STYLE_RAW
} PARTITION_STYLE;

Konstanten

 
PARTITION_STYLE_MBR
Gibt den herkömmlichen Typ der Partitionstabelle im AT-Stil als Master Boot Record an.
PARTITION_STYLE_GPT
Gibt den GUID-Partitionstabellentyp der Partitionstabelle an.
PARTITION_STYLE_RAW
Die Partition ist in keinem der erkannten Formate formatiert – MBR oder GPT.

Hinweise

Das GUID-Partitionstabellenformat entspricht dem von Intel entwickelten EFI-Standard (Extensible Firmware Interface). Weitere Informationen finden Sie in der Spezifikation für die erweiterbare Firmwareschnittstelle von Intel.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows XP
Kopfzeile ntdddisk.h

Weitere Informationen

CREATE_DISK

DISK_PARTITION_INFO

PARTITION_INFORMATION_EX