WHEAP_FOUND_ERROR_IN_BANK_EVENT - NtDoc

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

typedef struct _WHEAP_FOUND_ERROR_IN_BANK_EVENT {
  WHEA_EVENT_LOG_ENTRY WheaEventLogEntry;
  ULONG                EpIndex;
  ULONG                Bank;
  ULONG64              MciStatus;
  ULONG                ErrorType;
} WHEAP_FOUND_ERROR_IN_BANK_EVENT, *PWHEAP_FOUND_ERROR_IN_BANK_EVENT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

WHEAP_FOUND_ERROR_IN_BANK_EVENT structure

Description

Reserved for system use.

Members

WheaEventLogEntry

EpIndex

Bank

MciStatus

ErrorType

Remarks

See also