ScsiReadCapacity_OUT structure (hbapiwmi.h)

The ScsiReadCapacity_OUT structure is used to report the output data of the ScsiReadCapacity WMI method to the WMI client.

Syntax

typedef struct _ScsiReadCapacity_OUT {
  ULONG HBAStatus;
  ULONG ResponseBufferSize;
  ULONG SenseBufferSize;
  UCHAR ScsiStatus;
  UCHAR ResponseBuffer[1];
} ScsiReadCapacity_OUT, *PScsiReadCapacity_OUT;

Members

HBAStatus

Contains a value associated with the WMI class qualifier HBA_STATUS that indicates the result of an HBA query operation.

ResponseBufferSize

Indicates the size in bytes of the buffer that will hold the results of the read capacity command.

SenseBufferSize

Indicates the size in bytes of the buffer that will hold the SCSI sense data that results from the read capacity command.

ScsiStatus

Contains the status of the SCSI read capacity command.

ResponseBuffer[1]

Contains the results of the SCSI read capacity command.

Remarks

The WMI tool suite generates a declaration of the ScsiReadCapacity_OUT structure in Hbapiwmi.h when it compiles the MSFC_HBAAdapterMethods WMI Class.

Requirements

Requirement Value
Header hbapiwmi.h (include Hbapiwmi.h)

See also

HBA_STATUS

ScsiReadCapacity