SendCTPassThru_IN - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-hbapiwmi-_sendctpassthru_in)

_SendCTPassThru_IN structure

Description

The SendCTPassThru_IN structure is used to deliver input parameter data to the SendCTPassThru WMI method.

Members

PortWWN

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

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.

See also

SendCTPassThru