Skip to content

GPUIntakeTemperature

Navigation: ADLX SDK ReferencesADLX InterfacesPerformance MonitoringIADLXGPUMetrics

GPUIntakeTemperature reports the fan intake temperature.

Syntax

ADLX_RESULT    GPUIntakeTemperature (adlx_double* data)

Parameters

#DirectionNameTypeDescription
1.[out]dataadlx_double*The pointer to a variable where the GPU intake temperature (in °C) is returned.

Return Value

If the GPU intake temperature is successfully returned, ADLX_OK is returned.

If the GPU Intake temperature is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Additional Info

Related method: GPUHotspotTemperature, GPUTemperature.

Requirements

Headerinclude “IPerformanceMonitoring.h”
Minimum version1.0

See Also: GPUHotspotTemperature, GPUTemperature, ADLX Enums