KD_CALLBACK_ACTION 枚举 (ntddk.h)
本主题介绍 KD_CALLBACK_ACTION 枚举。
语法
typedef enum {
KdConfigureDeviceAndContinue,
KdSkipDeviceAndContinue,
KdConfigureDeviceAndStop,
KdSkipDeviceAndStop
} KD_CALLBACK_ACTION, *PKD_CALLBACK_ACTION;
常量
KdConfigureDeviceAndContinue 定义 KdConfigureDeviceAndContinue 常量。 |
KdSkipDeviceAndContinue 定义 KdSkipDeviceAndContinue 常量。 |
KdConfigureDeviceAndStop 定义 KdConfigureDeviceAndStop 常量。 |
KdSkipDeviceAndStop 定义 KdSkipDeviceAndStop 常量。 |
要求
要求 | 值 |
---|---|
Header | ntddk.h (包括 Ntddk.h) |