ResetToFactory
Reset the GPU tuning to factory settings.
Syntax
ADLX_RESULT ResetToFactory (IADLXGPU * pGPU)
Parameters
-
[in]
pGPU IADLXGPU * The 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
Header |
include “IGPUTuning.h” |
Minimum version |
1.0 |