WHEAP_DEFERRED_EVENT - NtDoc

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

typedef struct _WHEAP_DEFERRED_EVENT {
  LIST_ENTRY           ListEntry;
  WHEA_EVENT_LOG_ENTRY WheaEventLogEntry;
} WHEAP_DEFERRED_EVENT, *PWHEAP_DEFERRED_EVENT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

WHEAP_DEFERRED_EVENT structure

Description

Reserved for system use.

Members

ListEntry

WheaEventLogEntry

Remarks

See also