IVdsProviderSupport 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 indicate what versions of the VDS interfaces are supported by the provider.

Inheritance

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

Methods

The IVdsProviderSupport interface has these methods.

 
IVdsProviderSupport::GetVersionSupport

The IVdsProviderSupport::GetVersionSupport method (vds.h) returns a bitmask of values enumerated by VDS_VERSION_SUPPORT_FLAG with supported VDS interfaces.

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
Redistributable VDS 1.1

See also

IUnknown

VDS Interfaces