WHEAP_CREATE_GENERIC_RECORD_EVENT - NtDoc

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

typedef struct _WHEAP_CREATE_GENERIC_RECORD_EVENT {
  WHEA_EVENT_LOG_ENTRY WheaEventLogEntry;
  CHAR                 Error[WHEA_ERROR_TEXT_LEN];
  ULONG                EntryCount;
  NTSTATUS             Status;
} WHEAP_CREATE_GENERIC_RECORD_EVENT, *PWHEAP_CREATE_GENERIC_RECORD_EVENT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

WHEAP_CREATE_GENERIC_RECORD_EVENT structure

Description

Reserved for system use.

Members

WheaEventLogEntry

Error

EntryCount

Status

Remarks

See also