SM_SendCTPassThru_IN structure (hbapiwmi.h)

The SM_SendCTPassThru_IN structure is used to provide input parameters to the SM_SendCTPassThru method.

Syntax

typedef struct _SM_SendCTPassThru_IN {
  UCHAR HbaPortWWN[8];
  ULONG InRespBufferMaxSize;
  ULONG ReqBufferSize;
  UCHAR ReqBuffer[1];
} SM_SendCTPassThru_IN, *PSM_SendCTPassThru_IN;

Members

HbaPortWWN[8]

The HBA port worldwide name (WWN) to which pass-through commands will be sent.

InRespBufferMaxSize

The maximum response buffer size.

ReqBufferSize

The size, in bytes, of the buffer that will hold the results of the common transport command.

ReqBuffer[1]

Remarks

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

Requirements

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