MSFC_AdapterEvent structure (hbapiwmi.h)

The MSFC_AdapterEvent structure is used by HBA miniport drivers that support the T11 committee's Fibre Channel HBA API specification to report adapter events to WMI clients that have registered to be notified of these events.

Syntax

typedef struct _MSFC_AdapterEvent {
  ULONG EventType;
  UCHAR PortWWN[8];
} MSFC_AdapterEvent, *PMSFC_AdapterEvent;

Members

EventType

Indicates the type of the event. The values that can be assigned to this member are defined by the EVENT_TYPE_QUALIFIERS WMI class qualifier.

PortWWN[8]

Contains the worldwide name of the port that generated the event.

Remarks

The WMI tool suite generates a declaration for this structure in Hbapiwm.h after compiling the MSFC_AdapterEvent WMI Class.

For more information about event types and worldwide names, see the T11 committee's Fibre Channel HBA API specification.

Requirements

Requirement Value
Header hbapiwmi.h (include Hbapiwmi.h)

See also

EVENT_TYPE_QUALIFIERS

MSFC_AdapterEvent WMI Class