Share via


TouchCalibrate (Windows Embedded CE 6.0)

1/6/2010

This function starts the touch screen calibration sequence.

Syntax

BOOL WINAPI TouchCalibrate(void);

Parameters

None.

Return Value

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

Header pwinuser.h
Library coredll.lib
Windows Embedded CE Windows CE 2.10 and later

See Also

Reference

Touch Screen Driver Functions