IVdsMaintenance 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 maintenance operations on a subsystem, controller, LUN, or drive.

Inheritance

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

Methods

The IVdsMaintenance interface has these methods.

 
IVdsMaintenance::PulseMaintenance

The IVdsMaintenance::PulseMaintenance method (vds.h) performs the specified operation a specified number of times.
IVdsMaintenance::StartMaintenance

The IVdsMaintenance::StartMaintenance method (vds.h) starts a maintenance operation.
IVdsMaintenance::StopMaintenance

The IVdsMaintenance::StopMaintenance method (vds.h) stops a maintenance operation.

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

VDS Interfaces