| Platform SDK: International Features | 
The ImmConfigureIME function displays the configuration dialog box for the IME of the specified input locale identifier (HKL).
BOOL ImmConfigureIME( HKL hKL, HWND hWnd, DWORD dwMode, LPVOID lpData );
| Value | Meaning | 
|---|---|
| IME_CONFIG_GENERAL | Displays general purpose configuration dialog box. | 
| IME_CONFIG_REGISTERWORD | Displays register word dialog box. | 
| IME_CONFIG_SELECTDICTIONARY | Displays dictionary selection dialog box. | 
If dwMode is not IME_CONFIG_REGISTERWORD, this parameter is ignored.
If the function succeeds, the return value is a nonzero value.
If the function fails, the return value is zero.
  Windows NT/2000: Requires Windows NT 4.0 or later.
  Windows 95/98: Requires Windows 95 or later.
  Header: Declared in Imm.h.
  Library: Use Imm32.lib.
  Unicode: Implemented as Unicode and ANSI versions on Windows NT/2000.
Input Method Editor Overview, Input Method Editor Functions, REGISTERWORD