SetFanTuningStates
Sets the fan tuning states on a GPU.
Syntax
ADLX_RESULT SetFanTuningStates (IADLXManualFanTuningStateList * pStates)
Parameters
-
[in]
pStates IADLXManualFanTuningStateList * The pointer to the GPU states list interface.
Return Value
If the GPU fan tuning states are successfully set, ADLX_OK is returned.
If the GPU fan tuning states are not successfully set, an error code is returned.
Refer to ADLX_RESULT for success codes and error codes.
Requirements
Header |
include “IGPUManualFanTuning.h” |
Minimum version |
1.0 |