WHEAP_PSHED_INJECT_ERROR - NtDoc

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

typedef struct _WHEAP_PSHED_INJECT_ERROR {
  WHEA_EVENT_LOG_ENTRY WheaEventLogEntry;
  ULONG                ErrorType;
  ULONGLONG            Parameter1;
  ULONGLONG            Parameter2;
  ULONGLONG            Parameter3;
  ULONGLONG            Parameter4;
  NTSTATUS             InjectionStatus;
  BOOLEAN              InjectionAttempted;
  BOOLEAN              InjectionByPlugin;
} WHEAP_PSHED_INJECT_ERROR, *PWHEAP_PSHED_INJECT_ERROR;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

WHEAP_PSHED_INJECT_ERROR structure

Description

Reserved for system use.

Members

WheaEventLogEntry

ErrorType

Parameter1

Parameter2

Parameter3

Parameter4

InjectionStatus

InjectionAttempted

InjectionByPlugin

Remarks

See also