ISCSI_DiscoveredTargetPortal - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// iscsifnd.h

typedef struct _ISCSI_DiscoveredTargetPortal {
  USHORT           Socket;
  ISCSI_IP_Address Address;
  WCHAR            SymbolicName[256 + 1];
} ISCSI_DiscoveredTargetPortal, *PISCSI_DiscoveredTargetPortal;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-iscsifnd-_iscsi_discoveredtargetportal)

_ISCSI_DiscoveredTargetPortal structure

Description

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

Members

Socket

The socket number of the portal.

Address

The network address of the portal.

SymbolicName

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.

See also

ISCSI_DiscoveredTargetPortal WMI Class

ISCSI_DiscoveredTargetPortal2

ISCSI_TargetPortal