ISCSI_TargetPortal structure (iscsidef.h)

The ISCSI_TargetPortal structure provides a definition of a target portal.

Syntax

typedef struct _ISCSI_TargetPortal {
  ISCSI_IP_Address Address;
  ULONG            Reserved;
  USHORT           Socket;
} ISCSI_TargetPortal, *PISCSI_TargetPortal;

Members

Address

A 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.

Reserved

Reserved for Microsoft use only.

Socket

Socket number associated with the target.

Requirements

Requirement Value
Header iscsidef.h (include Iscsidef.h)

See also

ISCSI_IP_Address

ISCSI_TargetPortal WMI Class