UniqueId
Gets the unique id of a Display.
Syntax
ADLX_RESULT UniqueId(adlx_size* uniqueId)
Parameters
-
[out]
uniqueId adlx_size* The pointer to a variable where the unique id of the Display 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 “IDisplays.h” |
Minimum version |
1.0 |