[NTUSER] Implement NtUserAssociateInputContext (#4334)
authorKatayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
Sat, 5 Feb 2022 11:23:57 +0000 (20:23 +0900)
committerGitHub <noreply@github.com>
Sat, 5 Feb 2022 11:23:57 +0000 (20:23 +0900)
commitf2c3167db312c67c673b1093230f4eb6de25c131
tree5933129545e0c7f61745d78585a8f91cbeb5c7be
parentbf164353035a2bc0f0d1d679d09f2e4076498fa1
[NTUSER] Implement NtUserAssociateInputContext (#4334)

- Add IntReAllocatePoolWithTag function in window.c.
- Define WINDOWLIST structure in "window.h".
- Add IntBuildHwndList and IntFreeHwndList helper functions in window.c.
- Add IntAssociateInputContext and IntAssociateInputContextEx helper functions in ime.c.
- Implement NtUserAssociateInputContext function.
CORE-11700
sdk/include/psdk/imm.h
win32ss/user/ntuser/ime.c
win32ss/user/ntuser/window.c
win32ss/user/ntuser/window.h