IVdsControllerControllerPort 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 a method to enumerate controller ports for a class implementing the IVdsController interface. This is needed to support MPIO.

Inheritance

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

Methods

The IVdsControllerControllerPort interface has these methods.

 
IVdsControllerControllerPort::QueryControllerPorts

The IVdsControllerControllerPort::QueryControllerPorts method (vdshwprv.h) returns an IEnumVdsObject object that enumerates the ports of the controller.

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 vdshwprv.h

See also

Controller Object

IVdsController

QueryControllerPorts

VDS Interfaces