mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:23:01 +00:00
[IMM32] Rewrite ImmEnumInputContext (#3859)
- Rewrite ImmEnumInputContext function. - Modify NtUserBuildHimcList. CORE-11700
This commit is contained in:
parent
54406bf4f0
commit
89cb8a38b3
3 changed files with 70 additions and 16 deletions
|
@ -1253,13 +1253,9 @@ NtUserAssociateInputContext(
|
|||
DWORD dwUnknown2,
|
||||
DWORD dwUnknown3);
|
||||
|
||||
DWORD
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
NtUserBuildHimcList(
|
||||
DWORD dwUnknown1,
|
||||
DWORD dwUnknown2,
|
||||
DWORD dwUnknown3,
|
||||
DWORD dwUnknown4);
|
||||
NtUserBuildHimcList(DWORD dwThreadId, DWORD dwCount, HIMC *phList, LPDWORD pdwCount);
|
||||
|
||||
DWORD
|
||||
NTAPI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue