IImeIPoint2::UpdateContext
Other versions of this page are also available for the following:
8/28/2008
This method requests the conversion service to send the current composition buffers to the user interface (UI).
Syntax
UpdateContext(
BOOL
fGenerateMessage
);
Parameters
- fGenerateMessage
[in] Value that specifies whether the conversion service calls IImeIPointNotifySink::GenerateMessage.
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