Share via


IImeIPoint2 (Windows CE 5.0)

Send Feedback

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

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

See Also

CoCreateInstance | CreateIImeIPointInstance | IImeIPointNotifySink

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.