Skip to content

AMDSoftwareReleaseDate

Navigation: ADLX SDK ReferencesADLX InterfacesGPUIADLXGPU2

Syntax

ADLX_RESULT    AMDSoftwareReleaseDate(adlx_uint* year, adlx_uint* month, adlx_uint* day)

Parameters

#DirectionNameTypeDescription
1.[out]yearadlx_uint*Year of the AMD software release date.
#DirectionNameTypeDescription
---------------
2.[out]monthadlx_uint*Month of the AMD software release date.
#DirectionNameTypeDescription
---------------
3.[out]dayadlx_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

Headerinclude “ISystem2.h”
Minimum version1.4

See Also: ADLX Enums