WHEAP_DPC_ERROR_EVENT_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ntddk-wheap_dpc_error_event_type)

Description

This topic describes the WHEAP_DPC_ERROR_EVENT_TYPE enumeration.

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.

Remarks

See also