Home
last modified time | relevance | path

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

/reactos/base/applications/wordpad/
H A Dwordpad.h265 LRESULT CALLBACK ruler_proc(HWND, UINT, WPARAM, LPARAM);
H A Dprint.c410 LRESULT CALLBACK ruler_proc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in ruler_proc() function
H A Dwordpad.c2735 hPrevRulerProc = SetWindowLongPtrW(hRulerWnd, GWLP_WNDPROC, (UINT_PTR)ruler_proc); in WinMain()