MSFC_PortEvent - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// hbapiwmi.h

typedef struct _MSFC_PortEvent {
  ULONG EventType;
  ULONG FabricPortId;
  UCHAR PortWWN[8];
} MSFC_PortEvent, *PMSFC_PortEvent;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-hbapiwmi-_msfc_portevent)

_MSFC_PortEvent structure

Description

A WMI provider uses the MSFC_PortEvent structure to report port events for the indicated adapter.

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

Contains the worldwide name that indicates the port for which the event occurred.

See also

EVENT_TYPE_QUALIFIERS