mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 01:05:42 +00:00
[IMM32] Implement ImmActivateLayout (#3987)
- Add IME_STATE and IME_SUBSTATE structures. - Modify INPUTCONTEXTDX structure. - Implement ImmActivateLayout function. - Improve ImmDestroyContext function by using newly-defined Imm32FreeImeStates. - Add Imm32FetchImeState, Imm32FetchImeSubState, Imm32LoadImeStateSentence, Imm32SaveImeStateSentence, and Imm32SelectLayout helper functions. - Modify NtUserSetThreadLayoutHandles prototype. CORE-11700
This commit is contained in:
parent
7fdf078134
commit
66ef31494e
9 changed files with 453 additions and 22 deletions
|
@ -3314,9 +3314,7 @@ NtUserSetSystemTimer(
|
|||
|
||||
DWORD
|
||||
NTAPI
|
||||
NtUserSetThreadLayoutHandles(
|
||||
DWORD dwUnknown1,
|
||||
DWORD dwUnknown2);
|
||||
NtUserSetThreadLayoutHandles(HKL hNewKL, HKL hOldKL);
|
||||
|
||||
UINT_PTR
|
||||
NTAPI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue