ISCSI_UNIQUE_SESSION_ID structure (iscsidsc.h)

The ISCSI_UNIQUE_SESSION_ID structure is an opaque entity that contains data that uniquely identifies a session.

Syntax

typedef struct _ISCSI_UNIQUE_SESSION_ID {
  ULONGLONG AdapterUnique;
  ULONGLONG AdapterSpecific;
} ISCSI_UNIQUE_SESSION_ID, *PISCSI_UNIQUE_SESSION_ID, ISCSI_UNIQUE_CONNECTION_ID, *PISCSI_UNIQUE_CONNECTION_ID;

Members

AdapterUnique

AdapterSpecific

Remarks

The ISCSI_UNIQUE_CONNECTION_ID is an alias for ISCSI_UNIQUE_SESSION_ID. The ISCSI_UNIQUE_CONNECTION_ID structure is an opaque entity that contains data that uniquely identifies a connection.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header iscsidsc.h