MSiSCSI_PortalInfoClass structure (iscsimgt.h)

The MSiSCSI_PortalInfoClass structure contains information about a collection of iSCSI portals.

Syntax

typedef struct _MSiSCSI_PortalInfoClass {
  ULONG            PortalInfoCount;
  ISCSI_PortalInfo PortalInformation[1];
} MSiSCSI_PortalInfoClass, *PMSiSCSI_PortalInfoClass;

Members

PortalInfoCount

The number of portals that the initiator discovered and for which portal information is available.

PortalInformation[1]

A variable length array of ISCSI_PortalInfo structures. The number of elements in the array is specified by the PortalInfoCount field.

Remarks

We recommend that you implement this class.

Requirements

Requirement Value
Header iscsimgt.h (include Iscsimgt.h)

See also

ISCSI_PortalInfo

MSiSCSI_PortalInfoClass WMI Class