IVdsController 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 controller.

Inheritance

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

Methods

The IVdsController interface has these methods.

 
IVdsController::FlushCache

The IVdsController::FlushCache (vds.h) method flushes the cache of the controller to a persistent store.
IVdsController::GetPortProperties

The IVdsController::GetPortProperties (vds.h) method returns the properties of the specified controller port.
IVdsController::GetProperties

The IVdsController::GetProperties (vds.h) method returns the properties of a controller.
IVdsController::GetSubSystem

The IVdsController::GetSubSystem (vds.h) method returns the subsystem to which the controller belongs.
IVdsController::InvalidateCache

The IVdsController::InvalidateCache (vds.h) method invalidates the cache of the controller. All data in the cache is lost.
IVdsController::QueryAssociatedLuns

The IVdsController::QueryAssociatedLuns (vds.h) method returns an enumeration of the LUNs with which the controller is associated.
IVdsController::Reset

The IVdsController::Reset (vds.h) method reinitializes the controller and invalidates the cache.
IVdsController::SetStatus

The IVdsController::SetStatus (vds.h) method sets the status of a controller to the specified value.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header vds.h

See also

Controller Object

IVdsControllerControllerPort

IVdsLun::AssociateControllers

IVdsSubSystem::QueryControllers

VDS Interfaces

VDS_CONTROLLER_PROP