Platform SDK: International Features |
The ImmGetDefaultIMEWnd function gets the default window handle to the IME class.
HWND ImmGetDefaultIMEWnd( HWND hWnd );
If the function succeeds, the return value is the default window handle to the IME class.
If the function fails, the return value is NULL.
The system creates a default IME window for every thread. The IME window is created based on the IME class. The application can send the WM_IME_CONTROL message to this window.
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.
Input Method Editor Overview, Input Method Editor Functions, WM_IME_CONTROL