Skip to content

GetGPUMemoryTemperatureRange

Navigation: ADLX SDK ReferencesADLX InterfacesPerformance MonitoringIADLXGPUMetricsSupport1

Syntax

ADLX_RESULT    GetGPUMemoryTemperatureRange (adlx_int* minValue, adlx_int* maxValue)

Parameters

#DirectionNameTypeDescription
1.[out]minValueadlx_int*The pointer to a variable where the minimum GPU memory temperature (in °C) is returned.
#DirectionNameTypeDescription
---------------
2.[out]maxValueadlx_int*The pointer to a variable where the maximum GPU memory temperature (in °C) is returned.

Return Value

If the GPU memory temperature range is successfully returned, ADLX_OK is returned.

If the GPU memory temperature 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 GPU memory temperature are read only.

Requirements

Headerinclude “IPerformanceMonitoring2.h”
Minimum version1.3

See Also: ADLX Enums