PEP_PPM_RESUME_FROM_SYSTEM_STATE - NtDoc

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

typedef struct _PEP_PPM_RESUME_FROM_SYSTEM_STATE {
  SYSTEM_POWER_STATE TargetState;
} PEP_PPM_RESUME_FROM_SYSTEM_STATE, *PPEP_PPM_RESUME_FROM_SYSTEM_STATE;
View the official Windows Driver Kit DDI reference
// pepfx.h

typedef struct _PEP_PPM_RESUME_FROM_SYSTEM_STATE {
  SYSTEM_POWER_STATE TargetState;
} PEP_PPM_RESUME_FROM_SYSTEM_STATE, *PPEP_PPM_RESUME_FROM_SYSTEM_STATE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_PEP_PPM_RESUME_FROM_SYSTEM_STATE structure (pep_x.h)

Description

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.

Members

TargetState

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

See also

Processor power management (PPM) notifications


Windows Driver Kit DDI reference (ns-pepfx-_pep_ppm_resume_from_system_state)

_PEP_PPM_RESUME_FROM_SYSTEM_STATE structure (pepfx.h)

Description

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.

Members

TargetState

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

See also

Processor power management (PPM) notifications