Name
Gets the name of a display.
Syntax
ADLX_RESULT Name (const char** displayName)
Parameters
-
[out]
displayName const char** The pointer to a zero-terminated string where the display name is returned.
Return Value
If the name of this display is successfully returned, ADLX_OK is returned.
If the name of this display is not successfully returned, an error code is returned.
Refer to ADLX_RESULT for success codes and error codes.
Remarks
The display name is a predetermined value programmed into the display at the time of manufacturing.
Additional Info
The returned memory buffer is valid within the lifetime of the IADLXDisplay interface. If the application uses the display name beyond the lifetime of the IADLXDisplay IADLXDisplay interface, the application must make a copy of the display name.
Requirements
Header |
include “IDisplays.h” |
Minimum version |
1.0 |