Searched refs:imc2 (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/imm32/ |
H A D | imm32.c | 1071 HIMC imc1, imc2, imc3; in test_ImmDefaultHwnd() local 1100 imc2 = ImmCreateContext(); in test_ImmDefaultHwnd() 1118 ImmDestroyContext(imc2); in test_ImmDefaultHwnd() 1701 HIMC imc1, imc2, oldimc; in test_InvalidIMC() local 1721 imc2 = ImmGetContext(hwnd); in test_InvalidIMC() 1722 ok(imc1 == imc2, "imc should not changed! imc1 %p, imc2 %p\n", imc1, imc2); in test_InvalidIMC() 1727 imc2 = ImmGetContext(hwnd); in test_InvalidIMC() 1728 ok(!imc2, "expect NULL, returned %p\n", imc2); in test_InvalidIMC() 1731 imc2 = ImmGetContext(hwnd); in test_InvalidIMC() 1732 ok(imc2 == imc1, "imc should not changed! imc2 %p, imc1 %p\n", imc2, imc1); in test_InvalidIMC() [all …]
|