KD_CALLBACK_ACTION enumeração (ntddk.h)
Este tópico descreve a enumeração KD_CALLBACK_ACTION .
Syntax
typedef enum {
KdConfigureDeviceAndContinue,
KdSkipDeviceAndContinue,
KdConfigureDeviceAndStop,
KdSkipDeviceAndStop
} KD_CALLBACK_ACTION, *PKD_CALLBACK_ACTION;
Constantes
KdConfigureDeviceAndContinue Define a constante KdConfigureDeviceAndContinue . |
KdSkipDeviceAndContinue Define a constante KdSkipDeviceAndContinue . |
KdConfigureDeviceAndStop Define a constante KdConfigureDeviceAndStop . |
KdSkipDeviceAndStop Define a constante KdSkipDeviceAndStop . |
Requisitos
Requisito | Valor |
---|---|
Cabeçalho | ntddk.h (inclua Ntddk.h) |