SM_SendCTPassThru_OUT structure (hbapiwmi.h)

The SM_SendCTPassThru_OUT structure is used to receive output parameters from the SM_SendCTPassThru method.

Syntax

typedef struct _SM_SendCTPassThru_OUT {
  ULONG HBAStatus;
  ULONG TotalRespBufferSize;
  ULONG OutRespBufferSize;
  UCHAR RespBuffer[1];
} SM_SendCTPassThru_OUT, *PSM_SendCTPassThru_OUT;

Members

HBAStatus

The status of the operation. For a list of allowed values and their descriptions, see HBA_STATUS.

TotalRespBufferSize

The size, in bytes, of the results common transport (CT) command.

OutRespBufferSize

The size, in bytes, of the data that was actually retrieved.

RespBuffer[1]

The results of the common transport command.

Remarks

The WMI tool suite generates a declaration of the SM_SendCTPassThru_OUT structure in Hbapiwmi.h when it compiles the MS_SM_FabricAndDomainManagementMethod WMI class.

Requirements

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