WHEAP_DPC_ERROR_EVENT_TYPE enumeration (ntddk.h)

This topic describes the WHEAP_DPC_ERROR_EVENT_TYPE enumeration.

Syntax

typedef enum _WHEAP_DPC_ERROR_EVENT_TYPE {
  WheapDpcErrNoErr,
  WheapDpcErrBusNotFound,
  WheapDpcErrDpcedSubtree,
  WheapDpcErrDeviceIdBad,
  WheapDpcErrResetFailed,
  WheapDpcErrNoChildren
} WHEAP_DPC_ERROR_EVENT_TYPE, *PWHEAP_DPC_ERROR_EVENT_TYPE;

Constants

 
WheapDpcErrNoErr
Defines the WheapDpcErrNoErr constant.
WheapDpcErrBusNotFound
Defines the WheapDpcErrBusNotFound constant.
WheapDpcErrDpcedSubtree
Defines the WheapDpcErrDpcedSubtree constant.
WheapDpcErrDeviceIdBad
Defines the WheapDpcErrDeviceIdBad constant.
WheapDpcErrResetFailed
Defines the WheapDpcErrResetFailed constant.
WheapDpcErrNoChildren
Defines the WheapDpcErrNoChildren constant.

Requirements

Requirement Value
Minimum supported client Windows 11, version 22H2
Header ntddk.h (include Ntddk.h)