TouchCalibrateUI_Done (Windows Embedded CE 6.0)
1/6/2010
This function is used by the Calibrui component to notify the system when the user has completed the calibration process.
Syntax
void TouchCalibrateUI_Done(
TOUCH_CALIBRATE_STATE tcs
);
Parameters
- tcs
Completion state of the calibration process.
Return Value
None.
Remarks
The tcs parameter must have a value of either TCS_REJECTED or TCS_ACCEPTED.
This function is usually called by the TouchCalibrateUI_HandleUserInputMessage function when the user either accepts or rejects the calibration when asked for confirmation.
Requirements
Header | calibrui.h |
Windows Embedded CE | Windows CE 2.10 and later |
See Also
Reference
TouchCalibrateUI_DrawConfirmationScreen
TouchCalibrateUI_DrawMainScreen
TouchCalibrateUI_HandleUserInputMessage
TouchCalibrateUI_Initialize
TouchCalibrateUI_WaitForConfirmation