ISCSI_TARGET_PORTAL_INFOA Structure

ISCSI_TARGET_PORTAL_INFOA Structure

The ISCSI_TARGET_PORTAL_INFOA structure contains information about a target portal.

typedef struct _ISCSI_TARGET_PORTAL_INFOA {
CHAR InitiatorName[MAX_ISCSI_HBANAME_LEN];
ULONG InitiatorPortNumber;
CHAR SymbolicName[MAX_ISCSI_PORTAL_NAME_LEN];
CHAR Address[MAX_ISCSI_PORTAL_ADDRESS_LEN];
USHORT Socket; } ISCSI_TARGET_PORTAL_INFOA,
*PISCSI_TARGET_PORTAL_INFOA;

Members

  • InitiatorName
    An ASCII string that represents the name of the initiator Host Bus Adapter (HBA) .

  • InitiatorPortNumber
    The port number on the HBA that is associated with the portal. A port number corresponds to the source IP address on the HBA.

  • SymbolicName
    An ASCII string that represents the symbolic name of the portal.

  • Address
    An ASCII string that represents the IP address or DNS name of the portal.

  • Socket
    The socket number.

Requirements

Client

Requires Windows Vista.

Server

Requires Windows Server 2008.

Header

Declared in Iscsidsc.h.

See Also

ISCSI_TARGET_PORTAL_INFO

Send comments about this topic to Microsoft

Build date: 10/1/2007