AMDWindowsDriverVersion
Gets the AMD Windows driver version of a GPU.
Syntax
ADLX_RESULT AMDWindowsDriverVersion(const char** version)
Parameters
-
[out]
version const char** The pointer to a zero-terminated string where the AMD Windows driver version is returned.
Return Value
If the AMD Windows driver version is successfully returned, ADLX_OK is returned.
If the AMD Windows driver version is not successfully returned, an error code is returned.
Refer to ADLX_RESULT for success codes and error codes.
Additional Info
The returned memory buffer is valid within the lifetime of the IADLXGPU2 interface.
If the application uses the AMD windows driver version beyond the lifetime of the IADLXGPU2 interface, the application must make a copy of the AMD windows driver version.
Requirements
Header |
include “ISystem2.h” |
Minimum version |
1.4 |