PROCESS_POWER_THROTTLING_STATE structure (processthreadsapi.h)

Specifies the throttling policies and how to apply them to a target process when that process is subject to power management. This structure is used by the SetProcessInformation function.

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.

Value Meaning
PROCESS_POWER_THROTTLING_CURRENT_VERSION
The current version.

ControlMask

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

Value Meaning
PROCESS_POWER_THROTTLING_EXECUTION_SPEED
Manages the execution speed of the process.

StateMask

Manages the power throttling mechanism on/off state.

Value Meaning
PROCESS_POWER_THROTTLING_EXECUTION_SPEED
Manages the execution speed of the process.

Requirements

Requirement Value
Header processthreadsapi.h