Searched refs:IS_IMM_MODE (Results 1 – 9 of 9) sorted by relevance
628 if (!IS_IMM_MODE()) in IntImmProcessKey()698 if (!IS_IMM_MODE()) in NtUserBuildHimcList()811 if (!IS_IMM_MODE()) in NtUserNotifyIMEStatus()861 if (!IS_IMM_MODE()) in NtUserDisableThreadIme()933 if (!IS_IMM_MODE()) in NtUserGetAppImeLevel()1018 if (!IS_IMM_MODE()) in NtUserGetImeInfoEx()1068 if (!IS_IMM_MODE()) in NtUserSetAppImeLevel()1134 if (!IS_IMM_MODE()) in NtUserSetImeInfoEx()1370 if (!IS_IMM_MODE()) in NtUserSetImeOwnerWindow()1542 if (!IS_IMM_MODE()) in NtUserDestroyInputContext()[all …]
337 if (IS_IMM_MODE()) in IntDeactivateWindow()645 if (IS_IMM_MODE()) in IntSendFocusMessages()652 if (IS_IMM_MODE()) in IntSendFocusMessages()670 if (IS_IMM_MODE()) in IntSendFocusMessages()
636 BOOL bImmMode = IS_IMM_MODE(); in co_IntSetKeyboardLayoutForProcess()716 if (IS_IMM_MODE()) in co_UserActivateKeyboardLayout()
669 if (IS_IMM_MODE()) in InitThreadCallback()
312 return (IS_IMM_MODE() && !(pti->TIF_flags & TIF_INCLEANUP) && in IntWndIsDefaultIme()676 if (IS_IMM_MODE() && Window == ThreadData->spwndDefaultIme) in co_UserFreeWindow()2442 if (IS_IMM_MODE() && !pti->spwndDefaultIme && IntWantImeWindow(Window)) in co_UserCreateWindowEx()3008 if (IS_IMM_MODE() && !(ti->TIF_flags & TIF_INCLEANUP) && in co_UserDestroyWindow()
2358 if (IS_IMM_MODE()) in co_WinPosSetWindowPos()
501 if (!IS_IMM_MODE()) in ImmAssociateContext()550 if (!IS_IMM_MODE()) in ImmAssociateContextEx()598 if (!IS_IMM_MODE()) in ImmCreateContext()655 if (!IS_IMM_MODE()) in Imm32DestroyInputContext()922 if (!IS_IMM_MODE()) in ImmDestroyContext()1010 if (!IS_IMM_MODE()) in ImmGetSaveContext()1138 if (!IS_IMM_MODE()) in ImmSetActiveContext()1328 if (!IS_IMM_MODE() || NtCurrentTeb()->Win32ThreadInfo == NULL) in ImmDllInitialize()
892 if (!IS_IMM_MODE()) in ImmGetDefaultIMEWnd()
1209 #define IS_IMM_MODE() (gpsi && (gpsi->dwSRVIFlags & SRVINFO_IMM32)) macro