mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 10:01:43 +00:00
[NTUSER] Implement NtUserQueryInputContext (#4227)
Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org> - Modify NtUserQueryInputContext prototype. - Implement NtUserQueryInputContext function. - Add enum QUERY_INPUT_CONTEXT (QIC_*) to undocuser.h. CORE-11700
This commit is contained in:
parent
0d00a5d6eb
commit
cdf3b5e85a
8 changed files with 60 additions and 14 deletions
|
@ -2877,11 +2877,11 @@ NtUserQueryInformationThread(
|
|||
OUT PVOID ThreadInformation,
|
||||
IN ULONG ThreadInformationLength);
|
||||
|
||||
DWORD
|
||||
DWORD_PTR
|
||||
NTAPI
|
||||
NtUserQueryInputContext(
|
||||
HIMC hIMC,
|
||||
DWORD dwUnknown2);
|
||||
DWORD dwType);
|
||||
|
||||
DWORD
|
||||
NTAPI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue