// iscsidef.h
typedef struct _ISCSI_TargetPortal {
ISCSI_IP_Address Address;
ULONG Reserved;
USHORT Socket;
} ISCSI_TargetPortal, *PISCSI_TargetPortal;
View the official Windows Driver Kit DDI referenceNo description available.
The ISCSI_TargetPortal structure provides a definition of a target portal.
AddressA ISCSI_IP_Address structure that indicates the IP address of the portal. The ISCSI_IP_Address structure provides a way to define an IP address that is independent of the version of the IP protocol that the initiator and the target use.
ReservedReserved for Microsoft use only.
SocketSocket number associated with the target.