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 を含む) |