SET_PARTITION_INFORMATION structure (winioctl.h)
Contains information used to set a disk partition's type.
Note SET_PARTITION_INFORMATION has been superseded by the
PARTITION_INFORMATION_EX structure.
Syntax
typedef struct _SET_PARTITION_INFORMATION {
BYTE PartitionType;
} SET_PARTITION_INFORMATION, *PSET_PARTITION_INFORMATION;
Members
PartitionType
The type of partition. For a list of values, see Disk Partition Types.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | winioctl.h (include Windows.h) |