ISCSI_DiscoveredTargetPortalGroup2 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

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

_ISCSI_DiscoveredTargetPortalGroup2 structure

Description

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

Members

PortalCount

The number of portals in the group.

Tag

A tag number that identifies the portal group.

Portals

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.

See also

ISCSI_DiscoveredTargetPortal

ISCSI_DiscoveredTargetPortalGroup

ISCSI_DiscoveredTargetPortalGroup WMI Class

ISCSI_DiscoveredTargetPortalGroup2 WMI Class