PFN_WHEA_HIGH_IRQL_LOG_SEL_EVENT_HANDLER - NtDoc

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

PFN_WHEA_HIGH_IRQL_LOG_SEL_EVENT_HANDLER PfnWheaHighIrqlLogSelEventHandler;

NTSTATUS PfnWheaHighIrqlLogSelEventHandler(
  PVOID Context,
  PIPMI_OS_SEL_RECORD OsSelRecord
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-ntddk-pfn_whea_high_irql_log_sel_event_handler)

Description

Reserved for system use.

Parameters

Context

OsSelRecord

Return value

Remarks

See also