ppsm_speedstep_disable()

int ppsm_speedstep_disable( void *handle);

This function disables the SpeedStep functionality (by default after you call ppsm_init(), the SpeedStep is disabled). This automatically sets the policy to PPSM_POLICY_NONE. The only argument is the handle returned by ppsm_init().

The ppsm_speedstep_disable() function returns -1 on error.