mirror of
https://github.com/reactos/reactos.git
synced 2025-06-17 19:35:21 +00:00
[IMM32] Rewrite ImmAssociateContextEx (#3961)
- Rewrite ImmAssociateContextEx function. - Modify NtUserAssociateInputContext prototype. CORE-11700
This commit is contained in:
parent
afb6c8a129
commit
df6fff78bb
4 changed files with 38 additions and 41 deletions
|
@ -627,6 +627,7 @@ BOOL WINAPI ImmConfigureIMEW(_In_ HKL, _In_ HWND, _In_ DWORD, _In_ LPVOID);
|
|||
#define ImmConfigureIME WINELIB_NAME_AW(ImmConfigureIME)
|
||||
|
||||
HIMC WINAPI ImmCreateContext(void);
|
||||
BOOL WINAPI ImmSetActiveContext(HWND hwnd, HIMC hIMC, BOOL fFlag);
|
||||
BOOL WINAPI ImmDestroyContext(_In_ HIMC hIMC);
|
||||
BOOL WINAPI ImmDisableIME(_In_ DWORD idThread);
|
||||
BOOL WINAPI ImmEnumInputContext(_In_ DWORD, _In_ IMCENUMPROC, _In_ LPARAM);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue