mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:41:45 +00:00
[NTUSER] Implement NtUserSetImeInfoEx (#4276)
- Modify NtUserSetImeInfoEx prototype. - Add UserSetImeInfoEx helper function. - Implement NtUserSetImeInfoEx function. CORE-11700
This commit is contained in:
parent
36740ca981
commit
1f44693657
2 changed files with 54 additions and 7 deletions
|
@ -3186,7 +3186,7 @@ NtUserSetImeHotKey(
|
|||
DWORD Unknown3,
|
||||
DWORD Unknown4);
|
||||
|
||||
DWORD
|
||||
BOOL
|
||||
NTAPI
|
||||
NtUserSetImeInfoEx(
|
||||
PIMEINFOEX pImeInfoEx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue