SM_SendTEST_IN structure (hbapiwmi.h)

The SM_SendTEST_IN structure is used to provide input parameters to the SM_SendTEST method.

Syntax

typedef struct _SM_SendTEST_IN {
  UCHAR HbaPortWWN[8];
  UCHAR DestWWN[8];
  ULONG DestFCID;
  ULONG ReqBufferSize;
  UCHAR ReqBuffer[1];
} SM_SendTEST_IN, *PSM_SendTEST_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.

ReqBufferSize

The request buffer size.

ReqBuffer[1]

The request buffer data.

Remarks

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

Requirements

Requirement Value
Header hbapiwmi.h (include Hbapiwmi.h)