MSFC_AdapterEvent WMI Class

An HBA miniport driver that supports the T11 committee's Fibre Channel HBA API specification uses the MSFC_AdapterEvent class to report the characteristics of adapter events to WMI clients that have registered to be notified of these events.

The MSFC_AdapterEvent class is defined as follows in Hbaapi.mof:

class MSFC_AdapterEvent : WMIEvent  {
  [key] string InstanceName; boolean  Active;
  [WmiDataId(1), Description("Event Type") : amended, 
    _TYPE_QUALIFIERS] uint32  EventType;
  [WmiDataId(2), Description("Adapter WWN") : amended, 
    ("HBA_WWN")] uint8  PortWWN[8];
};

When compiled by the WMI tool suite this class definition produces the following data structure:

MSFC_AdapterEvent

There are no methods associated with this WMI class.