This topic has not yet been rated - Rate this topic

SET_PARTITION_INFORMATION structure

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

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

WinIoCtl.h (include Windows.h)

See also

IOCTL_DISK_GET_PARTITION_INFO
IOCTL_DISK_SET_PARTITION_INFO
PARTITION_INFORMATION_EX

 

 

Send comments about this topic to Microsoft

Build date: 4/16/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.