Freigeben über


PARTITION_STYLE-Aufzählung (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 Master Boot Record im AT-Stil an, typ der Partitionstabelle.
PARTITION_STYLE_GPT
Gibt den GUID-Partitionstabellentyp der Partitionstabelle an.
PARTITION_STYLE_RAW
Die Partition ist nicht in einem der erkannten Formate formatiert – MBR oder GPT.

Bemerkungen

Das GUID Partition Table-Format entspricht dem von Intel entwickelten EFI-Standard (Extensible Firmware Interface). Weitere Informationen finden Sie in der Extensible Firmware Interface Spezifikation von Intel.

Anforderungen

Anforderung Wert
mindestens unterstützte Client- Windows XP
Header- ntdddisk.h

Siehe auch

CREATE_DISK

DISK_PARTITION_INFO

PARTITION_INFORMATION_EX