WHEA_PSHED_PLUGIN_PLATFORM_SUPPORT_EVENT - NtDoc

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

typedef struct _WHEA_PSHED_PLUGIN_PLATFORM_SUPPORT_EVENT {
  WHEA_EVENT_LOG_ENTRY WheaEventLogEntry;
  WCHAR                PluginName[WHEA_ERROR_TEXT_LEN];
  BOOLEAN              Supported;
} WHEA_PSHED_PLUGIN_PLATFORM_SUPPORT_EVENT, *PWHEA_PSHED_PLUGIN_PLATFORM_SUPPORT_EVENT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Reserved for system use.

Members

WheaEventLogEntry

PluginName

Supported

Remarks

See also