Condividi tramite


SendCTPassThru_OUT struttura (hbapiwmi.h)

La struttura SendCTPassThru_OUT viene usata per segnalare i dati dei parametri di output del metodo SendCTPassThru WMI al client WMI.

Sintassi

typedef struct _SendCTPassThru_OUT {
  ULONG HBAStatus;
  ULONG TotalResponseBufferCount;
  ULONG ActualResponseBufferCount;
  UCHAR ResponseBuffer[1];
} SendCTPassThru_OUT, *PSendCTPassThru_OUT;

Members

HBAStatus

Contiene lo stato dell'operazione. Per un elenco di valori consentiti e relative descrizioni, vedere HBA_STATUS.

TotalResponseBufferCount

Contiene le dimensioni in byte del comando common transport (CT) dei risultati.

ActualResponseBufferCount

Contiene le dimensioni in byte dei dati effettivamente recuperati.

ResponseBuffer[1]

Contiene i risultati del comando di trasporto comune.

Commenti

La suite di strumenti WMI genera una dichiarazione della struttura SendCTPassThru_OUT in Hbapiwmi.h quando compila la classe WMI MSFC_HBAAdapterMethods.

Requisiti

Requisito Valore
Intestazione hbapiwmi.h (include Hbapiwmi.h)

Vedi anche

SendCTPassThru