IVdsDisk3 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.]

Provides a method to retrieve property information for a disk, including the disk's location path.

Inheritance

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

Methods

The IVdsDisk3 interface has these methods.

 
IVdsDisk3::GetProperties2

Returns property information for a disk. This method is identical to the IVdsDisk::GetProperties method, except that it returns a VDS_DISK_PROP2 structure instead of a VDS_DISK_PROP structure.
IVdsDisk3::QueryFreeExtents

Returns the free extents on the disk and aligns them to the specified alignment size.

Requirements

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