Share via


IImeIPointNotifySink (Windows CE 5.0)

Send Feedback

This interface is a callback interface implemented by the IME user interface (UI) component. The IME conversion service calls the methods of this interface to notify the UI of composition buffer changes and to request action and information from the IME UI.

Method

The following tables show the methods for this interface in VTable order.

IUnknown method Description
QueryInterface Returns pointers to supported interfaces.
AddRef Increments the reference count.
Release Decrements the reference count.
IImeIPointNotifySink method Description
SetCursorPos Receives information about the position of the insertion point in the composition string.
SetResultStr Receives information about the string of the composition result.
IsReadingHalfKana Specifies whether the IME UI expects the half-width character in the reading string.
SetResultReadStr Receives information about the reading string of the composition result.
SetCompositionReadStr Receives information about the reading string of the current composition.
SetCompositionStr Receives information about the current composition string.
SetResultClause Receives the clause information of the result string.
SetResultReadClause Receives the clause information of the reading string of the composition result.
SetCompositionReadClause Receives the clause information of the reading string of the current composition.
SetCompositionClause Receives the clause information of the current composition string.
SetCompositionReadAttr Receives the attribute information of the reading string of the current composition.
SetCompositionAttr Receives the attribute information of the current composition string.
SetTargetClause Receives information about the target clause.
SetCandidateStr Receives information about the candidate list.
SetCandidateSelection Receives information about the current candidate selection.
SetDeltaPos Receives information about the starting position of any changes in the composition string.
GenerateMessage Implemented to be notified of the composition buffer updates.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Msime.h.
Link Library: Uuid.lib.

See Also

Japanese Pocket IME | IImeIPoint2

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.