mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:23:01 +00:00
[NTUSER] Implement NtUserGetAppImeLevel and NtUserSetAppImeLevel (#4313)
- Add AtomImeLevel atom. - Modify NtUserSetAppImeLevel prototype. - Implement NtUserGetAppImeLevel and NtUserSetAppImeLevel functions. CORE-11700
This commit is contained in:
parent
963e76fd60
commit
9c8167e90a
4 changed files with 54 additions and 11 deletions
|
@ -3084,11 +3084,11 @@ NTAPI
|
|||
NtUserSetActiveWindow(
|
||||
HWND Wnd);
|
||||
|
||||
DWORD
|
||||
BOOL
|
||||
NTAPI
|
||||
NtUserSetAppImeLevel(
|
||||
DWORD dwUnknown1,
|
||||
DWORD dwUnknown2);
|
||||
HWND hWnd,
|
||||
DWORD dwLevel);
|
||||
|
||||
HWND
|
||||
NTAPI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue