IKoreanImeUI Interface (Windows Embedded CE 6.0)
1/6/2010
The Korean IME uses the IKoreanImeUI interface to control the UI windows. The following table lists the interface methods.
STDMETHOD | Description |
---|---|
Returns the current candidate window position. |
|
Returns the LOGFONT structure of the current composition window. |
|
Returns the current composition window position. |
|
Returns the status window position. |
|
Creates the UI windows. |
|
Redraws the current candidate window. |
|
Redraws the current composition window. |
|
Redraws the status window. |
|
Sets the current candidate list. |
|
Sets the current candidate window position. |
|
Sets the current composition string. |
|
Sets the current composition window. |
|
Sets the current conversion mode. |
|
Sets the status window position. |
|
Shows or hides the current candidate window. |
|
Shows or hides the current composition window. |
|
Shows or hides the status window. |
|
Destroys the UI windows. |
All methods return a success or fail status. These functions are declared in KoreanImeUI.h and called by the Korean IME kernel. You can customize the UI module by modifying the IME source files in your OS design. For more information about the Component Object Model (COM) STDMETHOD macro, see the Objbase.h file.