WHEA_EVENT_LOG_ENTRY_FLAGS - NtDoc

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

typedef union _WHEA_EVENT_LOG_ENTRY_FLAGS {
  struct {
    ULONG Reserved1 : 1;
    ULONG LogInternalEtw : 1;
    ULONG LogBlackbox : 1;
    ULONG LogSel : 1;
    ULONG RawSel : 1;
    ULONG NoFormat : 1;
    ULONG Driver : 1;
    ULONG Reserved2 : 25;
  } DUMMYSTRUCTNAME;
  ULONG  AsULONG;
} WHEA_EVENT_LOG_ENTRY_FLAGS, *PWHEA_EVENT_LOG_ENTRY_FLAGS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddk-whea_event_log_entry_flags)

WHEA_EVENT_LOG_ENTRY_FLAGS structure

Description

Reserved for system use.

Members

DUMMYSTRUCTNAME

DUMMYSTRUCTNAME.Reserved1

DUMMYSTRUCTNAME.LogInternalEtw

DUMMYSTRUCTNAME.LogBlackbox

DUMMYSTRUCTNAME.LogSel

DUMMYSTRUCTNAME.RawSel

DUMMYSTRUCTNAME.NoFormat

DUMMYSTRUCTNAME.Driver

DUMMYSTRUCTNAME.Reserved2

AsULONG

Remarks

See also