IVdsSubSystem2 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 methods for performing query and configuration operations on a subsystem using the VDS_HINTS2 and VDS_SUB_SYSTEM_PROP2 structures.
Inheritance
The IVdsSubSystem2 interface inherits from the IUnknown interface. IVdsSubSystem2 also has these types of members:
Methods
The IVdsSubSystem2 interface has these methods.
IVdsSubSystem2::CreateLun2 The IVdsSubSystem2::CreateLun2 method (vds.h) creates a LUN. Automagic hints are provided using a VDS_HINTS2 structure instead of a VDS_HINTS structure. |
IVdsSubSystem2::GetDrive2 The IVdsSubSystem2::GetDrive2 method (vds.h) returns the specified drive and includes the enclosure number as a parameter. |
IVdsSubSystem2::GetProperties2 The IVdsSubSystem2::GetProperties2 method (vds.h) returns the properties of a subsystem. |
IVdsSubSystem2::QueryMaxLunCreateSize2 The IVdsSubSystem2::QueryMaxLunCreateSize2 method (vds.h) returns the size of the maximum LUN that can be created using the specified LUN type and hints. |
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 |