AddConnectionToSession_OUT structure (iscsiop.h)

The AddConnectionToSession_OUT structure holds output data for the AddConnectionToSession method.

Syntax

typedef struct _AddConnectionToSession_OUT {
  ULONG     Status;
  ULONGLONG UniqueConnectionId;
} AddConnectionToSession_OUT, *PAddConnectionToSession_OUT;

Members

Status

The status of the AddConnectionToSession operation. For a list of status qualifiers, see ISCSI_STATUS_QUALIFIERS.

UniqueConnectionId

A 64-bit integer that uniquely identifies the connection across the entire network.

Remarks

The iSCSI service requires this method. It is optional that you implement this method.

Requirements

Requirement Value
Header iscsiop.h (include Iscsiop.h)

See also

AddConnectionToSession

AddConnectionToSession_IN

ISCSI_STATUS_QUALIFIERS

MSiSCSI_Operations WMI Class