An input method (IM) is given a pointer to this interface by the input panel through the IInputMethod interface. The IM calls the methods in IMCallback to send keystrokes to the current application and to change the icon that displays on the Input Panel button.
At a Glance
Header file: | Sip.h |
Windows CE Versions: | 2.01 and later |
Method | Description |
IIMCallback::SetImInfo | Called by the input method (IM) to change the bitmaps shown on the Input Panel button representing the current input panel, to change the visible state of the input panel, or to notify the input panel when the IM has changed the size, placement, or docked status of the input panel window. |
IIMCallback::SendVirtualKey | Called by the input method (IM) to simulate a keystroke or a virtual key. The key event is sent to the window that currently has the focus; that is, the window that would have received keyboard input if a key had been pressed on an external keyboard. |
IIMCallback::SendCharEvents | Sends Unicode characters from the input method (IM) to the window with the focus, while also determining which WM_KEYDOWN and WM_KEYUP messages the window should receive. |
IIMCallback::SendString | Called by the input method (IM) to send an entire string to the window that currently has the focus; that is, the window that would have received keyboard input if a key had been pressed on an external keyboard. |