This function gets the default window handle to the IME class.
At a Glance
Header file: | Imm.h |
Windows CE versions: | 2.10 and later (Japanese version 1.0 and later) |
Syntax
HWND ImmGetDefaultIMEWnd(HWND hWnd);
Parameters
hWnd
[in] Handle to the window for the application.
Return Values
The default window handle to the IME class indicates success. NULL indicates failure.
Remarks
For Windows CE versions 2.10 and later, this function enables multiple contexts per thread. For Japanese versions 1.0 through 2.0, the system creates only one default IME window.
See Also