Home
last modified time | relevance | path

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

/reactos/dll/ime/msctfime/
H A Dui.cpp908 UI *pUI = (UI*)::GetWindowLongPtrW(hWnd, UI_GWLP_UI); in OnCreate() local
909 if (pUI) in OnCreate()
911 pUI = new(cicNoThrow) UI(hWnd); in OnCreate()
912 if (pUI) in OnCreate()
913 pUI->_Create(); in OnCreate()
920 if (!pUI) in OnDestroy()
923 pUI->_Destroy(); in OnDestroy()
924 delete pUI; in OnDestroy()
1271 pUI->m_pComp->OnImeStartComposition(imcLock, pUI->m_hWnd); in ImeUIWndProcWorker()
1287 pUI->m_pComp->OnImeEndComposition(); in ImeUIWndProcWorker()
[all …]