cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

hchuei
Journeyman III

How to Enable/Disable manual fan control?

How to enable/disable manual fan control?

Hello,

I want to write a function like in CCC,

CCC has a check box to Enable/Disable Manual Fan Control, what API I have to call to finish this function?  

 

Thanks,

Huei

0 Likes
3 Replies
Byron
Staff

0 Likes

Hello,

Thanks, I already can enable/disable the manual fan control.

And if I want to write a program to get the CCC's manual fan control status, and how to get this atatus?

Thanks,

 

Regards,

Huei,

0 Likes

"how to get the status of the fan from CCC"

 

ADL_Overdrive5_FanSpeed_Get API returns ADLFanSpeedValue data structure that includes USER_DEFINED_SPEED flag

 

 

0 Likes