Microsoft Windows CE 3.0  

TouchCalibrateUI_Done

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

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
The completion state of the calibration process.

Return Values

None.

Remarks

The tcsparameter must have a value of either TCS_REJECTEDor 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

Runs on Versions Defined in Include Link to
Windows CE OS 2.10 and later Calibrui.h    

See Also

TouchCalibrateUI_DrawConfirmationScreen, TouchCalibrateUI_DrawMainScreen, TouchCalibrateUI_HandleUserInputMessage, TouchCalibrateUI_Initialize, TouchCalibrateUI_WaitForConfirmation