ISCSI_DiscoveredTargetPortalGroup - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// iscsifnd.h

typedef struct _ISCSI_DiscoveredTargetPortalGroup {
  ULONG                        PortalCount;
  ISCSI_DiscoveredTargetPortal Portals[1];
} ISCSI_DiscoveredTargetPortalGroup, *PISCSI_DiscoveredTargetPortalGroup;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-iscsifnd-_iscsi_discoveredtargetportalgroup)

_ISCSI_DiscoveredTargetPortalGroup structure

Description

The ISCSI_DiscoveredTargetPortalGroup structure contains information about a discovered target portal group.

Members

PortalCount

The number of portals in the group.

Portals

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.

See also

ISCSI_DiscoveredTargetPortal

ISCSI_DiscoveredTargetPortalGroup WMI Class

ISCSI_DiscoveredTargetPortalGroup2