// hbapiwmi.h
typedef struct _SendCTPassThru_IN {
UCHAR PortWWN[8];
ULONG RequestBufferCount;
UCHAR RequestBuffer[1];
} SendCTPassThru_IN, *PSendCTPassThru_IN;
View the official Windows Driver Kit DDI referenceNo description available.
The SendCTPassThru_IN structure is used to deliver input parameter data to the SendCTPassThru WMI method.
PortWWNContains a worldwide name for the HBA through which the target is accessed.
RequestBufferCountIndicates the size in bytes of the buffer that will hold the results of the common transport command.
RequestBufferContains the results of the common transport command.
The WMI tool suite generates a declaration of the SendCTPassThru_IN structure in Hbapiwmi.h when it compiles the MSFC_HBAAdapterMethods WMI Class.