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