Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This topic describes the KD_CALLBACK_ACTION enumeration.
Syntax
typedef enum {
KdConfigureDeviceAndContinue,
KdSkipDeviceAndContinue,
KdConfigureDeviceAndStop,
KdSkipDeviceAndStop
} KD_CALLBACK_ACTION, *PKD_CALLBACK_ACTION;
Constants
KdConfigureDeviceAndContinueDefines the KdConfigureDeviceAndContinue constant. |
KdSkipDeviceAndContinueDefines the KdSkipDeviceAndContinue constant. |
KdConfigureDeviceAndStopDefines the KdConfigureDeviceAndStop constant. |
KdSkipDeviceAndStopDefines the KdSkipDeviceAndStop constant. |
Requirements
| Requirement | Value |
|---|---|
| Header | ntddk.h (include Ntddk.h) |