mirror of
https://github.com/reactos/reactos.git
synced 2025-06-19 22:55:21 +00:00
[NTUSER] Implement NtUserCheckImeHotKey (#4351)
- Modify NtUserCheckImeHotKey prototype. - Add IntGetImeHotKeyLanguageScore, IntGetActiveKeyboardLayout, IntGetImeHotKeyByKey, and IntCheckImeHotKey helper functions. - Implement NtUserCheckImeHotKey function. CORE-11700
This commit is contained in:
parent
1b06522638
commit
bbe5fd5274
2 changed files with 179 additions and 12 deletions
|
@ -1846,8 +1846,8 @@ NtUserCheckWindowThreadDesktop(
|
|||
DWORD
|
||||
NTAPI
|
||||
NtUserCheckImeHotKey(
|
||||
DWORD dwUnknown1,
|
||||
LPARAM dwUnknown2);
|
||||
UINT uVirtualKey,
|
||||
LPARAM lParam);
|
||||
|
||||
HWND NTAPI
|
||||
NtUserChildWindowFromPointEx(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue