SM_SendECHO_IN structure (hbapiwmi.h)
The SM_SendECHO_IN structure is used to provide input parameters to the SM_SendECHO method.
Syntax
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;
Members
HbaPortWWN[8]
The local HBA port worldwide name (WWN).
DestWWN[8]
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[1]
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.
Requirements
Requirement | Value |
---|---|
Header | hbapiwmi.h (include Hbapiwmi.h) |