GetMaxVRAMFrequencyRange

Gets the maximum VRAM frequency range on a GPU.

Syntax

Copied!

ADLX_RESULT     GetMaxVRAMFrequencyRange (ADLX_IntRange * tuningRange)

Parameters

  1. [out] tuningRange ADLX_IntRange * The 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

Header

include “IGPUManualVRAMTuning.h”

Minimum version

1.0