ISCSI_DiscoveredTargetPortal structure (iscsifnd.h)

The ISCSI_DiscoveredTargetPortal structure provides information that is associated with a discovered target portal.

Syntax

typedef struct _ISCSI_DiscoveredTargetPortal {
  USHORT           Socket;
  ISCSI_IP_Address Address;
  WCHAR            SymbolicName[256 + 1];
} ISCSI_DiscoveredTargetPortal, *PISCSI_DiscoveredTargetPortal;

Members

Socket

The socket number of the portal.

Address

The network address of the portal.

SymbolicName[256 + 1]

A wide character string that indicates the portal's symbolic name.

Remarks

The WMI tool suite automatically generates a declaration of the ISCSI_DiscoveredTargetPortal structure when it compiles the ISCSI_DiscoveredTargetPortal WMI Class in Discover.mof.

Requirements

Requirement Value
Header iscsifnd.h (include Iscsifnd.h)

See also

ISCSI_DiscoveredTargetPortal WMI Class

ISCSI_DiscoveredTargetPortal2

ISCSI_TargetPortal