MSiSCSI_PortalInfoClass - NtDoc

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

typedef struct _MSiSCSI_PortalInfoClass {
  ULONG            PortalInfoCount;
  ISCSI_PortalInfo PortalInformation[1];
} MSiSCSI_PortalInfoClass, *PMSiSCSI_PortalInfoClass;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-iscsimgt-_msiscsi_portalinfoclass)

_MSiSCSI_PortalInfoClass structure

Description

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

Members

PortalInfoCount

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

PortalInformation

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.

See also

ISCSI_PortalInfo

MSiSCSI_PortalInfoClass WMI Class