WHEAP_GENERIC_ERR_MEM_MAP_EVENT - NtDoc

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

typedef struct _WHEAP_GENERIC_ERR_MEM_MAP_EVENT {
  WHEA_EVENT_LOG_ENTRY WheaEventLogEntry;
  CHAR                 MapReason[WHEA_ERROR_TEXT_LEN];
  ULONG64              PhysicalAddress;
  ULONG64              Length;
} WHEAP_GENERIC_ERR_MEM_MAP_EVENT, *PWHEAP_GENERIC_ERR_MEM_MAP_EVENT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

WHEAP_GENERIC_ERR_MEM_MAP_EVENT structure

Description

Reserved for system use.

Members

WheaEventLogEntry

MapReason

PhysicalAddress

Length

Remarks

See also