KD_CALLBACK_ACTION enumeration (ntddk.h)
This topic describes the KD_CALLBACK_ACTION enumeration.
Syntax
typedef enum {
KdConfigureDeviceAndContinue,
KdSkipDeviceAndContinue,
KdConfigureDeviceAndStop,
KdSkipDeviceAndStop
} KD_CALLBACK_ACTION, *PKD_CALLBACK_ACTION;
Constants
KdConfigureDeviceAndContinue Defines the KdConfigureDeviceAndContinue constant. |
KdSkipDeviceAndContinue Defines the KdSkipDeviceAndContinue constant. |
KdConfigureDeviceAndStop Defines the KdConfigureDeviceAndStop constant. |
KdSkipDeviceAndStop Defines the KdSkipDeviceAndStop constant. |
Requirements
Requirement | Value |
---|---|
Header | ntddk.h (include Ntddk.h) |