Home
last modified time | relevance | path

Searched refs:parent_wnd_proc (Results 1 – 14 of 14) sorted by relevance

/reactos/modules/rostests/winetests/comctl32/
H A Dsyslink.c78 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 Dcombo.c748 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 Dupdown.c193 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 Dtooltips.c277 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 Dtab.c261 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 Dtrackbar.c384 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 Dpager.c278 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 Dheader.c426 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 Dmonthcal.c496 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 Dtoolbar.c312 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 Dtreeview.c1229 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 Dedit.c883 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 Dlistview.c469 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 Dcombo.c177 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()