DisplayType
Navigation: ADLX SDK References → ADLX Interfaces → Display → IADLXDisplay
Syntax
ADLX_RESULT DisplayType (ADLX_DISPLAY_TYPE* displayType)
Parameters
# | Direction | Name | Type | Description |
---|---|---|---|---|
1. | [out] | displayType | ADLX_DISPLAY_TYPE | The pointer to a variable where the display type is returned. |
Return Value
If the type of this display is successfully returned, ADLX_OK is returned.
If the type 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 type can be used to discover if the display is a TV, a Digital Flat Panel, or any other kind of display.
Requirements
Header | include “IDisplays.h” |
---|---|
Minimum version | 1.0 |