LUID
Gets the local identifier information of a GPU.
Syntax
ADLX_RESULT LUID (ADLX_LUID * luid)
Parameters
-
[out]
luid ADLX_LUID * The pointer to a variable where the local identifier information of the GPU is returned.
Return Value
If the local identifier information is successfully returned, ADLX_OK is returned.
If the local identifier information 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 |