Skip to content

GetMaxVRAMFrequency

Navigation: ADLX SDK ReferencesADLX InterfacesGPU TuningIADLXManualVRAMTuning2

Syntax

ADLX_RESULT    GetMaxVRAMFrequency (adlx_int* freq)

Parameters

#DirectionNameTypeDescription
1.[out]freqadlx_int*The pointer to a variable where the max frequency value (in MHz) is returned.

Return Value

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

If the max frequency value 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 Enums