PEP_PPM_IDLE_CANCEL - NtDoc

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

typedef struct _PEP_PPM_IDLE_CANCEL {
  [in] PEP_PROCESSOR_IDLE_CANCEL_CODE CancelCode;
} PEP_PPM_IDLE_CANCEL, *PPEP_PPM_IDLE_CANCEL;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-pep_x-_pep_ppm_idle_cancel)

_PEP_PPM_IDLE_CANCEL structure

Description

The PEP_PPM_IDLE_CANCEL structure indicates why the processor could not enter the previously selected idle state.

Members

CancelCode [in]

A PEP_PROCESSOR_IDLE_CANCEL_CODE enumeration value that indicates why the processor could not enter the idle state selected by the platform extension plug-in (PEP).

Remarks

This structure is used by the PEP_NOTIFY_PPM_IDLE_CANCEL notification. The CancelCode member of the structure contains an input value that the Windows power management framework (PoFx) supplies before this notification is sent.

See also

PEP_NOTIFY_PPM_IDLE_CANCEL

PEP_PROCESSOR_IDLE_CANCEL_CODE