SM_SendECHO_OUT structure (hbapiwmi.h)

The SM_SendECHO_OUT structure is used to receive output parameters from the SM_SendECHO method.

Syntax

typedef struct _SM_SendECHO_OUT {
  ULONG HBAStatus;
  ULONG OutRespBufferSize;
  UCHAR RespBuffer[1];
} SM_SendECHO_OUT, *PSM_SendECHO_OUT;

Members

HBAStatus

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

OutRespBufferSize

The output response size.

RespBuffer[1]

The result of the operation.

Remarks

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

Requirements

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