DisplayType
Gets the type of a display.
Syntax
ADLX_RESULT DisplayType (ADLX_DISPLAY_TYPE * displayType)
Parameters
-
[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 |