SM_SetRNIDMgmtInfo - NtDoc

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

void SM_SetRNIDMgmtInfo(
   [in] HBAFC3MgmtInfo                     MgmtInfo,
   [out, HBA_STATUS_QUALIFIERS] HBA_STATUS HBAStatus
);
View the official Windows hardware development documentation

NtDoc

No description available.

Windows hardware development documentation (sm-setrnidmgmtinfo)

SM_SetRNIDMgmtInfo function

The SM_SetRNIDMgmtInfo WMI method sets FC3 management information that is associated with a fibre channel adapter.

Parameters

MgmtInfo A structure of type HBAFC3MgmtInfo that holds FC3 management information that is associated with a fibre channel adapter.

HBAStatus A WMI qualifier value that indicates the status of the operation. For a list of allowed values and their descriptions, see HBA_STATUS. The miniport driver returns this information in the HBAStatus member of a SM_GetRNIDMgmtInfo_OUT structure.

Return value

Not applicable to WMI methods.

Remarks

This WMI method belongs to the MS_SM_FabricAndDomainManagementMethods WMI Class.

Requirements

Target platform Desktop
Header Hbapiwmi.h

See also

HBA_STATUS

SM_SetRNIDMgmtInfo_IN

SM_SetRNIDMgmtInfo_OUT