[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:
Katayama Hirofumi MZ 2022-02-10 22:53:28 +09:00 committed by GitHub
parent 1b06522638
commit bbe5fd5274
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 179 additions and 12 deletions

View file

@ -1846,8 +1846,8 @@ NtUserCheckWindowThreadDesktop(
DWORD
NTAPI
NtUserCheckImeHotKey(
DWORD dwUnknown1,
LPARAM dwUnknown2);
UINT uVirtualKey,
LPARAM lParam);
HWND NTAPI
NtUserChildWindowFromPointEx(