이 항목에서는 KD_CALLBACK_ACTION 열거형에 대해 설명합니다.
통사론
typedef enum {
KdConfigureDeviceAndContinue,
KdSkipDeviceAndContinue,
KdConfigureDeviceAndStop,
KdSkipDeviceAndStop
} KD_CALLBACK_ACTION, *PKD_CALLBACK_ACTION;
상수
KdConfigureDeviceAndContinueKdConfigureDeviceAndContinue 상수 정의합니다. |
KdSkipDeviceAndContinueKdSkipDeviceAndContinue 상수 정의합니다. |
KdConfigureDeviceAndStopKdConfigureDeviceAndStop 상수 정의합니다. |
KdSkipDeviceAndStopKdSkipDeviceAndStop 상수 정의합니다. |
요구 사항
| 요구 | 값 |
|---|---|
| 헤더 | ntddk.h(Ntddk.h 포함) |