IVdsSubSystemIscsi 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 to query and configure iSCSI targets and portals on a subsystem.

Inheritance

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

Methods

The IVdsSubSystemIscsi interface has these methods.

 
IVdsSubSystemIscsi::CreateTarget

The IVdsSubSystemIscsi::CreateTarget (vdshwprv.h) method creates an iSCSI target.
IVdsSubSystemIscsi::QueryPortals

The IVdsSubSystemIscsi::QueryPortals (vdshwprv.h) method returns an object that enumerates the iSCSI portals of the subsystem.
IVdsSubSystemIscsi::QueryTargets

The IVdsSubSystemIscsi::QueryTargets (vdshwprv.h) method returns an object that enumerates the iSCSI targets of the subsystem.
IVdsSubSystemIscsi::SetIpsecGroupPresharedKey

The IVdsSubSystemIscsi::SetIpsecGroupPresharedKey (vdshwprv.h) method is not supported and is reserved for future use.

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
Redistributable VDS 1.1

See also

VDS Interfaces