[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:
Katayama Hirofumi MZ 2022-02-02 11:58:31 +09:00 committed by GitHub
parent 470aa27610
commit 8c6dcdcf81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 181 additions and 11 deletions

View file

@ -3198,9 +3198,9 @@ NTAPI
NtUserSetImeInfoEx(
PIMEINFOEX pImeInfoEx);
DWORD
BOOL
NTAPI
NtUserSetImeOwnerWindow(PIMEINFOEX pImeInfoEx, BOOL fFlag);
NtUserSetImeOwnerWindow(HWND hImeWnd, HWND hwndFocus);
DWORD
NTAPI