mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 04:26:00 +00:00
[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:
parent
cdf3b5e85a
commit
ba3affe5f7
4 changed files with 60 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue