VDS_INTERCONNECT_FLAG enumeration (vdshwprv.h)

[Beginning with Windows 8 and Windows Server 2012, the Virtual Disk Service COM interface is superseded by the Windows Storage Management API.]

Defines the set of interconnect types that subsystems can support.

Syntax

typedef enum _VDS_INTERCONNECT_FLAG {
  VDS_ITF_PCI_RAID = 0x1,
  VDS_ITF_FIBRE_CHANNEL = 0x2,
  VDS_ITF_ISCSI = 0x4,
  VDS_ITF_SAS = 0x8
} VDS_INTERCONNECT_FLAG, *PVDS_INTERCONNECT_FLAG;

Constants

 
VDS_ITF_PCI_RAID
Value: 0x1
The subsystem supports a PCI RAID interconnect.
VDS_ITF_FIBRE_CHANNEL
Value: 0x2
The subsystem supports a Fibre Channel interconnect.
VDS_ITF_ISCSI
Value: 0x4
The subsystem supports an iSCSI interconnect.
VDS_ITF_SAS
Value: 0x8
The subsystem supports a serial attached iSCSI (SAS) interconnect.

Remarks

Note  Additional constants might be added to the VDS_INTERCONNECT_FLAG enumeration in future Windows versions. For this reason, your application must be designed to gracefully handle an unrecognized VDS_INTERCONNECT_FLAG enumeration constant.
 

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header vdshwprv.h

See also

IVdsSubSystemInterconnect::GetSupportedInterconnects

VDS Enumerations

VDS_HWPROVIDER_TYPE