Lines Matching refs:hIMC
24 _In_ HIMC hIMC, in InternalSelectEx() argument
28 CicIMCLock imcLock(hIMC); in InternalSelectEx()
191 _In_ HIMC hIMC, in ImeConversionList() argument
197 TRACE("(%p, %s, %p, 0x%lX, %u)\n", hIMC, debugstr_w(lpSrc), lpDst, dwBufLen, uFlag); in ImeConversionList()
349 _In_ HIMC hIMC, in ImeEscape() argument
353 TRACE("(%p, %u, %p)\n", hIMC, uEscape, lpData); in ImeEscape()
365 _In_ HIMC hIMC, in ImeProcessKey() argument
370 TRACE("(%p, %u, %p, lpbKeyState)\n", hIMC, uVirtKey, lParam, lpbKeyState); in ImeProcessKey()
396 if (((pTLS->m_dwFlags2 & 1) && MsimtfIsGuidMapEnable(hIMC, NULL)) || in ImeProcessKey()
405 return pBridge->ProcessKey(pTLS, pThreadMgr, hIMC, uVirtKey, lParam, lpbKeyState, &nUnknown60); in ImeProcessKey()
419 _In_ HIMC hIMC, in ImeSelect() argument
422 TRACE("(%p, %u)\n", hIMC, fSelect); in ImeSelect()
437 _In_ HIMC hIMC, in ImeSetActiveContext() argument
440 TRACE("(%p, %u)\n", hIMC, fFlag); in ImeSetActiveContext()
457 _In_ HIMC hIMC) in ImeToAsciiEx() argument
460 fuState, hIMC); in ImeToAsciiEx()
473 lpTransMsgList, fuState, hIMC, &ret); in ImeToAsciiEx()
485 _In_ HIMC hIMC, in NotifyIME() argument
490 TRACE("(%p, 0x%lX, 0x%lX, %p)\n", hIMC, dwAction, dwIndex, dwValue); in NotifyIME()
501 HRESULT hr = pBridge->Notify(pTLS, pThreadMgr, hIMC, dwAction, dwIndex, dwValue); in NotifyIME()
513 _In_ HIMC hIMC, in ImeSetCompositionString() argument
520 TRACE("(%p, 0x%lX, %p, 0x%lX, %p, 0x%lX)\n", hIMC, dwIndex, lpComp, dwCompLen, in ImeSetCompositionString()
532 return pBridge->SetCompositionString(pTLS, pThreadMgr, hIMC, dwIndex, in ImeSetCompositionString()
572 _In_ HIMC hIMC, in CtfImeSelectEx() argument
576 TRACE("(%p, %d, %p)\n", hIMC, fSelect, hKL); in CtfImeSelectEx()
582 InternalSelectEx(hIMC, fSelect, LOWORD(hKL)); in CtfImeSelectEx()
587 return pTLS->m_pBridge->SelectEx(pTLS, pTLS->m_pThreadMgr, hIMC, fSelect, hKL); in CtfImeSelectEx()
597 _In_ HIMC hIMC, in CtfImeEscapeEx() argument
602 TRACE("(%p, %u, %p, %p)\n", hIMC, uSubFunc, lpData, hKL); in CtfImeEscapeEx()
611 return pTLS->m_pBridge->EscapeKorean(pTLS, hIMC, uSubFunc, lpData); in CtfImeEscapeEx()
621 _In_ HIMC hIMC, in CtfImeGetGuidAtom() argument
625 TRACE("(%p, 0x%lX, %p)\n", hIMC, dwUnknown, pdwGuidAtom); in CtfImeGetGuidAtom()
627 CicIMCLock imcLock(hIMC); in CtfImeGetGuidAtom()
648 _In_ HIMC hIMC) in CtfImeIsGuidMapEnable() argument
650 TRACE("(%p)\n", hIMC); in CtfImeIsGuidMapEnable()
653 CicIMCLock imcLock(hIMC); in CtfImeIsGuidMapEnable()
740 _In_ HIMC hIMC) in CtfImeCreateInputContext() argument
742 TRACE("(%p)\n", hIMC); in CtfImeCreateInputContext()
748 return pTLS->m_pBridge->CreateInputContext(pTLS, hIMC); in CtfImeCreateInputContext()
758 _In_ HIMC hIMC) in CtfImeDestroyInputContext() argument
760 TRACE("(%p)\n", hIMC); in CtfImeDestroyInputContext()
766 return pTLS->m_pBridge->DestroyInputContext(pTLS, hIMC); in CtfImeDestroyInputContext()
776 _In_ HIMC hIMC, in CtfImeSetActiveContextAlways() argument
781 TRACE("(%p, %d, %p, %p)\n", hIMC, fActive, hWnd, hKL); in CtfImeSetActiveContextAlways()
786 return pTLS->m_pBridge->SetActiveContextAlways(pTLS, hIMC, fActive, hWnd, hKL); in CtfImeSetActiveContextAlways()
796 _In_ HIMC hIMC, in CtfImeProcessCicHotkey() argument
800 TRACE("(%p, %u, %p)\n", hIMC, vKey, lParam); in CtfImeProcessCicHotkey()