GetTargetFanSpeedRange

Gets the maximum value, minimum value, and step for the target fan speed on a GPU.

Syntax

Copied!

ADLX_RESULT     GetTargetFanSpeedRange (ADLX_IntRange * tuningRange)

Parameters

  1. [out] tuningRange ADLX_IntRange * The pointer to a variable where the target fan speed range (in RPM) is returned.

Return Value

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

If the target 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