SetEnabled
Sets the Dynamic Refresh Rate Control to enabled or disabled state on a display.
Syntax
ADLX_RESULT SetEnabled (adlx_bool enable)
Parameters
-
[in]
enable adlx_bool The new Dynamic Refresh Rate Control state. Set true to enable Dynamic Refresh Rate Control. Set false to disable Dynamic Refresh Rate Control.
Return Value
If the state of Dynamic Refresh Rate Control is successfully set, ADLX_OK is returned.
If the state of Dynamic Refresh Rate Control is not successfully set, an error code is returned.
Refer to ADLX_RESULT for success codes and error codes.
Requirements
Header |
include “IDisplaySettings.h” |
Minimum version |
1.4 |