Simplified Chinese Pocket IME Architecture in Windows CE
Windows CE provides two Simplified Chinese Pocket IMEs, which are described in the following table.
IME | File | Description |
---|---|---|
PinYin | Msimepy.dll | Allows PinYin (phonetic) input. |
Shuang Pin | Msimesp.dll | Allows Shuang Pin input. This is double spelling, an advanced phonetic input configuration that requires fewer keystrokes. |
Pocket IME allows the OEM to supply a custom UI module. The UI module must expose the ImeGetUIClassName function, which the IME calls to load the UI module. The ImeGetUIClassName function is the only function that the UI must expose. The UI module uses Input Method Manager (IMM) functions to communicate with the IME. The default IME UI module is Msimeuic.dll.
See Also
Simplified Chinese Pocket IME | ImeGetUIClassName
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.