mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 19:41:57 +00:00
[NTUSER] Implement NtUserAssociateInputContext (#4334)
- Add IntReAllocatePoolWithTag function in window.c. - Define WINDOWLIST structure in "window.h". - Add IntBuildHwndList and IntFreeHwndList helper functions in window.c. - Add IntAssociateInputContext and IntAssociateInputContextEx helper functions in ime.c. - Implement NtUserAssociateInputContext function. CORE-11700
This commit is contained in:
parent
bf16435303
commit
f2c3167db3
4 changed files with 259 additions and 7 deletions
|
@ -577,11 +577,10 @@ DWORD WINAPI ImeGetImeMenuItems(HIMC, DWORD, DWORD, LPIMEMENUITEMINFOW, LPIMEMEN
|
|||
#define IME_REGWORD_STYLE_USER_FIRST 0x80000000
|
||||
#define IME_REGWORD_STYLE_USER_LAST 0xFFFFFFFF
|
||||
|
||||
|
||||
/* dwFlags for ImmAssociateContextEx */
|
||||
#define IACE_CHILDREN 0x0001
|
||||
#define IACE_DEFAULT 0x0010
|
||||
#define IACE_IGNORENOCONTEXT 0x0020
|
||||
#define IACE_CHILDREN 0x0001
|
||||
#define IACE_DEFAULT 0x0010
|
||||
#define IACE_IGNORENOCONTEXT 0x0020
|
||||
|
||||
/* dwFlags for ImmGetImeMenuItems */
|
||||
#define IGIMIF_RIGHTMENU 0x0001
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue