MSiSCSI_RedirectPortalInfoClass structure (iscsimgt.h)
The MSiSCSI_RedirectPortalInfoClass structure contains information about a collection of sessions for an adapter ID. It also contains the portal redirection information for each of the sessions.
Syntax
typedef struct _MSiSCSI_RedirectPortalInfoClass {
ULONGLONG UniqueAdapterId;
ULONG SessionCount;
ISCSI_RedirectSessionInfo RedirectSessionList[1];
} MSiSCSI_RedirectPortalInfoClass, *PMSiSCSI_RedirectPortalInfoClass;
Members
UniqueAdapterId
A 64-bit integer that uniquely identifies an HBA initiator and a loaded instance of a storage miniport driver that manages the HBA. The initiator should use the address of the adapter extension or another address that the device driver owns to construct this identifier (ID).
SessionCount
The number of sessions for which this structure contains information.
RedirectSessionList[1]
An array of structures that contains as many ISCSI_RedirectSessionInfo structures as specified in the connection count.
Remarks
You must implement this class if the adapter supports target portal hopping. Otherwise, it is optional.
Requirements
Requirement | Value |
---|---|
Header | iscsimgt.h (include Iscsimgt.h) |