mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:05:48 +00:00
[IMM32] Rewrite ImmGetContext (#3923)
- Add ValidateHwndNoErr and Imm32GetContextEx helper functions. - Rewrite ImmGetContext function by using the helper functions. CORE-11700
This commit is contained in:
parent
2ab858c125
commit
a8d2cd4b9d
2 changed files with 78 additions and 34 deletions
|
@ -1311,6 +1311,7 @@ C_ASSERT(sizeof(CLIENTIMC) == 0x34);
|
|||
/* flags for CLIENTIMC */
|
||||
#define CLIENTIMC_WIDE 0x1
|
||||
#define CLIENTIMC_UNKNOWN1 0x40
|
||||
#define CLIENTIMC_UNKNOWN3 0x80
|
||||
#define CLIENTIMC_UNKNOWN2 0x100
|
||||
|
||||
DWORD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue