Skip to content

AMDSoftwareEdition

Navigation: ADLX SDK ReferencesADLX InterfacesGPUIADLXGPU2

Syntax

ADLX_RESULT    AMDSoftwareEdition(const char** edition)

Parameters

#DirectionNameTypeDescription
1.[out]editionconst char**The pointer to a zero-terminated string where the AMD software edition is returned.

Return Value

If the AMD software edition is successfully returned, ADLX_OK is returned.

If the AMD software edition 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 software edition beyond the lifetime of the IADLXGPU2 interface, the application must make a copy of the AMD software edition.

Requirements

Headerinclude “ISystem2.h”
Minimum version1.4

See Also: IADLXGPU2, ADLX Enums