// hbapiwmi.h
typedef struct _SM_GetRNIDMgmtInfo_OUT {
ULONG HBAStatus;
HBAFC3MgmtInfo MgmtInfo;
} SM_GetRNIDMgmtInfo_OUT, *PSM_GetRNIDMgmtInfo_OUT;
View the official Windows Driver Kit DDI referenceNo description available.
The SM_GetRNIDMgmtInfo_OUT structure is used to receive output parameters from the SM_GetRNIDMgmtInfo method.
HBAStatusThe status of the operation. For a list of allowed values and their descriptions, see HBA_STATUS.
MgmtInfoA structure of type HBAFC3MgmtInfo that holds FC3 management information. The FC3 management information is used to configure the fibre channel adapter.
The WMI tool suite generates a declaration of the SM_GetRNIDMgmtInfo_OUTstructure in Hbapiwmi.h when it compiles the MS_SM_FabricAndDomainManagementMethod WMI class.