WHEA_THROTTLE_PCIE_ADD_EVENT - NtDoc

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

typedef struct _WHEA_THROTTLE_PCIE_ADD_EVENT {
  WHEA_EVENT_LOG_ENTRY WheaEventLogEntry;
  WHEA_PCIE_ADDRESS    Address;
  UINT32               Mask;
  BOOLEAN              Updated;
  NTSTATUS             Status;
} WHEA_THROTTLE_PCIE_ADD_EVENT, *PWHEA_THROTTLE_PCIE_ADD_EVENT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Members

WheaEventLogEntry

Address

Mask

Updated

Status

Remarks

See also