Home
last modified time | relevance | path

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

/reactos/dll/win32/msctf/
H A Dmsctf.c341 if (actsvr->pITfTextInputProcessor) in activate_given_ts()
348 …hr = ITfTextInputProcessor_Activate(actsvr->pITfTextInputProcessor, (ITfThreadMgr *)tm, actsvr->ti… in activate_given_ts()
356 actsvr->pITfThreadMgrEx = tm; in activate_given_ts()
397 ActivatedTextService *actsvr; in add_active_textservice() local
406 if (!actsvr) return E_OUTOFMEMORY; in add_active_textservice()
412 if (!actsvr->tid) in add_active_textservice()
419 actsvr->LanguageProfile = *lp; in add_active_textservice()
420 actsvr->pITfKeyEventSink = NULL; in add_active_textservice()
428 &actsvr->LanguageProfile.clsid, &actsvr->LanguageProfile.catid, in add_active_textservice()
443 activate_given_ts(actsvr, tm); in add_active_textservice()
[all …]