enumerazione KD_CALLBACK_ACTION (ntddk.h)
Questo argomento descrive l'enumerazione KD_CALLBACK_ACTION .
Sintassi
typedef enum {
KdConfigureDeviceAndContinue,
KdSkipDeviceAndContinue,
KdConfigureDeviceAndStop,
KdSkipDeviceAndStop
} KD_CALLBACK_ACTION, *PKD_CALLBACK_ACTION;
Costanti
KdConfigureDeviceAndContinue Definisce la costante KdConfigureDeviceAndContinue . |
KdSkipDeviceAndContinue Definisce la costante KdSkipDeviceAndContinue . |
KdConfigureDeviceAndStop Definisce la costante KdConfigureDeviceAndStop . |
KdSkipDeviceAndStop Definisce la costante KdSkipDeviceAndStop . |
Requisiti
Requisito | Valore |
---|---|
Intestazione | ntddk.h (include Ntddk.h) |