mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 04:26:00 +00:00
[NTUSER] Implement NtUserCreateInputContext (#4230)
- Modify NtUserCreateInputContext prototype. - Add UserCreateInputContext helper function. - Implement NtUserCreateInputContext function by using UserCreateInputContext. - Call UserCreateInputContext(0) in InitThreadCallback function to create the default input context. CORE-11700
This commit is contained in:
parent
ba3affe5f7
commit
d5deacd903
5 changed files with 63 additions and 5 deletions
|
@ -1937,7 +1937,7 @@ NtUserCreateDesktop(
|
|||
|
||||
HIMC
|
||||
NTAPI
|
||||
NtUserCreateInputContext(PCLIENTIMC pClientImc);
|
||||
NtUserCreateInputContext(ULONG_PTR dwClientImcData);
|
||||
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue