Share via


IImeIPoint2::UpdateContext (Windows CE 5.0)

Send Feedback

This method requests the conversion service to send the current composition buffers to the user interface (UI).

UpdateContext(BOOLfGenerateMessage);

Parameters

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.