ScanType
Gets the scan type of a display.
Syntax
ADLX_RESULT ScanType (ADLX_DISPLAY_SCAN_TYPE * scanType)
Parameters
-
[out]
scanType ADLX_DISPLAY_SCAN_TYPE * The pointer to a variable where the scan type of the display is returned.
Return Value
If the scan type is successfully returned, ADLX_OK is returned.
If the scan type is not successfully returned, an error code is returned.
Refer to ADLX_RESULT for success codes and error codes.
Remarks
The scan type can be progressive or interlaced.
Requirements
Header |
include “IDisplays.h” |
Minimum version |
1.0 |