ISCSI_CONNECTION_INFOA Structure
ISCSI_CONNECTION_INFOA Structure
The ISCSI_CONNECTION_INFOA structure contains information about an ISCSI connection.
typedef struct _ISCSI_CONNECTION_INFOA {
ISCSI_UNIQUE_CONNECTION_ID ConnectionId;
PCHAR InitiatorAddress;
PCHAR TargetAddress;
USHORT InitiatorSocket;
USHORT TargetSocket;
UCHAR CID[2];
} ISCSI_CONNECTION_INFOA,
*PISCSI_CONNECTION_INFOA;
Members
ConnectionId
A structure of type ISCSI_UNIQUE_CONNECTION_ID that contains the unique identifier for a connection. The LoginIScsiTarget and AddIScsiConnection functions provide this value to the ISCSI_UNIQUE_CONNECTION_ID structure.InitiatorAddress
An ASCII string that represents the IP address of the initiator.TargetAddress
An ASCII string that represents the IP address of the target.InitiatorSocket
The socket number on the initiator that establishes the connection.TargetSocket
The socket number on the target that establishes the connection.CID
The connection identifier for the connection.
Requirements
Client |
Requires Windows Vista. |
Server |
Requires Windows Server 2008. |
Header |
Declared in Iscsidsc.h. |
See Also
ISCSI_UNIQUE_CONNECTION_ID
AddIScsiConnection
LoginIScsiTarget
Send comments about this topic to Microsoft
Build date: 10/1/2007