mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:35:59 +00:00
[NTUSER][IMM32] Implement NtUserGetImeInfoEx (#4271)
- Add UserGetImeInfoEx helper function. - Implement NtUserGetImeInfoEx function by using UserGetImeInfoEx. - Fix imm32.ImmGetImeInfoEx. - Modify enum IMEINFOEXCLASS. CORE-11700
This commit is contained in:
parent
a47590c9cf
commit
36740ca981
3 changed files with 118 additions and 36 deletions
|
@ -1183,9 +1183,12 @@ typedef struct tagIMEINFOEX
|
|||
};
|
||||
} IMEINFOEX, *PIMEINFOEX;
|
||||
|
||||
typedef enum IMEINFOEXCLASS /* unconfirmed: buggy */
|
||||
typedef enum IMEINFOEXCLASS
|
||||
{
|
||||
ImeInfoExKeyboardLayout,
|
||||
#if 1
|
||||
ImeInfoExKeyboardLayoutTFS,
|
||||
#endif
|
||||
ImeInfoExImeWindow,
|
||||
ImeInfoExImeFileName
|
||||
} IMEINFOEXCLASS;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue