Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The SendTargets_IN structure holds the input data for the SendTargets method.
Syntax
typedef struct _SendTargets_IN {
ULONGLONG UniqueSessionId;
WCHAR SendTargetsText[223 + 1];
} SendTargets_IN, *PSendTargets_IN;
Members
UniqueSessionId
A 64-bit integer that uniquely identifies the session. The LoginToTarget and AddConnectionToSession methods both return this value in their UniqueSessionId parameter.
SendTargetsText[223 + 1]
The authentication key text in the PDU.
Remarks
You must implement this method.
Requirements
| Requirement | Value |
|---|---|
| Header | iscsiop.h (include Iscsiop.h) |