IVdsIscsiInitiatorAdapter 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 to query and interact with iSCSI initiator adapters on the local system.

Inheritance

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

Methods

The IVdsIscsiInitiatorAdapter interface has these methods.

 
IVdsIscsiInitiatorAdapter::GetProperties

Returns the properties of an initiator adapter.
IVdsIscsiInitiatorAdapter::LoginToTarget

Performs a manual login to an iSCSI target.
IVdsIscsiInitiatorAdapter::LogoutFromTarget

Performs a manual logout from an iSCSI target on all iSCSI sessions to the specified target.
IVdsIscsiInitiatorAdapter::QueryInitiatorPortals

Returns an object that enumerates the iSCSI initiator portals of the initiator adapter.

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

See also

VDS Interfaces