// 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 referenceNo description available.
The ISCSI_DiscoveredTargetPortal structure provides information that is associated with a discovered target portal.
SocketThe socket number of the portal.
AddressThe network address of the portal.
SymbolicNameA wide character string that indicates the portal's symbolic name.
The WMI tool suite automatically generates a declaration of the ISCSI_DiscoveredTargetPortal structure when it compiles the ISCSI_DiscoveredTargetPortal WMI Class in Discover.mof.
ISCSI_DiscoveredTargetPortal WMI Class