Partager via


TouchCalibrateUI_Done

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

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.