mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 19:55:41 +00:00
[USER32] Implement ImeWnd_OnImeSetContext (#4329)
- Modify NtUserSetImeOwnerWindow prototype. - Add User32GetTopLevelWindow function. - Add ImeWnd_OnImeSetContext function. - Implement WM_IME_SETCONTEXT message handling of the IME window. CORE-11700
This commit is contained in:
parent
470aa27610
commit
8c6dcdcf81
6 changed files with 181 additions and 11 deletions
|
@ -3198,9 +3198,9 @@ NTAPI
|
|||
NtUserSetImeInfoEx(
|
||||
PIMEINFOEX pImeInfoEx);
|
||||
|
||||
DWORD
|
||||
BOOL
|
||||
NTAPI
|
||||
NtUserSetImeOwnerWindow(PIMEINFOEX pImeInfoEx, BOOL fFlag);
|
||||
NtUserSetImeOwnerWindow(HWND hImeWnd, HWND hwndFocus);
|
||||
|
||||
DWORD
|
||||
NTAPI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue