// hbapiwmi.h
void GetFC3MgmtInfo(
[out, HBA_STATUS_QUALIFIERS] HBA_STATUS HBAStatus,
[out] HBAFC3MgmtInfo MgmtInfo
);
View the official Windows hardware development documentationNo description available.
The GetFC3MgmtInfo WMI method retrieves FC3 management information that is associated with a Fibre Channel adapter.
HBAStatus On return, contains 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 GetFC3MgmtInfo_OUT structure.
MgmtInfo On return, contains a structure of type HBAFC3MgmtInfo that holds FC3 management information that is associated with a Fibre Channel adapter.
Not applicable to WMI methods.
This WMI method belongs to the MSFC_HBAAdapterMethods WMI Class.
| Target platform | Desktop |
| Header | Hbapiwmi.h (include Hbapiwmi.h, Hbaapi.h, or Hbaapi.h) |