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 常數。 |
要求
要求 | 價值 |
---|---|
標頭 | ntddk.h (包括 Ntddk.h) |