IImeIPoint2::UpdateContext (Windows CE 5.0)
This method requests the conversion service to send the current composition buffers to the user interface (UI).
UpdateContext(BOOLfGenerateMessage);
Parameters
- fGenerateMessage
[in] Value that specifies whether the conversion service calls IImeIPointNotifySink::GenerateMessage.
Return Values
None.
Remarks
The IME UI should call this method when it finishes updating the composition buffers with IImeIPoint2 methods. When this method is called, the conversion service starts sending the current composition buffer contents to IME UI using the IImeIPointNotifySink methods. If GenerateMessage is TRUE, the conversion service calls IImeIPointNotifySink::GenerateMessage after it sends all composition buffer contents as a trigger to update IME UI elements.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Msime.h.
Link Library: Uuid.lib.
See Also
IImeIPoint2 | IImeIPointNotifySink | IImeIPointNotifySink::GenerateMessage
Send Feedback on this topic to the authors