// ntddk.h
typedef enum _WHEAP_DPC_ERROR_EVENT_TYPE {
WheapDpcErrNoErr,
WheapDpcErrBusNotFound,
WheapDpcErrDpcedSubtree,
WheapDpcErrDeviceIdBad,
WheapDpcErrResetFailed,
WheapDpcErrNoChildren
} WHEAP_DPC_ERROR_EVENT_TYPE, *PWHEAP_DPC_ERROR_EVENT_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the WHEAP_DPC_ERROR_EVENT_TYPE enumeration.
WheapDpcErrNoErrDefines the WheapDpcErrNoErr constant.
WheapDpcErrBusNotFoundDefines the WheapDpcErrBusNotFound constant.
WheapDpcErrDpcedSubtreeDefines the WheapDpcErrDpcedSubtree constant.
WheapDpcErrDeviceIdBadDefines the WheapDpcErrDeviceIdBad constant.
WheapDpcErrResetFailedDefines the WheapDpcErrResetFailed constant.
WheapDpcErrNoChildrenDefines the WheapDpcErrNoChildren constant.