IVdsVolume2 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 for returning volume property information, including the volume GUIDs.

Inheritance

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

Methods

The IVdsVolume2 interface has these methods.

 
IVdsVolume2::GetProperties2

Returns property information for the current volume. This method is identical to the IVdsVolume::GetProperties method, except that it returns a VDS_VOLUME_PROP2 structure instead of a VDS_VOLUME_PROP structure.

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

IVdsVolume