ISCSI_DiscoveredTargetPortalGroup structure (iscsifnd.h)
The ISCSI_DiscoveredTargetPortalGroup structure contains information about a discovered target portal group.
Syntax
typedef struct _ISCSI_DiscoveredTargetPortalGroup {
ULONG PortalCount;
ISCSI_DiscoveredTargetPortal Portals[1];
} ISCSI_DiscoveredTargetPortalGroup, *PISCSI_DiscoveredTargetPortalGroup;
Members
PortalCount
The number of portals in the group.
Portals[1]
An array of ISCSI_DiscoveredTargetPortal structures, which describe target portals.
Remarks
The WMI tool suite automatically generates a declaration of the ISCSI_DiscoveredTargetPortalGroup structure when it compiles the ISCSI_DiscoveredTargetPortalGroup WMI Class in Discover.mof.
Requirements
Requirement | Value |
---|---|
Header | iscsifnd.h (include Iscsifnd.h) |