// hbapiwmi.h
typedef struct _MSFC_PortEvent {
ULONG EventType;
ULONG FabricPortId;
UCHAR PortWWN[8];
} MSFC_PortEvent, *PMSFC_PortEvent;
View the official Windows Driver Kit DDI referenceNo description available.
A WMI provider uses the MSFC_PortEvent structure to report port events for the indicated adapter.
EventTypeIndicates the type of the event. The values that can be assigned to this member are defined by the EVENT_TYPE_QUALIFIERS WMI class qualifier.
FabricPortIdContains the fabric port ID.
PortWWNContains the worldwide name that indicates the port for which the event occurred.