ISCSI_DiscoveredTargetPortalGroup2 structure (iscsifnd.h)
The ISCSI_DiscoveredTargetPortalGroup2 structure contains information about a discovered target portal group.
Syntax
typedef struct _ISCSI_DiscoveredTargetPortalGroup2 {
ULONG PortalCount;
USHORT Tag;
ISCSI_DiscoveredTargetPortal2 Portals[1];
} ISCSI_DiscoveredTargetPortalGroup2, *PISCSI_DiscoveredTargetPortalGroup2;
Members
PortalCount
The number of portals in the group.
Tag
A tag number that identifies the portal 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_DiscoveredTargetPortalGroup2 structure when it compiles the ISCSI_DiscoveredTargetPortalGroup2 WMI Class in Discover.mof.
Requirements
Requirement | Value |
---|---|
Header | iscsifnd.h (include Iscsifnd.h) |
See also
ISCSI_DiscoveredTargetPortalGroup