[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:
Katayama Hirofumi MZ 2022-01-01 20:59:00 +09:00 committed by GitHub
parent ba3affe5f7
commit d5deacd903
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 63 additions and 5 deletions

View file

@ -1937,7 +1937,7 @@ NtUserCreateDesktop(
HIMC
NTAPI
NtUserCreateInputContext(PCLIENTIMC pClientImc);
NtUserCreateInputContext(ULONG_PTR dwClientImcData);
NTSTATUS
NTAPI