Skip to content

GetPowerLimitRange

Navigation: ADLX SDK ReferencesADLX InterfacesGPU TuningIADLXManualPowerTuning

Syntax

ADLX_RESULT    GetPowerLimitRange (ADLX_IntRange* tuningRange)

Parameters

#DirectionNameTypeDescription
1.[out]tuningRangeADLX_IntRangeThe pointer to a variable where the manual power limit range (in %) is returned.

Return Value

If the power limit range is successfully returned, ADLX_OK is returned.

If the power limit range is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Requirements

Headerinclude “IGPUManualPowerTuning.h”
Minimum version1.0

See Also: ADLX_IntRange, ADLX Enums