// wdm.h
typedef enum {
KeProcessorAddStartNotify,
KeProcessorAddCompleteNotify,
KeProcessorAddFailureNotify
} KE_PROCESSOR_CHANGE_NOTIFY_STATE;
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the KE_PROCESSOR_CHANGE_NOTIFY_STATE enumeration.
KeProcessorAddStartNotifyDefines the KeProcessorAddStartNotify constant.
KeProcessorAddCompleteNotifyDefines the KeProcessorAddCompleteNotify constant.
KeProcessorAddFailureNotifyDefines the KeProcessorAddFailureNotify constant.