WHEA_PSHED_PLUGIN_DIMM_MISMATCH - NtDoc

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

typedef struct _WHEA_PSHED_PLUGIN_DIMM_MISMATCH {
  WHEA_EVENT_LOG_ENTRY WheaEventLogEntry;
  UINT16               FirmwareBank;
  UINT16               FirmwareCol;
  UINT16               FirmwareRow;
  UINT16               RetryRdBank;
  UINT16               RetryRdCol;
  UINT16               RetryRdRow;
  UINT16               TaBank;
  UINT16               TaCol;
  UINT16               TaRow;
} WHEA_PSHED_PLUGIN_DIMM_MISMATCH, *PWHEA_PSHED_PLUGIN_DIMM_MISMATCH;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Reserved for system use.

Members

WheaEventLogEntry

FirmwareBank

FirmwareCol

FirmwareRow

RetryRdBank

RetryRdCol

RetryRdRow

TaBank

TaCol

TaRow

Remarks

See also