Compartilhar via


estrutura SET_PARTITION_INFORMATION (winioctl.h)

Contém informações usadas para definir o tipo de uma partição de disco.

ObserveSET_PARTITION_INFORMATION foi substituído pela estrutura PARTITION_INFORMATION_EX .
 

Sintaxe

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

Membros

PartitionType

O tipo de partição. Para obter uma lista de valores, consulte Tipos de partição de disco.

Requisitos

Requisito Valor
Cliente mínimo com suporte Windows XP [somente aplicativos da área de trabalho]
Servidor mínimo com suporte Windows Server 2003 [somente aplicativos da área de trabalho]
Cabeçalho winioctl.h (inclua Windows.h)

Confira também

IOCTL_DISK_GET_PARTITION_INFO

IOCTL_DISK_SET_PARTITION_INFO

PARTITION_INFORMATION_EX