WHEAP_PROCESS_EINJ_EVENT - NtDoc

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

typedef struct _WHEAP_PROCESS_EINJ_EVENT {
  WHEA_EVENT_LOG_ENTRY WheaEventLogEntry;
  CHAR                 Error[WHEA_ERROR_TEXT_LEN];
  BOOLEAN              InjectionActionTableValid;
  ULONG                BeginInjectionInstructionCount;
  ULONG                GetTriggerErrorActionTableInstructionCount;
  ULONG                SetErrorTypeInstructionCount;
  ULONG                GetErrorTypeInstructionCount;
  ULONG                EndOperationInstructionCount;
  ULONG                ExecuteOperationInstructionCount;
  ULONG                CheckBusyStatusInstructionCount;
  ULONG                GetCommandStatusInstructionCount;
  ULONG                SetErrorTypeWithAddressInstructionCount;
  ULONG                GetExecuteOperationTimingsInstructionCount;
} WHEAP_PROCESS_EINJ_EVENT, *PWHEAP_PROCESS_EINJ_EVENT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

WHEAP_PROCESS_EINJ_EVENT structure

Description

Reserved for system use.

Members

WheaEventLogEntry

Error

InjectionActionTableValid

BeginInjectionInstructionCount

GetTriggerErrorActionTableInstructionCount

SetErrorTypeInstructionCount

GetErrorTypeInstructionCount

EndOperationInstructionCount

ExecuteOperationInstructionCount

CheckBusyStatusInstructionCount

GetCommandStatusInstructionCount

SetErrorTypeWithAddressInstructionCount

GetExecuteOperationTimingsInstructionCount

Remarks

See also