Skip to content

IsValidVRAMTuningStates

Navigation: ADLX SDK ReferencesADLX InterfacesGPU TuningIADLXManualVRAMTuning1

Syntax

ADLX_RESULT    IsValidVRAMTuningStates (IADLXManualTuningStateList* pVRAMStates, adlx_int* errorIndex)

Parameters

#DirectionNameTypeDescription
1.[in]pVRAMStatesIADLXManualTuningStateListThe pointer to the VRAM states list interface.
#DirectionNameTypeDescription
---------------
2.[out]errorIndexadlx_int*The pointer to a variable where the invalid states index is returned.

Return Value

If IsValidVRAMTuningStates is successfully executed, ADLX_OK is returned.

If IsValidVRAMTuningStates is not successfully executed, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Remarks

If the *pVRAMStates is valid then the method sets the errorIndex to -1.

Requirements

Headerinclude “IGPUManualVRAMTuning.h”
Minimum version1.0

See Also: IADLXManualTuningStateList, ADLX Enums