énumération PARTITION_STYLE (winioctl.h)

Représente le format d’une partition.

Syntax

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

Constantes

 
PARTITION_STYLE_MBR
Format d’enregistrement de démarrage principal (MBR). Cela correspond aux partitions MBR standard de style AT .
PARTITION_STYLE_GPT
Format GPT (GUID Partition Table).
PARTITION_STYLE_RAW
Partition non mise en forme dans l’un des formats reconnus (MBR ou GPT).

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows XP [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2003 [applications de bureau uniquement]
En-tête winioctl.h

Voir aussi