MSFC_LinkEvent - NtDoc

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

typedef struct _MSFC_LinkEvent {
  ULONG EventType;
  UCHAR AdapterWWN[8];
  ULONG RLIRBufferSize;
  UCHAR RLIRBuffer[1];
} MSFC_LinkEvent, *PMSFC_LinkEvent;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_MSFC_LinkEvent structure

Description

A WMI provider uses the MSFC_LinkEvent structure to report link 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.

AdapterWWN

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

RLIRBufferSize

Indicates the size of the buffer at RLIRBuffer.

RLIRBuffer

Contains the data associated with a register link incident request (RLIR).

See also

EVENT_TYPE_QUALIFIERS