VDS_ISCSI_INITIATOR_ADAPTER_PROP structure (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 properties of an iSCSI initiator adapter.

Syntax

typedef struct _VDS_ISCSI_INITIATOR_ADAPTER_PROP {
  VDS_OBJECT_ID id;
  LPWSTR        pwszName;
} VDS_ISCSI_INITIATOR_ADAPTER_PROP;

Members

id

The VDS_OBJECT_ID assigned to the initiator adapter.

pwszName

A null-terminated, human-readable string that is the name 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]
Header vdshwprv.h
Redistributable VDS 1.1

See also

IVdsIscsiInitiatorAdapter::GetProperties