Skip to content

GetMinFanSpeed

Navigation: ADLX SDK ReferencesADLX InterfacesGPU TuningIADLXManualFanTuning

Syntax

ADLX_RESULT    GetMinFanSpeed (adlx_int* value)

Parameters

#DirectionNameTypeDescription
1.[out]valueadlx_int*The pointer to a variable where the minimum fan speed value (in RPM) is returned.

Return Value

If the minimum fan speed value is successfully returned, ADLX_OK is returned.

If the minimum fan speed value is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Additional Info

Some GPUs support minimum fan speed adjustments (in MHz).

Requirements

Headerinclude “IGPUManualFanTuning.h”
Minimum version1.0

See Also: ADLX Enums