Searched refs:hwndCompStr (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/ime/msctfime/ |
H A D | ui.cpp | 577 HWND hwndCompStr = ::CreateWindowExW(0, L"MSCTFIME Composition", NULL, style, in CreateCompositionWindow() local 579 m_CompStrs[iCompStr].m_hWnd = hwndCompStr; in CreateCompositionWindow() 580 ::SetWindowLongPtrW(hwndCompStr, GWLP_USERDATA, (LONG_PTR)this); in CreateCompositionWindow() 581 ::SetWindowLongPtrW(hwndCompStr, UICOMP_GWLP_INDEX, iCompStr); in CreateCompositionWindow() 582 m_CompStrs[iCompStr].m_Caret.CreateCaret(hwndCompStr, m_CaretSize); in CreateCompositionWindow() 602 if (!hwndCompStr) in CreateCompositionWindow() 608 m_CompStrs[3].m_hWnd = hwndCompStr; in CreateCompositionWindow() 609 m_pDefCompFrameWindow->m_hwndCompStr = hwndCompStr; in CreateCompositionWindow() 610 ::SetWindowLongPtrW(hwndCompStr, GWLP_USERDATA, (LONG_PTR)this); in CreateCompositionWindow() 611 ::SetWindowLongPtrW(hwndCompStr, UICOMP_GWLP_INDEX, -1); in CreateCompositionWindow() [all …]
|