IImeIPoint2 (Windows Embedded CE 6.0)

1/6/2010

This interface provides a set of methods that manipulate the composition buffers and manage the conversion service.

Methods

The following table shows the methods for this interface in Vtable order.

IUnknown method Description

QueryInterface

Returns pointers to supported interfaces.

AddRef

Increments the reference counts.

Release

Decrements the reference counts.

IImeIPoint2 method Description

InsertImeItem

Inserts an IME item into the composition buffer.

InsertStringEx

Insert a string into the composition buffer.

DeleteCompString

Delete a substring in the composition buffer.

ReplaceCompString

Replace a substring in the composition buffer.

ControlIME

Controls the IME conversion service.

GetAllCompositionInfo

Retrieves data in the composition buffer.

SelectIpCandidate

Changes the selection in the IME item.

UpdateContext

Called by the IME user interface to request the conversion service to send back the composition buffers through a call to the IImeIPointNotifySink interface.

Initialize

Called by the IME user interface to register a pointer to an IImeIPointNotifySink interface.

Remarks

To create an instance of the IImeIPoint2 class, call the CreateIImeIPointInstance function instead of the CoCreateInstance function, which is provided by the standard COM library.

Requirements

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

See Also

Reference

CreateIImeIPointInstance
IImeIPointNotifySink

Other Resources

Japanese Pocket IME Interfaces
CoCreateInstance