// hbapiwmi.h
typedef struct _SM_SetRNIDMgmtInfo_IN {
HBAFC3MgmtInfo MgmtInfo;
} SM_SetRNIDMgmtInfo_IN, *PSM_SetRNIDMgmtInfo_IN;
View the official Windows Driver Kit DDI referenceNo description available.
The SM_SetRNIDMgmtInfo_IN structure is used to provide input parameters to the SM_SetRNIDMgmtInfo method.
MgmtInfoA structure of type HBAFC3MgmtInfo that holds FC3 management information. This information is used to configure the fibre channel adapter.
The WMI tool suite generates a declaration of the SM_SetRNIDMgmtInfo_IN structure in Hbapiwmi.h when it compiles the MS_SM_FabricAndDomainManagementMethod WMI class.