Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reserved for system use.
Syntax
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;
Members
DUMMYSTRUCTNAME
DUMMYSTRUCTNAME.Reserved1
DUMMYSTRUCTNAME.LogInternalEtw
DUMMYSTRUCTNAME.LogBlackbox
DUMMYSTRUCTNAME.LogSel
DUMMYSTRUCTNAME.RawSel
DUMMYSTRUCTNAME.NoFormat
DUMMYSTRUCTNAME.Driver
DUMMYSTRUCTNAME.Reserved2
AsULONG
Requirements
Requirement | Value |
---|---|
Header | ntddk.h |