Searched refs:ruler_proc (Results 1 – 3 of 3) sorted by relevance
265 LRESULT CALLBACK ruler_proc(HWND, UINT, WPARAM, LPARAM);
410 LRESULT CALLBACK ruler_proc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in ruler_proc() function
2735 hPrevRulerProc = SetWindowLongPtrW(hRulerWnd, GWLP_WNDPROC, (UINT_PTR)ruler_proc); in WinMain()