Skip to content

GetMaxVRAMFrequencyDefault

Navigation: ADLX SDK ReferencesADLX InterfacesGPU TuningIADLXManualVRAMTuning2_1

Syntax

ADLX_RESULT    GetMaxVRAMFrequencyDefault (adlx_int* defaultVal)

Parameters

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

Return Value

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

If the default max frequency 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.4

See Also: ADLX Enums