WHEAP_PSHED_INJECT_ERROR結構 (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;
成員
WheaEventLogEntry
ErrorType
Parameter1
Parameter2
Parameter3
Parameter4
InjectionStatus
InjectionAttempted
InjectionByPlugin
規格需求
需求 | 值 |
---|---|
標頭 | ntddk.h |