structure SET_PARTITION_INFORMATION (winioctl.h)

Contient les informations utilisées pour définir le type d’une partition de disque.

NotezSET_PARTITION_INFORMATION a été remplacé par la structure PARTITION_INFORMATION_EX .
 

Syntaxe

typedef struct _SET_PARTITION_INFORMATION {
  BYTE PartitionType;
} SET_PARTITION_INFORMATION, *PSET_PARTITION_INFORMATION;

Membres

PartitionType

Type de partition. Pour obtenir la liste des valeurs, consultez Types de partitions de disque.

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 (inclure Windows.h)

Voir aussi

IOCTL_DISK_GET_PARTITION_INFO

IOCTL_DISK_SET_PARTITION_INFO

PARTITION_INFORMATION_EX