[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:
Katayama Hirofumi MZ 2021-10-21 10:28:04 +09:00 committed by GitHub
parent d26409cc34
commit a37d9a4e14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 642 additions and 124 deletions

View file

@ -1183,7 +1183,7 @@ typedef struct tagIMEINFOEX
};
} IMEINFOEX, *PIMEINFOEX;
typedef enum IMEINFOEXCLASS
typedef enum IMEINFOEXCLASS /* unconfirmed: buggy */
{
ImeInfoExKeyboardLayout,
ImeInfoExImeWindow,