[IMM32][NTUSER] Add ImmGetImeInfoEx (#3035)
authorKatayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
Tue, 11 Aug 2020 21:03:29 +0000 (06:03 +0900)
committerGitHub <noreply@github.com>
Tue, 11 Aug 2020 21:03:29 +0000 (06:03 +0900)
commit4b038ec8b7019dca3121920540a75c3971e36845
tree3d62ed57bb391cd2974f52bbf541ae2283adaf0b
parent047da7e63266a0606a95cd2dfe799d2b7c6b7720
[IMM32][NTUSER] Add ImmGetImeInfoEx (#3035)

- Add the definition of imm32!ImmGetImeInfoEx function.
- Add IMEINFOEXCLASS and IS_IME_HKL into "ntuser.h".
- Modify NtUserGetImeInfoEx function prototype.
CORE-11700
dll/win32/imm32/imm.c
dll/win32/imm32/imm32.spec
win32ss/include/ntuser.h
win32ss/user/ntuser/ime.c