Share via


Japanese Pocket IME UI Code

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

The source code for the Pocket IME 2.0 UI is located at the following directory.

%_WINCEROOT%\Public\Common\Oak\Drivers\Imejpp

The following table lists the individual files that contain the source code for Pocket IME 2.0.

File Description

Ui100.cpp

Creates the main IME UI window.

Comp100.cpp

Creates a composition window.

Cand100.cpp

Creates a candidate window.

Bar100.cpp

Creates a status window.

Dicctrl.cpp, dicctrl.h

Used to create the dialog box for dictionary settings.

Prop100.cpp

Creates the dialog box for properties.

Regwd100.cpp

Creates the dialog box that allows users to register or unregister a word.

Imm100.cpp, Str100.cpp, Keytbl.h

Used to implement the IME conversion interfaces.

Ipointcb.cpp, Ipointcb.h, Arrdata.cpp

Used to implement the IImeIPointNotifySink function.

Ui100.rc, Resource.h, Status.bmp, Close.bmp, Imejpp.ico

Pocket IME UI resource files.

See Also

Reference

IImeIPointNotifySink

Concepts

Japanese Pocket IME Architecture
Multiple Dictionary Support for Japanese
User Dictionary for Japanese
Registry Settings for Conversion Candidates
Japanese Dictionary Compiler
Using the Japanese Pocket IME UI

Other Resources

Japanese Pocket IME
Japanese Pocket IME Interfaces
Using the IImeIPoint2 Interface