[NTUSER] Implement NtUserGetAppImeLevel and NtUserSetAppImeLevel (#4313)

- Add AtomImeLevel atom.
- Modify NtUserSetAppImeLevel prototype.
- Implement NtUserGetAppImeLevel and NtUserSetAppImeLevel functions.
CORE-11700
This commit is contained in:
Katayama Hirofumi MZ 2022-01-27 07:29:19 +09:00 committed by GitHub
parent 963e76fd60
commit 9c8167e90a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 54 additions and 11 deletions

View file

@ -3084,11 +3084,11 @@ NTAPI
NtUserSetActiveWindow(
HWND Wnd);
DWORD
BOOL
NTAPI
NtUserSetAppImeLevel(
DWORD dwUnknown1,
DWORD dwUnknown2);
HWND hWnd,
DWORD dwLevel);
HWND
NTAPI