KE_PROCESSOR_CHANGE_NOTIFY_STATE enumeration (wdm.h)

This topic describes the KE_PROCESSOR_CHANGE_NOTIFY_STATE enumeration.

Syntax

typedef enum {
  KeProcessorAddStartNotify,
  KeProcessorAddCompleteNotify,
  KeProcessorAddFailureNotify
} KE_PROCESSOR_CHANGE_NOTIFY_STATE;

Constants

 
KeProcessorAddStartNotify
Defines the KeProcessorAddStartNotify constant.
KeProcessorAddCompleteNotify
Defines the KeProcessorAddCompleteNotify constant.
KeProcessorAddFailureNotify
Defines the KeProcessorAddFailureNotify constant.

Requirements

Requirement Value
Header wdm.h (include Wdm.h)