TouchCalibrate (Windows CE 5.0)
This function starts the touch screen calibration sequence.
BOOL WINAPI TouchCalibrate(void);
Parameters
None.
Return Values
The function returns TRUE if it succeeds and FALSE if it fails.
To obtain extended error information, call the GetLastError function.
Remarks
To use the TouchCalibrate function, you must declare it in the source code of the application.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Pwinuser.h.
Link Library: Coredll.lib.
Send Feedback on this topic to the authors