GetMinFanSpeedRange
Gets the maximum value, minimum value, and step for the minimum fan speed on a GPU.
Syntax
ADLX_RESULT GetMinFanSpeedRange (ADLX_IntRange * tuningRange)
Parameters
-
[out]
tuningRange ADLX_IntRange * The pointer to a variable where the minimum fan speed range (in RPM) is returned.
Return Value
If the minimum fan speed range is successfully returned, ADLX_OK is returned.
If the minimum fan speed range 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 |