Determining the Composition String (Windows CE 5.0)

Send Feedback

To determine the composition string and generate the result string, the IME UI calls the IImeIPoint2::ControlIME method with the IPCTRL_DETERMINALL function identifier. The IME UI calls the IImeIPoint2::UpdateContext method to prompt the conversion service to send back the result string through the IImeIPointNotifySink callback function. The IME UI usually sends the result string to the application.

To clear all composition buffers and to prepare the conversion engine for new user input, the IME UI calls the IImeIPoint2::ControlIME method with the IPCTRL_CLEARALL function identifier.

See Also

Using the IImeIPoint2 Interface | Accessing the Conversion Service | Creating a Notification Sink | Processing User Input from the Keyboard | Editing the Composition String | Processing User Input with Alternatives | Converting a Composition String | Creating the Candidate List

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.