SM_SetRNIDMgmtInfo_IN - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// hbapiwmi.h

typedef struct _SM_SetRNIDMgmtInfo_IN {
  HBAFC3MgmtInfo MgmtInfo;
} SM_SetRNIDMgmtInfo_IN, *PSM_SetRNIDMgmtInfo_IN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-hbapiwmi-_sm_setrnidmgmtinfo_in)

_SM_SetRNIDMgmtInfo_IN structure

Description

The SM_SetRNIDMgmtInfo_IN structure is used to provide input parameters to the SM_SetRNIDMgmtInfo method.

Members

MgmtInfo

A structure of type HBAFC3MgmtInfo that holds FC3 management information. This information is used to configure the fibre channel adapter.

Remarks

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.