UniqueId
Navigation: ADLX SDK References → ADLX Interfaces → Display → IADLXDisplay
Syntax
ADLX_RESULT UniqueId(adlx_size* uniqueId)
Parameters
# | Direction | Name | Type | Description |
---|---|---|---|---|
1. | [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 |