Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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) |