Input method management

This section discusses subroutines used for maintenance purposes.

The input method provides the following subroutines for maintenance purposes:

IMInitialize
Initializes the standard input method for a specified language. Returns a handle to an IMED associated with the locale. The handle is an opaque structure of type IMFep.
IMQueryLanguage
Checks whether the specified language is supported.
IMCreate
Creates one instance of a particular input method. This subroutine must be called before any key event processing is performed.
IMClose
Closes the input method.
IMDestroy
Destroys an instance of an input method.