MSFC_EventBuffer WMI Class

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

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

class MSFC_EventBuffer { 
  [WmiDataId(1)] uint32  EventType;
  [WmiDataId(2)] uint32  EventInfo[4];
};

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

MSFC_EventBuffer

There are no methods associated with this WMI class.