VDS_ISCSI_INITIATOR_PORTAL_PROP structure (vds.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 portal.

Syntax

typedef struct _VDS_ISCSI_INITIATOR_PORTAL_PROP {
  VDS_OBJECT_ID id;
  VDS_IPADDRESS address;
  ULONG         ulPortIndex;
} VDS_ISCSI_INITIATOR_PORTAL_PROP;

Members

id

The VDS_OBJECT_ID assigned to the initiator portal.

address

The IP address and port of the portal.

ulPortIndex

The port index assigned to the portal by the iSCSI initiator service.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 R2 [desktop apps only]
Header vds.h
Redistributable VDS 1.1

See also

IVdsIscsiInitiatorPortal::GetProperties

VDS Structures

VDS_IPADDRESS