// ntddk.h
typedef struct _WHEA_PSHED_PI_CPU_BUSES_INIT_FAILED_EVENT {
WHEA_EVENT_LOG_ENTRY WheaEventLogEntry;
NTSTATUS Status;
} WHEA_PSHED_PI_CPU_BUSES_INIT_FAILED_EVENT, *PWHEA_PSHED_PI_CPU_BUSES_INIT_FAILED_EVENT;
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the WHEA_PSHED_PI_CPU_BUSES_INIT_FAILED_EVENT structure.
WheaEventLogEntryDefines the WHEA_EVENT_LOG_ENTRY member WheaEventLogEntry.
StatusDefines the NTSTATUS member Status.