mirror of
https://github.com/reactos/reactos.git
synced 2025-06-20 07:36:05 +00:00
[IMM32] Rewrite ImmInstallIMEW (#4044)
- Add Imm32StrToUInt and Imm32UIntToStr helper functions. - Add Imm32LoadImeVerInfo, Imm32GetRegImes, Imm32WriteRegIme, Imm32GetNextHKL, Imm32CopyFile helper functions. - Add REG_IME structure for registered IMEs. - Rewrite ImmInstallIMEW function. - Improve ImmLoadLayout and Imm32LoadImeInfo functions. CORE-11700
This commit is contained in:
parent
d26409cc34
commit
a37d9a4e14
5 changed files with 642 additions and 124 deletions
|
@ -1183,7 +1183,7 @@ typedef struct tagIMEINFOEX
|
|||
};
|
||||
} IMEINFOEX, *PIMEINFOEX;
|
||||
|
||||
typedef enum IMEINFOEXCLASS
|
||||
typedef enum IMEINFOEXCLASS /* unconfirmed: buggy */
|
||||
{
|
||||
ImeInfoExKeyboardLayout,
|
||||
ImeInfoExImeWindow,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue