Searched refs:child_edit_wmkeydown_proc (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rostests/winetests/user32/ |
H A D | edit.c | 2451 static INT_PTR CALLBACK child_edit_wmkeydown_proc(HWND hdlg, UINT msg, WPARAM wparam, LPARAM lparam) in child_edit_wmkeydown_proc() function 2474 SetWindowLongPtrA(hwParent, GWLP_WNDPROC, (LONG_PTR)child_edit_wmkeydown_proc); in test_child_edit_wmkeydown()
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | edit.c | 2485 static INT_PTR CALLBACK child_edit_wmkeydown_proc(HWND hdlg, UINT msg, WPARAM wparam, LPARAM lparam) in child_edit_wmkeydown_proc() function 2508 SetWindowLongPtrA(hwParent, GWLP_WNDPROC, (LONG_PTR)child_edit_wmkeydown_proc); in test_child_edit_wmkeydown()
|