MSFC_LinkEvent structure (hbapiwmi.h)
A WMI provider uses the MSFC_LinkEvent structure to report link events for the indicated adapter.
Syntax
typedef struct _MSFC_LinkEvent {
ULONG EventType;
UCHAR AdapterWWN[8];
ULONG RLIRBufferSize;
UCHAR RLIRBuffer[1];
} MSFC_LinkEvent, *PMSFC_LinkEvent;
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.
AdapterWWN[8]
Contains a worldwide name that indicates the adapter for which the event occurred.
RLIRBufferSize
Indicates the size of the buffer at RLIRBuffer.
RLIRBuffer[1]
Contains the data associated with a register link incident request (RLIR).
Requirements
Requirement | Value |
---|---|
Header | hbapiwmi.h (include Hbapiwmi.h) |