Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/user32/
H A Dwin.c9316 WNDPROC winproc_handle; in test_winproc_limit() local
9326 winproc_handle = (WNDPROC)GetWindowLongPtrW(hwnd, GWLP_WNDPROC); in test_winproc_limit()
9327 ok(winproc_handle != winproc, "winproc pointers should not be identical\n"); in test_winproc_limit()
9355 CallWindowProcA(winproc_handle, 0, 0, 0, (LPARAM)&i); in test_winproc_limit()
9358 CallWindowProcW(winproc_handle, 0, 0, 0, (LPARAM)&i); in test_winproc_limit()
9364 CallWindowProcA(winproc_handle, 0, 0, 0, (LPARAM)&i); in test_winproc_limit()
9367 CallWindowProcW(winproc_handle, 0, 0, 0, (LPARAM)&i); in test_winproc_limit()