ISCSI_SESSION_INFOW Structure
ISCSI_SESSION_INFOW Structure
The ISCSI_SESSION_INFOW structure that contains session information.
typedef struct _ISCSI_SESSION_INFOW {
ISCSI_UNIQUE_SESSION_ID SessionId;
PWCHAR InitiatorName;
PWCHAR TargetNodeName;
PWCHAR TargetName;
UCHAR ISID[6];
UCHAR TSID[2];
ULONG ConnectionCount;
PISCSI_SESSION_INFOA Connections;
} ISCSI_SESSION_INFOW,
*PISCSI_SESSION_INFOW;
Members
SessionId
A structure of type ISCSI_UNIQUE_SESSION_ID that has a unique identifier that represents the session.InitiatorName
A wide character string that indicates the initiator name.TargetNodeName
A wide character string that indicates the target node name.TargetName
A wide character string that indicates the target name.ISID
The initiator-side identifier (ISID) used in the iSCSI protocol to identify the initiator side of a session.TSID
The target-side identifier (TSID) used in the iSCSI protocol to identify the target side of a session.ConnectionCount
The number of connections associated with the session.Connections
A pointer to a structure of type ISCSI_SESSION_INFOW.
Requirements
Client |
Requires Windows Vista. |
Server |
Requires Windows Server 2008. |
Header |
Declared in Iscsidsc.h. |
See Also
GetIScsiSessionList
ISCSI_CONNECTION_INFOW
ISCSI_UNIQUE_SESSION_ID
ISCSI_SESSION_INFO
Send comments about this topic to Microsoft
Build date: 10/1/2007