WHEAP_ATTEMPT_RECOVERY_EVENT - NtDoc

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

typedef struct _WHEAP_ATTEMPT_RECOVERY_EVENT {
  WHEA_EVENT_LOG_ENTRY     WheaEventLogEntry;
  WHEA_ERROR_RECORD_HEADER ErrorHeader;
  BOOLEAN                  ArchitecturalRecovery;
  BOOLEAN                  PshedRecovery;
  NTSTATUS                 Status;
} WHEAP_ATTEMPT_RECOVERY_EVENT, *PWHEAP_ATTEMPT_RECOVERY_EVENT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

WHEAP_ATTEMPT_RECOVERY_EVENT structure

Description

Reserved for system use.

Members

WheaEventLogEntry

ErrorHeader

ArchitecturalRecovery

PshedRecovery

Status

Remarks

See also