WHEAP_ADD_REMOVE_ERROR_SOURCE_EVENT - NtDoc

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

typedef struct _WHEAP_ADD_REMOVE_ERROR_SOURCE_EVENT {
  WHEA_EVENT_LOG_ENTRY         WheaEventLogEntry;
  WHEA_ERROR_SOURCE_DESCRIPTOR Descriptor;
  NTSTATUS                     Status;
  BOOLEAN                      IsRemove;
} WHEAP_ADD_REMOVE_ERROR_SOURCE_EVENT, *PWHEAP_ADD_REMOVE_ERROR_SOURCE_EVENT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

WHEAP_ADD_REMOVE_ERROR_SOURCE_EVENT structure

Description

Reserved for system use.

Members

WheaEventLogEntry

Descriptor

Status

IsRemove

Remarks

See also