Home
last modified time | relevance | path

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

/reactos/win32ss/user/ntuser/
H A Dime.c2231 if (ptiIME != GetW32ThreadInfo()) in IntSendMessageToUI()
2234 KeAttachProcess(&(ptiIME->ppi->peProcess->Pcb)); in IntSendMessageToUI()
2278 KeAttachProcess(&(ptiIME->ppi->peProcess->Pcb)); in IntSendMessageToUI()
2327 PTHREADINFO pti, ptiIME; in IntNotifyImeShowStatus() local
2335 ptiIME = pImeWnd->head.pti; in IntNotifyImeShowStatus()
2338 if (pti != ptiIME) in IntNotifyImeShowStatus()
2339 KeAttachProcess(&(ptiIME->ppi->peProcess->Pcb)); in IntNotifyImeShowStatus()
2352 pWnd = ptiIME->MessageQueue->spwndFocus; in IntNotifyImeShowStatus()
2364 if (pti != ptiIME) in IntNotifyImeShowStatus()
2372 if (pti != ptiIME) in IntNotifyImeShowStatus()
[all …]