PROCESS_POWER_THROTTLING_STATE structure

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

Specifies the throttling policies and how to apply them to a target process when that process is subject to power management.

Syntax


typedef struct _PROCESS_POWER_THROTTLING_STATE {
  ULONG Version;
  ULONG ControlMask;
  ULONG StateMask;
} PROCESS_POWER_THROTTLING_STATE, *PPROCESS_POWER_THROTTLING_STATE;

Members

Version

The version of the PROCESS_POWER_THROTTLING_STATE structure.

ValueMeaning
PROCESS_POWER_THROTTLING_CURRENT_VERSION

The current version.

 

ControlMask

This field enables the caller to take control of the power throttling mechanism.

ValueMeaning
PROCESS_POWER_THROTTLING_EXECUTION_SPEED

Manages the execution speed of the process.

 

StateMask

Manages the power throttling mechanism on/off state.

ValueMeaning
PROCESS_POWER_THROTTLING_EXECUTION_SPEED

Manages the execution speed of the process.

 

 

 

Show: