UniqueId 

Gets the unique id of a GPU.

Syntax 

ADLX_RESULT     UniqueId(adlx_int* uniqueId)

Parameters 

  1. [out] uniqueId adlx_int* The pointer to a variable where the unique id of the GPU is returned.

Return Value 

If the unique id is successfully returned, ADLX_OK is returned.

If the unique id is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Requirements 

Header

include”ISystem.h”

Minimum version

1.0