GetSmartAccessMemoryStatus
Gets the current AMD SmartAccess Memory status.
Syntax
ADLX_RESULT GetSmartAccessMemoryStatus (adlx_bool* pEnabled, adlx_bool* pCompleted)
Parameters
-
[out]
pEnabled adlx_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. -
[out]
pEnabled adlx_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
Header |
include “IGPUTuning1.h” |
Minimum version |
1.2 |