Home
last modified time | relevance | path

Searched refs:IS_IME_HKL (Results 1 – 18 of 18) sorted by relevance

/reactos/dll/win32/imm32/
H A Dimm.c131 if (!IS_IME_HKL(hOldKL)) in ImmFreeLayout()
146 if (!IS_IME_HKL(pList[iKL])) in ImmFreeLayout()
176 if (IS_IME_HKL(hKL) && hKL != hOldKL) in ImmFreeLayout()
227 if (IS_IME_HKL(hOldKL)) in Imm32SelectInputContext()
237 bIsNewHKLIme = IS_IME_HKL(hNewKL); in Imm32SelectInputContext()
238 bIsOldHKLIme = IS_IME_HKL(hOldKL); in Imm32SelectInputContext()
246 if (IS_IME_HKL(hNewKL)) in Imm32SelectInputContext()
395 if (IS_IME_HKL(hNewKL)) in Imm32SelectInputContext()
706 if (IS_IME_HKL(hKL)) in Imm32DestroyInputContext()
813 if (IS_IME_HKL(hKL)) in Imm32CreateInputContext()
[all …]
H A Dime.c60 if (IS_IME_HKL(pImeDpi->hKL)) in Imm32InquireIme()
275 if (!IS_IME_HKL(hKL)) in Imm32LoadImeDpi()
347 if (!IS_IME_HKL(hKL) && (!IS_CICERO_MODE() || IS_16BIT_MODE())) in Imm32FindOrLoadImeDpi()
362 if (IS_IME_HKL(hKL)) in ImeDpi_Escape()
942 if (!IS_IME_HKL(hKL)) in ImmGetImeInfoEx()
955 if (!IS_IME_HKL(hKL)) in ImmGetImeInfoEx()
1089 if (!IS_IME_HKL(hKL)) in ImmGetDescriptionA()
1119 if (!IS_IME_HKL(hKL)) in ImmGetDescriptionW()
1149 if (!IS_IME_HKL(hKL)) in ImmGetIMEFileNameA()
1189 if (!IS_IME_HKL(hKL)) in ImmGetIMEFileNameW()
[all …]
H A Dctf.c1181 if (IS_IME_HKL(hKL)) in CtfImmTIMActivate()
1450 if (IS_IME_HKL(hKL)) in CtfImmIsGuidMapEnable()
1486 if (IS_IME_HKL(hKL)) in CtfImmGetGuidAtom()
H A Dkeymsg.c777 if (!IS_IME_HKL(hKL) || in ImmProcessKey()
H A Dutils.c1003 if (!IS_IME_HKL(hKL)) /* Not an IME */ in Imm32GetImeLayout()
/reactos/modules/rostests/apitests/imm32/
H A DImmGetImeInfoEx.c69 if (IS_IME_HKL(InfoEx.hkl)) in START_TEST()
91 if (IS_IME_HKL(InfoEx.hkl)) in START_TEST()
H A DKLID.c25 if (IS_IME_HKL(hKL)) in GetHKLType()
/reactos/win32ss/user/ntuser/
H A Dkbdlayout.c760 if (IS_IME_HKL(pKL->hkl) || (IS_CICERO_MODE() && !IS_16BIT_MODE())) in co_UserActivateKeyboardLayout()
868 if (!IS_IME_HKL(hKL) && !IS_CICERO_MODE()) in co_UserImmLoadLayout()
1116 if (IS_IME_HKL(pKl->hkl)) in NtUserGetKeyboardLayoutName()
H A Dime.c524 if (IS_IME_HKL(hNewKL) != IS_IME_HKL(hOldKL)) in NtUserSetThreadLayoutHandles()
/reactos/dll/win32/msctf/
H A Dmlng.cpp95 if (IS_IME_HKL(hKL)) in GetHKLSubstitute()
192 if (!IS_IME_HKL(hKL)) in GetHKLDesctription()
/reactos/dll/cpl/input/
H A Dlayout_list.c223 else if (IS_IME_HKL(hkl)) in LayoutList_GetByHkl()
H A Dinput_list.c342 if (IS_IME_HKL(hKL)) /* IME? */ in InputList_AddInputMethodToUserRegistry()
402 if (!IS_IME_HKL(pCurrent->hkl)) in InputList_Process()
H A Dsettings_page.c289 if (IS_IME_HKL(pInputNode->hkl) && pInputNode->pLayout->pszImeFile) // IME? in AddToInputListView()
/reactos/dll/ime/msctfime/
H A Dmsctfime.cpp853 if (IS_IME_HKL(hKL)) in CtfImeDispatchDefImeMessage()
874 if (IS_IME_HKL(hKL)) in CtfImeIsIME()
/reactos/sdk/include/reactos/
H A Dimm32_undoc.h20 #define IS_IME_HKL(hKL) ((((ULONG_PTR)(hKL)) & 0xF0000000) == IME_MASK) macro
/reactos/base/applications/kbswitch/
H A Dkbswitch.c112 if (IS_IME_HKL(hKL)) in GetKLIDFromHKL()
/reactos/win32ss/user/user32/windows/
H A Dinput.c728 bIsIME = IS_IME_HKL(UlongToHandle(dwKLID)); in IntLoadKeyboardLayout()
/reactos/win32ss/user/user32/misc/
H A Dimm.c997 if (wParam < IMN_PRIVATE || IS_IME_HKL(pimeui->hKL) || !IS_CICERO_MODE()) in ImeWndProc_common()