SetFC3MgmtInfo - NtDoc

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

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

NtDoc

No description available.

Windows hardware development documentation (setfc3mgmtinfo)

SetFC3MgmtInfo function

The SetFC3MgmtInfo WMI method sets FC3 management information that is associated with a Fibre Channel adapter.

Parameters

HBAStatus On return, contains 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 SetFC3MgmtInfo_OUT structure.

MgmtInfo A structure of type HBAFC3MgmtInfo that holds FC3 management information that will be used to configure the fibre channel adapter. This information is delivered to the miniport driver in the PortWWN member of a SetFC3MgmtInfo_IN structure.

Return value

Not applicable to WMI methods.

Remarks

This WMI method belongs to the MSFC_HBAAdapterMethods WMI Class.

Requirements

Target platform Desktop
Header Hbapiwmi.h (include Hbapiwmi.h, Hbaapi.h, or Hbaapi.h)

See also

HBA_STATUS

GetFC3MgmtInfo_OUT

HBAFC3MgmtInfo

SetFC3MgmtInfo_IN

SetFC3MgmtInfo_OUT