WHEA_SEA_SECTION - NtDoc

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

typedef struct _WHEA_SEA_SECTION {
  ULONG   Esr;
  ULONG64 Far;
  ULONG64 Par;
  BOOLEAN WasKernel;
} WHEA_SEA_SECTION, *PWHEA_SEA_SECTION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

This topic describes the WHEA_SEA_SECTION structure.

Members

Esr

Defines the ULONG member Esr.

Far

Defines the ULONG64 member Far.

Par

Defines the ULONG64 member Par.

WasKernel

Defines the BOOLEAN member WasKernel.

Remarks

See also