The VDS_ISCSI_INITIATOR_PORTAL_PROP structure defines the properties of an iSCSI initiator portal.<42>
typedef struct _VDS_ISCSI_INITIATOR_PORTAL_PROP {
VDS_OBJECT_ID id;
VDS_IPADDRESS address;
unsigned long ulPortIndex;
} VDS_ISCSI_INITIATOR_PORTAL_PROP;
id: The VDS object ID of the initiator portal object.
address: The IP address and port of the portal.
ulPortIndex: The port index that the iSCSI initiators service assigned to the portal.