Skip to content

GetSmartAccessMemoryStatus

Navigation: ADLX SDK ReferencesADLX InterfacesGPU TuningIADLXGPUTuningChangedEvent1

Syntax

ADLX_RESULT    GetSmartAccessMemoryStatus (adlx_bool* pEnabled, adlx_bool* pCompleted)

Parameters

#DirectionNameTypeDescription
1.[out]pEnabledadlx_bool*The pointer to a variable where the current state of AMD SmartAccess Memory is returned. The variable is true if AMD SmartAccess Memory is enabled. The variable is false if AMD SmartAccess Memory is disabled.
#DirectionNameTypeDescription
---------------
2.[out]pEnabledadlx_bool*The pointer to a variable where the complete state of AMD SmartAccess Memory is returned. The variable is true if AMD SmartAccess Memory is completed. The variable is false if AMD SmartAccess Memory is not completed.

Return Value

If the interface is successfully returned, ADLX_OK is returned.

If the interface is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Additional Info

Note: Use GetGPU to obtain the GPU.

Requirements

Headerinclude “IGPUTuning1.h”
Minimum version1.2

See Also: GetGPU