Home
last modified time | relevance | path

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

/reactos/modules/rostests/apitests/imm32/
H A DJapanImeConvTest.h72 EditWindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in EditWindowProc() function
125 s_fnOldEditWndProc = (WNDPROC)SetWindowLongPtr(hEdt1, GWLP_WNDPROC, (LONG_PTR)EditWindowProc); in OnInitDialog()
/reactos/modules/rostests/apitests/user32/
H A DMessageStateAnalyzer.c173 EditWindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in EditWindowProc() function
239 (WNDPROC)SetWindowLongPtrW(s_hwndEdit, GWLP_WNDPROC, (LONG_PTR)EditWindowProc); in InnerWindowProc()