mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 00:45:49 +00:00
[IMM32] Implement ImmWINNLSEnableIME (#4599)
- Implement imm32!ImmWINNLSEnableIME function. - Rename CLIENTIMC_UNKNOWN3 flag as CLIENTIMC_DISABLEIME. - Modify imm32.spec. CORE-11700
This commit is contained in:
parent
d519b11a28
commit
934e5212e4
4 changed files with 57 additions and 3 deletions
|
@ -1326,7 +1326,7 @@ C_ASSERT(sizeof(CLIENTIMC) == 0x34);
|
|||
#define CLIENTIMC_UNKNOWN5 0x2
|
||||
#define CLIENTIMC_UNKNOWN4 0x20
|
||||
#define CLIENTIMC_DESTROY 0x40
|
||||
#define CLIENTIMC_UNKNOWN3 0x80
|
||||
#define CLIENTIMC_DISABLEIME 0x80
|
||||
#define CLIENTIMC_UNKNOWN2 0x100
|
||||
|
||||
DWORD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue