Skip to content

GetFanSpeed

Navigation: ADLX SDK ReferencesADLX InterfacesGPU TuningIADLXManualFanTuningState

Syntax

ADLX_RESULT    GetFanSpeed (adlx_int* value)

Parameters

#DirectionNameTypeDescription
1.[out]valueadlx_uint*The pointer to a variable where the fan speed (in %) is returned.

Return Value

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

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

Refer to ADLX_RESULT for success codes and error codes.

Requirements

Headerinclude “IGPUManualFanTuning.h”
Minimum version1.0

See Also: ADLX Enums