reactos/dll/win32/imm32
Katayama Hirofumi MZ d5deacd903
[NTUSER] Implement NtUserCreateInputContext (#4230)
- Modify NtUserCreateInputContext prototype.
- Add UserCreateInputContext helper function.
- Implement NtUserCreateInputContext function by using UserCreateInputContext.
- Call UserCreateInputContext(0) in InitThreadCallback function to create the default input context.
CORE-11700
2022-01-01 20:59:00 +09:00
..
candidate.c
CMakeLists.txt
compstr.c [NTUSER] Implement NtUserQueryInputContext (#4227) 2022-01-01 20:56:50 +09:00
guideline.c
ime.c [NTUSER] Implement NtUserQueryInputContext (#4227) 2022-01-01 20:56:50 +09:00
imm.c [NTUSER] Implement NtUserCreateInputContext (#4230) 2022-01-01 20:59:00 +09:00
imm32.spec [IMM32] Forward ImmSetHotKey to USER32.CliImmSetHotKey (#4075) 2021-10-27 08:40:15 +09:00
keymsg.c [IMM32] Refactor about reconversion (#4031) 2021-10-15 22:46:58 +09:00
precomp.h [NTUSER] Implement NtUserQueryInputContext (#4227) 2022-01-01 20:56:50 +09:00
regword.c
utils.c [NTUSER] Implement NtUserQueryInputContext (#4227) 2022-01-01 20:56:50 +09:00
version.rc
win3.c