Share via


IImeIPointNotifySink (Windows Embedded CE 6.0)

1/6/2010

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

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

See Also

Reference

IImeIPoint2

Other Resources

Japanese Pocket IME Interfaces
Japanese Pocket IME