reactos/dll/win32/imm32
Katayama Hirofumi MZ 45a4e53fa4
[NTUSER][IMM32] Use Imm32CurrentPti and pool (#4356)
- Use newly-defined Imm32CurrentPti() instead of NtCurrentTeb()->Win32ThreadInfo.
- THREADSTATE_GETTHREADINFO is same as THREADSTATE_UNKNOWN18.
- Use the paged pool to allocate HIMC rather than heap.
- Fix and improve ImmDestroyContext function.
CORE-11700
2022-02-13 15:51:53 +09:00
..
candidate.c [IMM32] Restructure! (Retry) (#3952) 2021-09-10 23:39:15 +09:00
CMakeLists.txt [IMM32] Move Imm(Get|Set)CompositionStringA/W (#4021) 2021-10-12 13:10:01 +09:00
compstr.c [NTUSER] Implement NtUserQueryInputContext (#4227) 2022-01-01 20:56:50 +09:00
guideline.c [IMM32] Restructure! (Retry) (#3952) 2021-09-10 23:39:15 +09:00
ime.c [IMM32] s/Imm32IsImmMode/IS_IMM_MODE/ 2022-01-27 07:34:29 +09:00
imm.c [NTUSER][IMM32] Use Imm32CurrentPti and pool (#4356) 2022-02-13 15:51:53 +09:00
imm32.spec [IMM32] Implement ImmWINNLSGetEnableStatus 2022-02-10 15:18:44 +09:00
keymsg.c [NTUSER][IMM32] Use Imm32CurrentPti and pool (#4356) 2022-02-13 15:51:53 +09:00
precomp.h [NTUSER][IMM32] Use Imm32CurrentPti and pool (#4356) 2022-02-13 15:51:53 +09:00
regword.c [IMM32] Define ImeDpi_IsUnicode macro and use it (#3964) 2021-09-21 12:20:10 +09:00
utils.c [NTUSER][IMM32] Use Imm32CurrentPti and pool (#4356) 2022-02-13 15:51:53 +09:00
version.rc
win3.c [IMM32] Add IMP stub functions (#3989) 2021-10-05 14:07:58 +09:00