TouchCalibrate (coredll)
Last changed: shotishu-151.197.188.213-4.10.224.157

.
Summary
This function starts the touch screen calibration sequence.

C# Signature:

[DllImport("coredll.dll", SetLastError=true)]
static extern Boolean TouchCalibrate();

VB Signature:

Declare Function TouchCalibrate Lib "coredll.dll" () As Boolean

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation