Lines Matching refs:ime_threadmgrex
92 data->ime_threadmgrex = 0; in WIN_InitKeyboard()
1066 ITfThreadMgrEx *threadmgrex = videodata->ime_threadmgrex; in UILess_GetUIElement()
1200 if (!videodata->ime_threadmgrex || videodata->ime_uielemsinkcookie != TF_INVALID_COOKIE) in UILess_EnableUIUpdates()
1203 …if (SUCCEEDED(videodata->ime_threadmgrex->lpVtbl->QueryInterface(videodata->ime_threadmgrex, &IID_… in UILess_EnableUIUpdates()
1213 if (!videodata->ime_threadmgrex || videodata->ime_uielemsinkcookie == TF_INVALID_COOKIE) in UILess_DisableUIUpdates()
1216 …if (SUCCEEDED(videodata->ime_threadmgrex->lpVtbl->QueryInterface(videodata->ime_threadmgrex, &IID_… in UILess_DisableUIUpdates()
1229 …hreadMgr, NULL, CLSCTX_INPROC_SERVER, &IID_ITfThreadMgrEx, (LPVOID *)&videodata->ime_threadmgrex))) in UILess_SetupSinks()
1232 …if (FAILED(videodata->ime_threadmgrex->lpVtbl->ActivateEx(videodata->ime_threadmgrex, &clientid, T… in UILess_SetupSinks()
1246 …if (SUCCEEDED(videodata->ime_threadmgrex->lpVtbl->QueryInterface(videodata->ime_threadmgrex, &IID_… in UILess_SetupSinks()
1269 …if (videodata->ime_threadmgrex && SUCCEEDED(videodata->ime_threadmgrex->lpVtbl->QueryInterface(vid… in UILess_ReleaseSinks()
1273 videodata->ime_threadmgrex->lpVtbl->Deactivate(videodata->ime_threadmgrex); in UILess_ReleaseSinks()
1274 SAFE_RELEASE(videodata->ime_threadmgrex); in UILess_ReleaseSinks()