ISCSI_TARGET_PORTAL_GROUPA structure (iscsidsc.h)

The ISCSI_TARGET_PORTAL_GROUP structure contains information about the portals associated with a portal group.

Syntax

typedef struct {
  ULONG                Count;
  ISCSI_TARGET_PORTALA Portals[1];
} ISCSI_TARGET_PORTAL_GROUPA, *PISCSI_TARGET_PORTAL_GROUPA;

Members

Count

The number of portals in the portal group.

Portals[1]

An array of ISCSI_TARGET_PORTAL structures that describe the portals associated with the portal group. Portal names and addresses are described by either wide-character or ascii strings, depending upon implementation.

Remarks

Note

The iscsidsc.h header defines ISCSI_TARGET_PORTAL_GROUP as an alias which automatically selects the ANSI or Unicode version of this function based on the definition of the UNICODE preprocessor constant. Mixing usage of the encoding-neutral alias with code that not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see Conventions for Function Prototypes.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header iscsidsc.h