KD_CALLBACK_ACTION-Enumeration (ntddk.h)
In diesem Thema wird die KD_CALLBACK_ACTION-Enumeration beschrieben.
Syntax
typedef enum {
KdConfigureDeviceAndContinue,
KdSkipDeviceAndContinue,
KdConfigureDeviceAndStop,
KdSkipDeviceAndStop
} KD_CALLBACK_ACTION, *PKD_CALLBACK_ACTION;
Konstanten
KdConfigureDeviceAndContinue Definiert die KdConfigureDeviceAndContinue-Konstante . |
KdSkipDeviceAndContinue Definiert die KdSkipDeviceAndContinue-Konstante . |
KdConfigureDeviceAndStop Definiert die KdConfigureDeviceAndStop-Konstante . |
KdSkipDeviceAndStop Definiert die KdSkipDeviceAndStop-Konstante . |
Anforderungen
Anforderung | Wert |
---|---|
Header | ntddk.h (include Ntddk.h) |