No description available.
The ScsiReadCapacity_OUT structure is used to report the output data of the ScsiReadCapacity WMI method to the WMI client.
HBAStatusContains a value associated with the WMI class qualifier HBA_STATUS that indicates the result of an HBA query operation.
ResponseBufferSizeIndicates the size in bytes of the buffer that will hold the results of the read capacity command.
SenseBufferSizeIndicates the size in bytes of the buffer that will hold the SCSI sense data that results from the read capacity command.
ScsiStatusContains the status of the SCSI read capacity command.
ResponseBuffer[1]Contains the results of the SCSI read capacity command.
The WMI tool suite generates a declaration of the ScsiReadCapacity_OUT structure in Hbapiwmi.h when it compiles the MSFC_HBAAdapterMethods WMI Class.
The ScsiReadCapacity_OUT structure holds the output data for the ScsiReadCapacity method.
StatusThe status of the ScsiReadCapacity method. This member will contain 0 if the READ CAPACITY operation succeeds and ISDSC_SCSI_REQUEST_FAILED if the operation fails. If the READ CAPACITY operation fails, ScsiStatus will contain the SCSI status of the SCSI command. SCSI status qualifiers are documented in the SCSI Primary Commands specification. For a list of status qualifiers, see ISCSI_STATUS_QUALIFIERS.
ResponseBufferSizeThe size, in bytes, of the buffer at ResponseBuffer.
ScsiStatusThe status of the SCSI READ CAPACITY command.
SenseBufferA buffer that holds the SCSI sense data that the SCSI READ CAPACITY command received.
ResponseBufferA buffer that holds the response data that the SCSI READ CAPACITY command received.
You must implement this method.