// ntddk.h
typedef enum {
KdConfigureDeviceAndContinue,
KdSkipDeviceAndContinue,
KdConfigureDeviceAndStop,
KdSkipDeviceAndStop
} KD_CALLBACK_ACTION, *PKD_CALLBACK_ACTION;
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the KD_CALLBACK_ACTION enumeration.
KdConfigureDeviceAndContinueDefines the KdConfigureDeviceAndContinue constant.
KdSkipDeviceAndContinueDefines the KdSkipDeviceAndContinue constant.
KdConfigureDeviceAndStopDefines the KdConfigureDeviceAndStop constant.
KdSkipDeviceAndStopDefines the KdSkipDeviceAndStop constant.