2.2.2.5.1.1 VDS_ISCSI_INITIATOR_ADAPTER_PROP

The VDS_ISCSI_INITIATOR_ADAPTER_PROP structure defines the properties of an iSCSI initiator adapter.<39>

 typedef struct _VDS_ISCSI_INITIATOR_ADAPTER_PROP {
   VDS_OBJECT_ID id;
   [string] WCHAR* pwszName;
 } VDS_ISCSI_INITIATOR_ADAPTER_PROP;

id: The VDS object ID of the initiator adapter object.

pwszName: A human-readable, null-terminated Unicode string that is the name of the initiator adapter.