Skip to content

GetMaxVRAMFrequencyRange

Navigation: ADLX SDK ReferencesADLX InterfacesGPU TuningIADLXManualVRAMTuning2

Syntax

ADLX_RESULT    GetMaxVRAMFrequencyRange (ADLX_IntRange* tuningRange)

Parameters

#DirectionNameTypeDescription
1.[out]tuningRangeADLX_IntRangeThe pointer to a variable where the max frequency range (in MHz) is returned.

Return Value

If the max frequency range is successfully returned, ADLX_OK is returned.

If the max frequency range is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Requirements

Headerinclude “IGPUManualVRAMTuning.h”
Minimum version1.0

See Also: ADLX_IntRange, ADLX Enums