ISCSI_TargetPortalGroup structure (iscsidef.h)
The ISCSI_TargetPortalGroup structure provides a definition of a target portal group.
Syntax
typedef struct _ISCSI_TargetPortalGroup {
ULONG PortalCount;
ISCSI_TargetPortal Portals[1];
} ISCSI_TargetPortalGroup, *PISCSI_TargetPortalGroup;
Members
PortalCount
The number of portals in the portal group.
Portals[1]
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.
Requirements
Requirement | Value |
---|---|
Header | iscsidef.h (include Iscsidef.h) |