WHEA_PSHED_PLUGIN_INIT_FAILED_EVENT structure (ntddk.h)

This topic describes the WHEA_PSHED_PLUGIN_INIT_FAILED_EVENT structure.

Syntax

typedef struct _WHEA_PSHED_PLUGIN_INIT_FAILED_EVENT {
  WHEA_EVENT_LOG_ENTRY WheaEventLogEntry;
  NTSTATUS             Status;
} WHEA_PSHED_PLUGIN_INIT_FAILED_EVENT, *PWHEA_PSHED_PLUGIN_INIT_FAILED_EVENT;

Members

WheaEventLogEntry

Defines the WHEA_EVENT_LOG_ENTRY member WheaEventLogEntry.

Status

Defines the NTSTATUS member Status.

Requirements

Requirement Value
Minimum supported client Windows 11, version 22H2
Header ntddk.h (include Ntddk.h)