// 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 referenceNo description available.
A WMI provider uses the MSFC_LinkEvent structure to report link 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.
AdapterWWNContains a worldwide name that indicates the adapter for which the event occurred.
RLIRBufferSizeIndicates the size of the buffer at RLIRBuffer.
RLIRBufferContains the data associated with a register link incident request (RLIR).