GetTargetFanSpeed
Gets the current target fan speed on a GPU.
Syntax
ADLX_RESULT GetTargetFanSpeed (adlx_int* value)
Parameters
-
[out]
value adlx_int* The pointer to a variable where the target fan speed value (in RPM) is returned.
Return Value
If the target fan speed value is successfully returned, ADLX_OK is returned.
If the target fan speed value is not successfully returned, an error code is returned.
Refer to ADLX_RESULT for success codes and error codes.
Requirements
Header |
include “IGPUManualFanTuning.h” |
Minimum version |
1.0 |