Share via


Japanese Input Method Architecture

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

All Japanese IMs are implemented as Component Object Model (COM) components and exposed through the input panel component. The Japanese IM implementation in Windows Embedded CE consists of two parts: the Software-based Input Panel subsystem and the IMs. The input panel is responsible for converting non-keyboard input into a keyboard event.

In the IM architecture in Windows Embedded CE, the IM is situated under the input panel. The input panel creates the IM through the IInputMethod interface. After the IM is created, the IM receives user input and passes this data to the input panel through the IIMCallback interface. After the input panel receives data from the IM, the input panel passes the data to the Graphics, Windowing, and Events Subsystem (GWES).

See Also

Other Resources

GWES Component Model
Component Services (COM and DCOM)
Software-based Input Panel
Programming Input Methods
Using Japanese Input Methods
IInputMethod
IIMCallback