Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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) |