WHEA_RECOVERY_CONTEXT_ERROR_TYPE - NtDoc

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

typedef enum _WHEA_RECOVERY_CONTEXT_ERROR_TYPE {
  WheaRecoveryContextErrorTypeMemory,
  WheaRecoveryContextErrorTypePmem,
  WheaRecoveryContextErrorTypeMax
} WHEA_RECOVERY_CONTEXT_ERROR_TYPE, *PWHEA_RECOVERY_CONTEXT_ERROR_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ntddk-whea_recovery_context_error_type)

WHEA_RECOVERY_CONTEXT_ERROR_TYPE enumeration

Description

Reserved for system use.

Constants

WheaRecoveryContextErrorTypeMemory

WheaRecoveryContextErrorTypePmem

WheaRecoveryContextErrorTypeMax

Remarks

See also