PEP_PPM_RESUME_FROM_SYSTEM_STATE structure (pep_x.h)

Used by the PEP_NOTIFY_PPM_RESUME_FROM_SYSTEM_STATE notification that notifies the PEP that the system has just resumed from a system power state.

Syntax

typedef struct _PEP_PPM_RESUME_FROM_SYSTEM_STATE {
  SYSTEM_POWER_STATE TargetState;
} PEP_PPM_RESUME_FROM_SYSTEM_STATE, *PPEP_PPM_RESUME_FROM_SYSTEM_STATE;

Members

TargetState

On input, a SYSTEM_POWER_STATE-type value that indicates the power state that the system is entering.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1709
Minimum supported server Windows Server 2016
Header pep_x.h (include Pep_x.h)

See also

Processor power management (PPM) notifications