MPIO_EventEntry - NtDoc

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

typedef struct _MPIO_EventEntry {
  ULONGLONG TimeStamp;
  ULONG     Severity;
  WCHAR     Component[63 + 1];
  WCHAR     EventDescription[63 + 1];
} MPIO_EventEntry, *PMPIO_EventEntry;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-mpiowmi-_mpio_evententry)

_MPIO_EventEntry structure

Description

The MPIO_EventEntry structure is used to return events that MPIO has logged.

Members

TimeStamp

A 64-bitfield that specifies the timestamp for the event entry.

Severity

A 32-bitfield that indicates the severity of the reported event.

Component

A string that indicates the component to which this event belongs.

EventDescription

A string that indicates the event description.