SM_SendECHO_IN - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// hbapiwmi.h

typedef struct _SM_SendECHO_IN {
  UCHAR HbaPortWWN[8];
  UCHAR DestWWN[8];
  ULONG DestFCID;
  ULONG InRespBufferMaxSize;
  ULONG ReqBufferSize;
  UCHAR ReqBuffer[1];
} SM_SendECHO_IN, *PSM_SendECHO_IN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_SM_SendECHO_IN structure

Description

The SM_SendECHO_IN structure is used to provide input parameters to the SM_SendECHO method.

Members

HbaPortWWN

The local HBA port worldwide name (WWN).

DestWWN

The remote HBA port worldwide name (WWN) to which the command will be sent.

DestFCID

The address identifier of the remote port.

InRespBufferMaxSize

The maximum response buffer size.

ReqBufferSize

The request buffer size.

ReqBuffer

The request buffer data.

Remarks

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