// 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 referenceNo description available.
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.
TargetStateOn input, a SYSTEM_POWER_STATE-type value that indicates the power state that the system is entering.
Processor power management (PPM) notifications
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.
TargetStateOn input, a SYSTEM_POWER_STATE-type value that indicates the power state that the system is entering.
Processor power management (PPM) notifications