KD_CALLBACK_ACTION列舉 (ntddk.h)
本主題描述 KD_CALLBACK_ACTION 列舉。
Syntax
typedef enum {
KdConfigureDeviceAndContinue,
KdSkipDeviceAndContinue,
KdConfigureDeviceAndStop,
KdSkipDeviceAndStop
} KD_CALLBACK_ACTION, *PKD_CALLBACK_ACTION;
常數
KdConfigureDeviceAndContinue 定義 KdConfigureDeviceAndContinue 常數。 |
KdSkipDeviceAndContinue 定義 KdSkipDeviceAndContinue 常數。 |
KdConfigureDeviceAndStop 定義 KdConfigureDeviceAndStop 常數。 |
KdSkipDeviceAndStop 定義 KdSkipDeviceAndStop 常數。 |
規格需求
需求 | 值 |
---|---|
標頭 | ntddk.h (包含 Ntddk.h) |