IMM Function | Description |
ImmConfigureIME | Displays the IME's configuration dialog box. Control Panel calls this function. |
ImmGetDescription | Copies the description of the IME to the specified buffer. |
ImmGetIMEFileName | Retrieves the filename associated with a specified input language handle (HKL) from the system registry. |
ImmGetProperty | Returns information about properties and capabilities of a specified IME. |
ImmInstallIME | Installs an IME in the system. Called by IME setup programs only. |
ImmIsIME | Tests whether a specified HKL is an IME or a standard keyboard driver. Multilingual-aware applications can test the currently active HKL to see whether they need to execute IME-related code. |