Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

WHEA_PSHED_PLUGIN_LOAD_EVENT structure (ntddk.h)

Reserved for system use.

Syntax

typedef struct _WHEA_PSHED_PLUGIN_LOAD_EVENT {
 WHEA_EVENT_LOG_ENTRY WheaEventLogEntry;
 WCHAR PluginName[WHEA_ERROR_TEXT_LEN];
 ULONG MajorVersion;
 ULONG MinorVersion;
} WHEA_PSHED_PLUGIN_LOAD_EVENT, *PWHEA_PSHED_PLUGIN_LOAD_EVENT;

Members

WheaEventLogEntry

PluginName[WHEA_ERROR_TEXT_LEN]

MajorVersion

MinorVersion

Requirements

Requirement Value
Minimum supported client Windows 10, version 2004
Header ntddk.h

Feedback

Was this page helpful?

Additional resources