Share via


IImeIPoint2::UpdateContext (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

UpdateContext(
  BOOL fGenerateMessage
);

Parameters

Return Value

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

Header msime.h
Library uuid.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

IImeIPoint2
IImeIPointNotifySink
IImeIPointNotifySink::GenerateMessage