mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:05:44 +00:00
[IMM32] Use Imm32IsImmMode and Imm32IsCiceroMode macros (#3971)
- Define Imm32IsImmMode, Imm32IsCiceroMode and Imm32Is16BitMode macros in "precomp.h". - Improve Imm32InquireIme and Imm32CleanupContext functions. - Add IME_SYSINFO_WINLOGON and IME_SYSINFO_WOW16 macros (from DDK) in psdk/imm.h. - Modify CtfImeInquireExW and CtfImeSelectEx prototype. CORE-11700
This commit is contained in:
parent
e372f2b19b
commit
ca3fa7197d
5 changed files with 50 additions and 67 deletions
|
@ -237,6 +237,10 @@ typedef struct tagCANDIDATEINFO {
|
|||
#define NI_SETCANDIDATE_PAGESIZE 0x0017
|
||||
#define NI_IMEMENUSELECTED 0x0018
|
||||
|
||||
/* dwSystemInfoFlags bits */
|
||||
#define IME_SYSINFO_WINLOGON 0x0001
|
||||
#define IME_SYSINFO_WOW16 0x0002
|
||||
|
||||
BOOL WINAPI ImmUnlockIMC(HIMC);
|
||||
DWORD WINAPI ImmGetIMCLockCount(HIMC);
|
||||
HIMCC WINAPI ImmCreateIMCC(DWORD);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue