Searched refs:winproc (Results 1 – 1 of 1) sorted by relevance
9225 static LRESULT WINAPI winproc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) in winproc() function9275 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()