// iscsifnd.h
typedef struct _ISCSI_DiscoveredTargetPortalGroup2 {
ULONG PortalCount;
USHORT Tag;
ISCSI_DiscoveredTargetPortal2 Portals[1];
} ISCSI_DiscoveredTargetPortalGroup2, *PISCSI_DiscoveredTargetPortalGroup2;
View the official Windows Driver Kit DDI referenceNo description available.
The ISCSI_DiscoveredTargetPortalGroup2 structure contains information about a discovered target portal group.
PortalCountThe number of portals in the group.
TagA tag number that identifies the portal group.
PortalsAn array of ISCSI_DiscoveredTargetPortal structures, which describe target portals.
The WMI tool suite automatically generates a declaration of the ISCSI_DiscoveredTargetPortalGroup2 structure when it compiles the ISCSI_DiscoveredTargetPortalGroup2 WMI Class in Discover.mof.
ISCSI_DiscoveredTargetPortalGroup
ISCSI_DiscoveredTargetPortalGroup WMI Class
ISCSI_DiscoveredTargetPortalGroup2 WMI Class