mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 13:21:39 +00:00
[IMM32] Rewrite ImmProcessKey (#3917)
- Rewrite ImmProcessKey function. - Modify win32ss/include/imetable.h. - Modify ImmProcessKey prototype. CORE-1170
This commit is contained in:
parent
c59c185d1c
commit
1d0587fc27
4 changed files with 69 additions and 36 deletions
|
@ -856,7 +856,7 @@ BOOL WINAPI ImmIsUIMessageW(_In_ HWND, _In_ UINT, _In_ WPARAM, _In_ LPARAM);
|
|||
|
||||
BOOL WINAPI ImmNotifyIME(_In_ HIMC, _In_ DWORD, _In_ DWORD, _In_ DWORD);
|
||||
|
||||
BOOL WINAPI ImmProcessKey(HWND, HKL, UINT, LPARAM, DWORD);
|
||||
DWORD WINAPI ImmProcessKey(HWND, HKL, UINT, LPARAM, DWORD);
|
||||
|
||||
BOOL
|
||||
WINAPI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue