AMDSoftwareReleaseDate
Gets the AMD software release date of a GPU.
Syntax
ADLX_RESULT AMDSoftwareReleaseDate(adlx_uint* year, adlx_uint* month, adlx_uint* day)
Parameters
-
[out]
year adlx_uint* Year of the AMD software release date. -
[out]
month adlx_uint* Month of the AMD software release date. -
[out]
day adlx_uint* Day of the AMD software release date.
Return Value
If the AMD software release date is successfully returned, ADLX_OK is returned.
If the AMD software release date is not successfully returned, an error code is returned.
Refer to ADLX_RESULT for success codes and error codes.
Requirements
Header |
include “ISystem2.h” |
Minimum version |
1.4 |