TchCal_SetDisplayInfo (Compact 2013)

3/26/2014

Sets the subpixel accuracy value that TchCal_CalibrateSample uses.

Syntax

BOOL TchCal_SetDisplayInfo(
  TCH_DISPLAY_INFO displayInfo
);

Parameters

  • displayInfo
    [in] A TCH_DISPLAY_INFO structure that contains display information, including member subpixelAccuracy which holds the subpixel accuracy.

Return Value

TRUE indicates success. FALSE indicates failure.

Remarks

TchCal_SetDisplayInfo ignores all members of the TCH_DISPLAY_INFO structure other than subpixelAccuracy.

Requirements

Header

tchstream.h

Library

tchcaldll.dll

See Also

Reference

Touch Calibration Functions
TCH_DISPLAY_INFO