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