/reactos/modules/rostests/winetests/comctl32/ |
H A D | syslink.c | 78 static LRESULT WINAPI parent_wnd_proc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in parent_wnd_proc() function 116 cls.lpfnWndProc = parent_wnd_proc; in register_parent_wnd_class()
|
H A D | combo.c | 748 static LRESULT CALLBACK parent_wnd_proc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) in parent_wnd_proc() function 808 old_parent_proc = (void *)SetWindowLongPtrA(hMainWnd, GWLP_WNDPROC, (ULONG_PTR)parent_wnd_proc); in test_selection() 1320 old_parent_proc = (void *)SetWindowLongPtrA(hMainWnd, GWLP_WNDPROC, (ULONG_PTR)parent_wnd_proc); in test_combo_ctlcolor()
|
H A D | updown.c | 193 static LRESULT WINAPI parent_wnd_proc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in parent_wnd_proc() function 231 cls.lpfnWndProc = parent_wnd_proc; in register_parent_wnd_class()
|
H A D | tooltips.c | 277 static LRESULT WINAPI parent_wnd_proc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in parent_wnd_proc() function 328 cls.lpfnWndProc = parent_wnd_proc; in register_parent_wnd_class()
|
H A D | tab.c | 261 static LRESULT WINAPI parent_wnd_proc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in parent_wnd_proc() function 309 cls.lpfnWndProc = parent_wnd_proc; in registerParentWindowClass()
|
H A D | trackbar.c | 384 static LRESULT WINAPI parent_wnd_proc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam){ in parent_wnd_proc() function 419 cls.lpfnWndProc = parent_wnd_proc; in register_parent_wnd_class()
|
H A D | pager.c | 278 static LRESULT WINAPI parent_wnd_proc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in parent_wnd_proc() function 337 cls.lpfnWndProc = parent_wnd_proc; in register_parent_wnd_class()
|
H A D | header.c | 426 static LRESULT WINAPI parent_wnd_proc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in parent_wnd_proc() function 463 cls.lpfnWndProc = parent_wnd_proc; in register_parent_wnd_class()
|
H A D | monthcal.c | 496 static LRESULT WINAPI parent_wnd_proc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in parent_wnd_proc() function 587 cls.lpfnWndProc = parent_wnd_proc; in register_parent_wnd_class()
|
H A D | toolbar.c | 312 static LRESULT CALLBACK parent_wnd_proc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in parent_wnd_proc() function 2551 wc.lpfnWndProc = parent_wnd_proc; in START_TEST()
|
H A D | treeview.c | 1229 static LRESULT CALLBACK parent_wnd_proc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in parent_wnd_proc() function 2978 wc.lpfnWndProc = parent_wnd_proc; in START_TEST()
|
H A D | edit.c | 883 static LRESULT CALLBACK parent_wnd_proc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in parent_wnd_proc() function 2686 wc.lpfnWndProc = parent_wnd_proc; in register_classes()
|
H A D | listview.c | 469 static LRESULT WINAPI parent_wnd_proc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in parent_wnd_proc() function 613 clsW.lpfnWndProc = parent_wnd_proc; in register_parent_wnd_class() 626 clsA.lpfnWndProc = parent_wnd_proc; in register_parent_wnd_class()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | combo.c | 177 static LRESULT CALLBACK parent_wnd_proc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) in parent_wnd_proc() function 224 old_parent_proc = (void *)SetWindowLongPtrA(hMainWnd, GWLP_WNDPROC, (ULONG_PTR)parent_wnd_proc); in test_selection()
|