MSFC_TargetEvent - NtDoc

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

typedef struct _MSFC_TargetEvent {
  ULONG EventType;
  UCHAR PortWWN[8];
  UCHAR DiscoveredPortWWN[8];
} MSFC_TargetEvent, *PMSFC_TargetEvent;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_MSFC_TargetEvent structure

Description

A WMI provider uses the MSFC_TargetEvent 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.

PortWWN

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

DiscoveredPortWWN

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

See also

EVENT_TYPE_QUALIFIERS