SetFC3MgmtInfo_IN - NtDoc

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

typedef struct _SetFC3MgmtInfo_IN {
  HBAFC3MgmtInfo MgmtInfo;
} SetFC3MgmtInfo_IN, *PSetFC3MgmtInfo_IN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_SetFC3MgmtInfo_IN structure

Description

The SetFC3MgmtInfo_IN structure is used to deliver input parameter data to the SetFC3MgmtInfo WMI method.

Members

MgmtInfo

Contains a structure of type HBAFC3MgmtInfo that holds FC3 management information that will be used to configure the fibre channel adapter.

Remarks

The WMI tool suite generates a declaration of the SetFC3MgmtInfo_IN structure in Hbapiwmi.h when it compiles the MSFC_HBAAdapterMethods WMI Class.

See also

SetFC3MgmtInfo