Share via


IImeIPointNotifySink::GenerateMessage (Windows Embedded CE 6.0)

1/6/2010

This method generates messages to notify the IME UI of updates to the composition buffer.

Syntax

HRESULT GenerateMessage(void);

Parameters

None.

Return Value

None.

Remarks

This method is called when the first parameter of the IImeIPoint2::UpdateContext method call is TRUE. Because this method is called after all other callback functions are called, it functions as a trigger to start updating IME UI elements by sending IME UI messages.

Requirements

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

See Also

Reference

IImeIPointNotifySink
IImeIPoint2::UpdateContext