SendScsiReportLuns method of the MSIscsiInitiator_SessionClass class
The SendScsiReportLuns method sends the Report LUN command to the target associated with the specified session.
Syntax
uint32 SendScsiReportLuns(
[out] uint8 ScsiStatus,
[out] uint8 ResponseBuffer[],
[out] uint8 SenseBuffer[]
);
Parameters
-
ScsiStatus [out]
-
The execution status of the CDB.
-
ResponseBuffer [out]
-
A buffer containing the inquiry data.
-
SenseBuffer [out]
-
A buffer containing the sense data.
Requirements
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |
Namespace |
Root\WMI |
MOF |
|
See also