ISCSI_TargetPortalGroup - NtDoc

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

typedef struct _ISCSI_TargetPortalGroup {
  ULONG              PortalCount;
  ISCSI_TargetPortal Portals[1];
} ISCSI_TargetPortalGroup, *PISCSI_TargetPortalGroup;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-iscsidef-_iscsi_targetportalgroup)

_ISCSI_TargetPortalGroup structure

Description

The ISCSI_TargetPortalGroup structure provides a definition of a target portal group.

Members

PortalCount

The number of portals in the portal group.

Portals

A variable-length array of ISCSI_TargetPortal structures, which describe portals in the target portal group. The number of elements in the array is specified by the PortalCount field.

See also

ISCSI_TargetPortal

ISCSI_TargetPortalGroup WMI Class