IVdsCreatePartitionEx interface (vds.h)

[Beginning with Windows 8 and Windows Server 2012, the Virtual Disk Service COM interface is superseded by the Windows Storage Management API.]

Creates a partition on a basic disk.

Inheritance

The IVdsCreatePartitionEx interface inherits from the IUnknown interface. IVdsCreatePartitionEx also has these types of members:

Methods

The IVdsCreatePartitionEx interface has these methods.

 
IVdsCreatePartitionEx::CreatePartitionEx

Creates a partition on a basic disk. This method supersedes the IVdsAdvancedDisk::CreatePartition method.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 R2 [desktop apps only]
Target Platform Windows
Header vds.h

See also

IVdsAdvancedDisk::CreatePartition

VDS Interfaces