MSFC_PortEvent structure (hbapiwmi.h)
A WMI provider uses the MSFC_PortEvent structure to report port events for the indicated adapter.
Syntax
typedef struct _MSFC_PortEvent {
ULONG EventType;
ULONG FabricPortId;
UCHAR PortWWN[8];
} MSFC_PortEvent, *PMSFC_PortEvent;
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.
FabricPortId
Contains the fabric port ID.
PortWWN[8]
Contains the worldwide name that indicates the port for which the event occurred.
Requirements
Requirement | Value |
---|---|
Header | hbapiwmi.h (include Hbapiwmi.h) |