WHEA_PSHED_PLUGIN_LOAD_EVENT - NtDoc

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

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;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Reserved for system use.

Members

WheaEventLogEntry

PluginName

MajorVersion

MinorVersion

Remarks

See also