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

Defines methods for managing a virtual disk.

Inheritance

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

Methods

The IVdsVDisk interface has these methods.

 
IVdsVDisk::GetDeviceName

Returns the device name for the volume where the virtual disk resides.
IVdsVDisk::GetHostVolume

Returns an interface pointer to the volume object for the volume where the virtual disk resides.
IVdsVDisk::GetProperties

Returns disk property information for the volume where the virtual disk resides.
IVdsVDisk::Open

Opens a handle to the specified virtual disk file and returns an IVdsOpenVDisk interface pointer to the object that represents the opened handle.

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

See also

IVdsVdProvider

VDS Interfaces