GetFanTuningRanges
Gets the fan speed range and the temperature range on a GPU.
Syntax
ADLX_RESULT GetFanTuningRanges (ADLX_IntRange * speedRange, ADLX_IntRange * temperatureRange)
Parameters
-
[out]
speedRange ADLX_IntRange * The pointer to a variable where the fan speed range (in %) is returned. -
[out]
temperatureRange ADLX_IntRange * The pointer to a variable where the temperature range (in °C) is returned.
Return Value
If the fan speed and temperature range is successfully returned, ADLX_OK is returned.
If the fan speed and temperature range is not successfully returned, an error code is returned.
Refer to ADLX_RESULT for success codes and error codes.
Additional Info
The fan speed range and the temperature range are applicable to all GPU states on a GPU.
Requirements
Header |
include “IGPUManualFanTuning.h” |
Minimum version |
1.0 |