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 |
---|---|
Returns pointers to supported interfaces. |
|
Increments the reference counts. |
|
Decrements the reference counts. |
IImeIPoint2 method | Description |
---|---|
Inserts an IME item into the composition buffer. |
|
Insert a string into the composition buffer. |
|
Delete a substring in the composition buffer. |
|
Replace a substring in the composition buffer. |
|
Controls the IME conversion service. |
|
Retrieves data in the composition buffer. |
|
Changes the selection in the IME item. |
|
Called by the IME user interface to request the conversion service to send back the composition buffers through a call to the IImeIPointNotifySink interface. |
|
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