Skip to content

GetGPUVRAMClockSpeedRange

Navigation: ADLX SDK ReferencesADLX InterfacesPerformance MonitoringIADLXGPUMetricsSupport

Syntax

ADLX_RESULT    GetGPUVRAMClockSpeedRange (adlx_int* minValue, adlx_int* maxValue)

Parameters

#DirectionNameTypeDescription
1.[out]minValueadlx_int*The pointer to a variable where the minimum VRAM clock speed (in MHz) is returned.
#DirectionNameTypeDescription
---------------
2.[out]maxValueadlx_int*The pointer to a variable where the maximum VRAM clock speed (in MHz) is returned.

Return Value

If the VRAM clock speed range is successfully returned, ADLX_OK is returned.

If the VRAM clock speed range is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Remarks

The minimum and maximum VRAM clock speed are read only.

Requirements

Headerinclude “IPerformanceMonitoring.h”
Minimum version1.0

See Also: ADLX Enums