This topic has not yet been rated - Rate this topic

IVdsSubSystemInterconnect interface

[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 query the interconnect types that are supported by a subsystem.

When to implement

Hardware providers implement this interface in the subsystem object.

When to use

Applications call the GetSupportedInterconnects method on this interface to query for the types of interconnects that the subsystem supports.

Members

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

Methods

The IVdsSubSystemInterconnect interface has these methods.

MethodDescription
GetSupportedInterconnects

Returns the interconnect types that the subsystem supports.

 

Requirements

Minimum supported client

Windows 7 [desktop apps only]

Minimum supported server

Windows Server 2008 R2 [desktop apps only]

Header

Vds.h;
VdsHwPrv.h (for hardware providers)

Library

Uuid.lib

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.