Searched refs:EditWindowProc (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rostests/apitests/imm32/ |
H A D | JapanImeConvTest.h | 72 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 D | MessageStateAnalyzer.c | 173 EditWindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in EditWindowProc() function 239 (WNDPROC)SetWindowLongPtrW(s_hwndEdit, GWLP_WNDPROC, (LONG_PTR)EditWindowProc); in InnerWindowProc()
|