IVdsMaintenance interface (vdshwprv.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 (vdshwprv.h) method performs the specified operation a specified number of times.
IVdsMaintenance::StartMaintenance

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

The IVdsMaintenance::StopMaintenance (vdshwprv.h) method 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 vdshwprv.h

See also

VDS Interfaces