Skip to content

GetFanTuningRanges

Navigation: ADLX SDK ReferencesADLX InterfacesGPU TuningIADLXManualFanTuning

Syntax

ADLX_RESULT    GetFanTuningRanges (ADLX_IntRange* speedRange, ADLX_IntRange* temperatureRange)

Parameters

#DirectionNameTypeDescription
1.[out]speedRangeADLX_IntRangeThe pointer to a variable where the fan speed range (in %) is returned.
#DirectionNameTypeDescription
---------------
2.[out]temperatureRangeADLX_IntRangeThe 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

Headerinclude “IGPUManualFanTuning.h”
Minimum version1.0

See Also: ADLX_IntRange, ADLX Enums