Share via


Traditional Chinese Pocket IME Architecture (Windows Embedded CE 6.0)

1/6/2010

Windows Embedded CE provides two Traditional Chinese Pocket IMEs, which are described in the following table.

IME File Description

Phonetic

Msimeph.dll

Allows phonetic input based on the Bopomofo standard.

Chang Jei

Msimecj.dll

Allows Chang Jei input, which builds the characters based on its radicals.

Windows Embedded CE also provides the following data files for the IME: A15.tblm, A234.tbl, Acode.tbl, Phon.tbl, Phoncode.tbl, and Phoneptr.tbl.

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

Concepts

Traditional Chinese Pocket IME UI Source Code Files

Other Resources

Traditional Chinese Pocket IME