MPIO_EventEntry structure (mpiowmi.h)

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

Syntax

typedef struct _MPIO_EventEntry {
  ULONGLONG TimeStamp;
  ULONG     Severity;
  WCHAR     Component[63 + 1];
  WCHAR     EventDescription[63 + 1];
} MPIO_EventEntry, *PMPIO_EventEntry;

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[63 + 1]

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

EventDescription[63 + 1]

A string that indicates the event description.

Requirements

Requirement Value
Header mpiowmi.h (include Mpiowmi.h)