WHEA_REPORT_HW_ERROR_DEVICE_DRIVER_FLAGS - NtDoc

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

typedef union _WHEA_REPORT_HW_ERROR_DEVICE_DRIVER_FLAGS {
  struct {
    ULONG Reserved : 32;
  } DUMMYSTRUCTNAME;
  ULONG  AsULONG;
} WHEA_REPORT_HW_ERROR_DEVICE_DRIVER_FLAGS, *PWHEA_REPORT_HW_ERROR_DEVICE_DRIVER_FLAGS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Reserved for system use.

Members

DUMMYSTRUCTNAME

DUMMYSTRUCTNAME.Reserved

AsULONG

Remarks

See also