ScsiReportLuns_IN structure (iscsiop.h)
The ScsiReportLuns_IN structure holds the input data for the ScsiReportLuns method.
Syntax
typedef struct _ScsiReportLuns_IN {
ULONGLONG UniqueSessionId;
} ScsiReportLuns_IN, *PScsiReportLuns_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.
Remarks
You must implement this method.
Requirements
Requirement | Value |
---|---|
Header | iscsiop.h (include Iscsiop.h) |