Skip to content

SetVRAMTuningStates

Navigation: ADLX SDK ReferencesADLX InterfacesGPU TuningIADLXManualVRAMTuning1

Syntax

ADLX_RESULT    SetVRAMTuningStates (IADLXManualTuningStateList* pVRAMStates)

Parameters

#DirectionNameTypeDescription
1.[in]pVRAMStatesIADLXManualTuningStateListThe pointer to the VRAM states list interface.

Return Value

If the VRAM tuning states are successfully set, ADLX_OK is returned.

If the one click auto tuning feature is enabled, ADLX_RESET_NEEDED is returned.

In this case, the overdrive feature must be reset to factory setting using ResetToFactory.

If the VRAM tuning states are not successfully set, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Requirements

Headerinclude “IGPUManualVRAMTuning.h”
Minimum version1.0

See Also: ResetToFactory, IADLXManualTuningStateList, ADLX Enums