Skip to content

IsValidFanTuningStates

Navigation: ADLX SDK ReferencesADLX InterfacesGPU TuningIADLXManualFanTuning

Syntax

ADLX_RESULT    IsValidFanTuningStates (IADLXManualFanTuningStateList* pStates, adlx_int* errorIndex)

Parameters

#DirectionNameTypeDescription
1.[in]pStatesIADLXManualFanTuningStateListThe pointer to the GPU fan tuning states list interface.
#DirectionNameTypeDescription
---------------
2.[out]errorIndexadlx_int*The pointer to a variable where the invalid states index is returned.

Return Value

If IsValidFanTuningStates is successfully executed, ADLX_OK is returned.

If IsValidFanTuningStates is not successfully executed, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Remarks

If the *pStates is valid then the method sets the errorIndex to -1.

Requirements

Headerinclude “IGPUManualFanTuning.h”
Minimum version1.0

See Also: IADLXManualFanTuningStateList, ADLX Enums