// hbapiwmi.h
typedef struct _SM_SendCTPassThru_IN {
UCHAR HbaPortWWN[8];
ULONG InRespBufferMaxSize;
ULONG ReqBufferSize;
UCHAR ReqBuffer[1];
} SM_SendCTPassThru_IN, *PSM_SendCTPassThru_IN;
View the official Windows Driver Kit DDI referenceNo description available.
The SM_SendCTPassThru_IN structure is used to provide input parameters to the SM_SendCTPassThru method.
HbaPortWWNThe HBA port worldwide name (WWN) to which pass-through commands will be sent.
InRespBufferMaxSizeThe maximum response buffer size.
ReqBufferSizeThe size, in bytes, of the buffer that will hold the results of the common transport command.
ReqBufferThe WMI tool suite generates a declaration of the SM_SendCTPassThru_IN structure in Hbapiwmi.h when it compiles the MS_SM_FabricAndDomainManagementMethod WMI class.