KD_CALLBACK_ACTION - NtDoc

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

typedef enum {
  KdConfigureDeviceAndContinue,
  KdSkipDeviceAndContinue,
  KdConfigureDeviceAndStop,
  KdSkipDeviceAndStop
} KD_CALLBACK_ACTION, *PKD_CALLBACK_ACTION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

This topic describes the KD_CALLBACK_ACTION enumeration.

Constants

KdConfigureDeviceAndContinue

Defines the KdConfigureDeviceAndContinue constant.

KdSkipDeviceAndContinue

Defines the KdSkipDeviceAndContinue constant.

KdConfigureDeviceAndStop

Defines the KdConfigureDeviceAndStop constant.

KdSkipDeviceAndStop

Defines the KdSkipDeviceAndStop constant.

Remarks

See also