Skip to content

GetGPUMaxFrequencyDefault

Navigation: ADLX SDK ReferencesADLX InterfacesGPU TuningIADLXManualGraphicsTuning2_1

Syntax

ADLX_RESULT    GetGPUMaxFrequencyDefault(adlx_int* defaultVal)

Parameters

#DirectionNameTypeDescription
1.[out]defaultValadlx_int*The pointer to a variable where the default maximum frequency (in MHz) is returned.

Return Value

If the default maximum frequency is successfully returned, ADLX_OK is returned.

If the default maximum frequency is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Requirements

Headerinclude “IGPUManualGFXTuning.h”
Minimum version1.4

See Also: ADLX Enums