[NTUSER] Implement NtUserUpdateInputContext (#4228)

- Modify NtUserUpdateInputContext prototype.
- Implement NtUserUpdateInputContext function.
- Add enum UPDATE_INPUT_CONTEXT (UIC_*) to undocuser.h.
CORE-11700
This commit is contained in:
Katayama Hirofumi MZ 2022-01-01 20:57:51 +09:00 committed by GitHub
parent cdf3b5e85a
commit ba3affe5f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 60 additions and 9 deletions

View file

@ -3533,12 +3533,12 @@ BOOL
NTAPI
NtUserUnregisterUserApiHook(VOID);
DWORD
BOOL
NTAPI
NtUserUpdateInputContext(
HIMC hIMC,
DWORD Unknown1,
LPVOID pClientImc);
DWORD dwType,
DWORD_PTR dwValue);
DWORD
NTAPI