IVdsControllerPort 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 port.

Inheritance

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

Methods

The IVdsControllerPort interface has these methods.

 
IVdsControllerPort::GetController

The IVdsControllerPort::GetController (vds.h) method returns the controller to which the controller port belongs.
IVdsControllerPort::GetProperties

The IVdsControllerPort::GetProperties (vds.h) method retrieves the properties of a controller port.
IVdsControllerPort::QueryAssociatedLuns

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

The IVdsControllerPort::Reset (vds.h) method reinitializes the controller port.
IVdsControllerPort::SetStatus

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

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

See also

IVdsController

VDS Interfaces