Share via


Using the Phone IME from the IP Phone Suite (Windows Embedded CE 6.0)

1/6/2010

The IP Phone Suite uses the functionality provided by the Phone IME Catalog item to provide "triple-tap" functionality as well as Soft Input Panel functionality. This IME enables a user to enter text with the numeric keypad on a phone.

The Phone IME supports three modes, each of which corresponds to a value from the IMEType_e enumeration defined in the input.hpp file in %_WINCEROOT%\Public\VoIP\Oak\Phone\Common\Input:

  • Uppercase. itMultitapUppercase
  • Lowercase. itMultitap
  • Numeric. itNum

To set or change the active IME mode, use

Multitap_GetActiveIMEType and

Multitap_SetActiveIMEType.

Both methods are defined in multitap.cpp.

For information about modifying the IME used by the IP Phone Suite, please see Installing a Custom IP Phone Suite Input Method Editor (IME).

See Also

Concepts

Examining the IP Phone Suite Implementation

Other Resources

Phone IME