SendCTPassThru_IN structure (hbapiwmi.h)
The SendCTPassThru_IN structure is used to deliver input parameter data to the SendCTPassThru WMI method.
Syntax
typedef struct _SendCTPassThru_IN {
UCHAR PortWWN[8];
ULONG RequestBufferCount;
UCHAR RequestBuffer[1];
} SendCTPassThru_IN, *PSendCTPassThru_IN;
Members
PortWWN[8]
Contains a worldwide name for the HBA through which the target is accessed.
RequestBufferCount
Indicates the size in bytes of the buffer that will hold the results of the common transport command.
RequestBuffer[1]
Contains the results of the common transport command.
Remarks
The WMI tool suite generates a declaration of the SendCTPassThru_IN structure in Hbapiwmi.h when it compiles the MSFC_HBAAdapterMethods WMI Class.
Requirements
Requirement | Value |
---|---|
Header | hbapiwmi.h (include Hbapiwmi.h) |