// 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 referenceNo description available.
A WMI provider uses the MSFC_TargetEvent 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.
PortWWNContains a worldwide name that indicates the local port for which the event occurred.
DiscoveredPortWWNContains a worldwide name that indicates the remote port for which the event occurred.