Home
last modified time | relevance | path

Searched refs:MainWndProc (Results 1 – 25 of 39) sorted by relevance

12

/reactos/modules/rostests/tests/popupmenu/
H A Dpopupmenu.c6 LRESULT WINAPI MainWndProc(HWND, UINT, WPARAM, LPARAM);
19 wc.lpfnWndProc = MainWndProc; in WinMain()
62 LRESULT CALLBACK MainWndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in MainWndProc() function
/reactos/modules/rostests/dibtests/bitblt/
H A Dbitblt.c19 LRESULT CALLBACK MainWndProc(HWND HWnd, UINT Msg, WPARAM WParam,
34 wc.lpfnWndProc = MainWndProc; in WinMain()
73 LRESULT CALLBACK MainWndProc(HWND HWnd, UINT Msg, WPARAM WParam, in MainWndProc() function
/reactos/modules/rostests/tests/wm_paint/
H A Dwm_paint.c21 LRESULT CALLBACK MainWndProc(HWND HWnd, UINT Msg, WPARAM WParam,
33 wc.lpfnWndProc = MainWndProc; in WinMain()
64 LRESULT CALLBACK MainWndProc(HWND HWnd, UINT Msg, WPARAM WParam, in MainWndProc() function
/reactos/modules/rostests/tests/accelerator/
H A Daccelerator.c27 LRESULT WINAPI MainWndProc(HWND, UINT, WPARAM, LPARAM);
40 wc.lpfnWndProc = MainWndProc; in WinMain()
112 LRESULT CALLBACK MainWndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in MainWndProc() function
/reactos/modules/rostests/tests/carets/
H A Dcarets.c13 LRESULT WINAPI MainWndProc(HWND, UINT, WPARAM, LPARAM);
28 wc.lpfnWndProc = MainWndProc; in WinMain()
73 LRESULT CALLBACK MainWndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in MainWndProc() function
/reactos/modules/rostests/tests/wm_erasebkgnd/
H A Dwm_erasebkgnd.cpp34 LRESULT CALLBACK MainWndProc(HWND HWnd, UINT Msg, WPARAM WParam,
49 wc.lpfnWndProc = MainWndProc; in WinMain()
90 LRESULT CALLBACK MainWndProc(HWND HWnd, UINT Msg, WPARAM WParam, in MainWndProc() function
/reactos/modules/rostests/tests/enhmetafile/
H A Denhmetafile.c8 LRESULT WINAPI MainWndProc(HWND, UINT, WPARAM, LPARAM);
33 wc.lpfnWndProc = MainWndProc; in WinMain()
89 LRESULT CALLBACK MainWndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in MainWndProc() function
/reactos/modules/rostests/tests/lineclip/
H A Dlineclip.c4 LRESULT WINAPI MainWndProc(HWND, UINT, WPARAM, LPARAM);
17 wc.lpfnWndProc = MainWndProc; in WinMain()
120 LRESULT CALLBACK MainWndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in MainWndProc() function
/reactos/modules/rostests/tests/linetest/
H A Dlinetest.c7 LRESULT WINAPI MainWndProc(HWND, UINT, WPARAM, LPARAM);
22 wc.lpfnWndProc = MainWndProc; in WinMain()
144 LRESULT CALLBACK MainWndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in MainWndProc() function
/reactos/modules/rostests/tests/guithreadinfo/
H A Dguithreadinfo.c7 LRESULT WINAPI MainWndProc(HWND, UINT, WPARAM, LPARAM);
20 wc.lpfnWndProc = MainWndProc; in WinMain()
75 LRESULT CALLBACK MainWndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in MainWndProc() function
/reactos/modules/rostests/tests/enumwnd/
H A Denumwnd.c18 LRESULT WINAPI MainWndProc(HWND, UINT, WPARAM, LPARAM);
31 wc.lpfnWndProc = MainWndProc; in WinMain()
109 LRESULT CALLBACK MainWndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in MainWndProc() function
/reactos/modules/rostests/tests/gradient/
H A Dgradient.c8 LRESULT WINAPI MainWndProc(HWND, UINT, WPARAM, LPARAM);
21 wc.lpfnWndProc = MainWndProc; in WinMain()
71 LRESULT CALLBACK MainWndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in MainWndProc() function
/reactos/modules/rostests/tests/txtscale/
H A Dtxtscale.cpp26 LRESULT CALLBACK MainWndProc(HWND HWnd, UINT Msg, WPARAM WParam,
40 wc.lpfnWndProc = MainWndProc; in WinMain()
81 LRESULT CALLBACK MainWndProc(HWND hWnd, UINT msg, WPARAM wParam, in MainWndProc() function
/reactos/modules/rostests/tests/enumfonts/
H A Denumfonts.cpp32 LRESULT CALLBACK MainWndProc(HWND hWnd, UINT msg, WPARAM wParam,
46 wc.lpfnWndProc = MainWndProc; in WinMain()
142 LRESULT CALLBACK MainWndProc(HWND hWnd, UINT msg, WPARAM wParam, in MainWndProc() function
/reactos/modules/rostests/tests/shaptest/
H A Dshaptest.c22 LRESULT WINAPI MainWndProc(HWND, UINT, WPARAM, LPARAM);
178 wc.lpfnWndProc = MainWndProc; in WinMain()
229 LRESULT CALLBACK MainWndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in MainWndProc() function
/reactos/modules/rostests/dibtests/patblt/
H A Dpatblt.cpp21 LRESULT CALLBACK MainWndProc(HWND HWnd, UINT Msg, WPARAM WParam,
35 wc.lpfnWndProc = MainWndProc; in WinMain()
128 LRESULT CALLBACK MainWndProc(HWND HWnd, UINT Msg, WPARAM WParam, in MainWndProc() function
/reactos/modules/rostests/dibtests/alphablend/
H A Dalphablend.c14 LRESULT CALLBACK MainWndProc(HWND HWnd, UINT Msg, WPARAM WParam,
28 wc.lpfnWndProc = MainWndProc; in WinMain()
120 LRESULT CALLBACK MainWndProc(HWND HWnd, UINT Msg, WPARAM WParam, in MainWndProc() function
/reactos/modules/rostests/dibtests/dibtest/
H A Ddibtest.c27 LRESULT WINAPI MainWndProc(HWND, UINT, WPARAM, LPARAM);
40 wc.lpfnWndProc = MainWndProc; in WinMain()
144 LRESULT CALLBACK MainWndProc(HWND Wnd, UINT msg, WPARAM wParam, LPARAM lParam) in MainWndProc() function
/reactos/modules/rostests/dibtests/icontest/
H A Dicontest.c20 LRESULT WINAPI MainWndProc(HWND, UINT, WPARAM, LPARAM);
39 wc.lpfnWndProc = MainWndProc; in WinMain()
88 LRESULT CALLBACK MainWndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in MainWndProc() function
/reactos/modules/rostests/tests/button2/
H A Dbuttontst2.c5 LRESULT WINAPI MainWndProc(HWND, UINT, WPARAM, LPARAM);
19 wc.lpfnWndProc = MainWndProc; in WinMain()
176 LRESULT CALLBACK MainWndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in MainWndProc() function
/reactos/modules/rostests/dibtests/stretchblt/
H A Dstretchblt.cpp34 LRESULT CALLBACK MainWndProc(HWND HWnd, UINT Msg, WPARAM WParam,
49 wc.lpfnWndProc = MainWndProc; in WinMain()
149 LRESULT CALLBACK MainWndProc(HWND HWnd, UINT Msg, WPARAM WParam, in MainWndProc() function
/reactos/modules/rostests/tests/primitives/
H A Dprimitives.cpp25 LRESULT CALLBACK MainWndProc(HWND HWnd, UINT Msg, WPARAM WParam,
39 wc.lpfnWndProc = MainWndProc; in WinMain()
171 LRESULT CALLBACK MainWndProc(HWND hWnd, UINT msg, WPARAM wParam, in MainWndProc() function
/reactos/base/applications/fontview/
H A Dfontview.h19 LRESULT CALLBACK MainWndProc(HWND, UINT, WPARAM, LPARAM);
/reactos/modules/rostests/win32/user32/biditext/
H A Dbiditext.h11 LRESULT CALLBACK MainWndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam);
/reactos/modules/rostests/win32/user32/psmtest/
H A Dpsmtest.c17 LRESULT CALLBACK MainWndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam);
64 wc.lpfnWndProc = &MainWndProc; in wWinMain()
118 LRESULT CALLBACK MainWndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in MainWndProc() function

12