Skip to content

ResetToFactory

Navigation: ADLX SDK ReferencesADLX InterfacesGPU TuningIADLXGPUTuningServices

Syntax

ADLX_RESULT    ResetToFactory (IADLXGPU* pGPU)

Parameters

#DirectionNameTypeDescription
1.[in]pGPUIADLXGPUThe pointer to the GPU interface.

Return Value

If the factory settings are successfully reset, ADLX_OK is returned.

If the factory settings are not successfully reset, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Remarks

The method resets settings of Auto Tuning, Manual GPU Tuning, Manual Fan Tuning, Manual VRAM Tuning and Manual Power Tuning.

Requirements

Headerinclude “IGPUTuning.h”
Minimum version1.0

See Also: IADLXGPU, ADLX Enums