ISCSI_TARGET_PORTALW Structure

ISCSI_TARGET_PORTALW Structure

The ISCSI_TARGET_PORTALW structure contains information about a portal.

typedef struct _ISCSI_TARGET_PORTALW {
WCHAR SymbolicName[MAX_ISCSI_PORTAL_NAME_LEN];
WCHAR Address[MAX_ISCSI_PORTAL_ADDRESS_LEN];
USHORT Socket; } ISCSI_TARGET_PORTALW,
*PISCSI_TARGET_PORTALW;

Members

  • SymbolicName
    A wide character string that indicates the name of the portal.

  • Address
    An wide character string that indicates the IP address or DNS name of the portal.

  • Socket
    The socket number of the portal.

Requirements

Client

Requires Windows Vista.

Server

Requires Windows Server 2008.

Header

Declared in Iscsidsc.h.

See Also

ISCSI_TARGET_PORTAL

Send comments about this topic to Microsoft

Build date: 10/1/2007