Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/user32/
H A Dwin.c9225 static LRESULT WINAPI winproc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) in winproc() function
9275 wnd_classA.lpfnWndProc = winproc; in test_winproc_handles()
9324 ok(SetWindowLongPtrA(hwnd, GWLP_WNDPROC, (LONG_PTR)winproc), in test_winproc_limit()
9327 ok(winproc_handle != winproc, "winproc pointers should not be identical\n"); in test_winproc_limit()