Platform SDK: International Features |
The ImmDisableIME function disables the input method editor (IME) for a thread or all threads in a process.
BOOL ImmDisableIME( DWORD idThread );
If the function succeeds, the return value is TRUE.
If the function fails, the return value is FALSE.
The application must call this function before the first top-level window in the thread receives the WM_CREATE message. This means the application must call this function in one of the following places:
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Requires Windows 98.
Header: Declared in Imm.h.
Library: Use Imm32.lib.
Input Method Editor Overview, Input Method Editor Functions, CreateWindow, WM_CREATE, WM_NCCREATE