KE_PROCESSOR_CHANGE_NOTIFY_STATE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdm.h

typedef enum {
  KeProcessorAddStartNotify,
  KeProcessorAddCompleteNotify,
  KeProcessorAddFailureNotify
} KE_PROCESSOR_CHANGE_NOTIFY_STATE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-wdm-ke_processor_change_notify_state)

Description

This topic describes the KE_PROCESSOR_CHANGE_NOTIFY_STATE enumeration.

Constants

KeProcessorAddStartNotify

Defines the KeProcessorAddStartNotify constant.

KeProcessorAddCompleteNotify

Defines the KeProcessorAddCompleteNotify constant.

KeProcessorAddFailureNotify

Defines the KeProcessorAddFailureNotify constant.

Remarks

See also