Searched refs:ime_threadmgrex (Results 1 – 2 of 2) sorted by relevance
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()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()[all …]
182 struct ITfThreadMgrEx *ime_threadmgrex; member
Completed in 7 milliseconds