// hbapiwmi.h
typedef struct _SM_SendRNID_OUT {
ULONG HBAStatus;
ULONG TotalRespBufferSize;
ULONG OutRespBufferSize;
UCHAR RespBuffer[1];
} SM_SendRNID_OUT, *PSM_SendRNID_OUT;
View the official Windows Driver Kit DDI referenceNo description available.
The SM_SendRNID_OUT structure is used to receive output parameters from the SM_SendRNID method.
HBAStatusThe status of the operation. For a list of allowed values and their descriptions, see HBA_STATUS.
TotalRespBufferSizeThe size, in bytes, of the results common transport (CT) command.
OutRespBufferSizeThe size, in bytes, of the data that was actually retrieved.
RespBufferThe results of the common transport command.
The WMI tool suite generates a declaration of the SM_SendRNID_OUT structure in Hbapiwmi.h when it compiles the MS_SM_FabricAndDomainManagementMethod WMI class.