Share via


TouchCalibrateUI_Done (Windows CE 5.0)

Send Feedback

This function is used by the Calibrui component to notify the system when the user has completed the calibration process.

void TouchCalibrateUI_Done(   TOUCH_CALIBRATE_STATE tcs);

Parameters

  • tcs
    Completion state of the calibration process.

Return Values

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

OS Versions: Windows CE 2.10 and later.
Header: Calibrui.h.

See Also

TouchCalibrateUI_DrawConfirmationScreen | TouchCalibrateUI_DrawMainScreen | TouchCalibrateUI_HandleUserInputMessage | TouchCalibrateUI_Initialize | TouchCalibrateUI_WaitForConfirmation

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.