mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:45:50 +00:00
[USER32] Implement ImeWnd_OnImeSetContext (#4329)
- Modify NtUserSetImeOwnerWindow prototype. - Add User32GetTopLevelWindow function. - Add ImeWnd_OnImeSetContext function. - Implement WM_IME_SETCONTEXT message handling of the IME window. CORE-11700
This commit is contained in:
parent
470aa27610
commit
8c6dcdcf81
6 changed files with 181 additions and 11 deletions
|
@ -24,6 +24,12 @@ extern "C" {
|
|||
#define IMC_GETSOFTKBDPOS 0x0013
|
||||
#define IMC_SETSOFTKBDPOS 0x0014
|
||||
|
||||
#define IMMGWL_IMC 0
|
||||
#define IMMGWL_PRIVATE (sizeof(LONG))
|
||||
|
||||
#define IMMGWLP_IMC 0
|
||||
#define IMMGWLP_PRIVATE (sizeof(LONG_PTR))
|
||||
|
||||
typedef struct _tagINPUTCONTEXT {
|
||||
HWND hWnd;
|
||||
BOOL fOpen;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue