Home
last modified time | relevance | path

Searched refs:lpfnWndProc (Results 1 – 25 of 266) sorted by relevance

1234567891011

/reactos/modules/rostests/apitests/user32/
H A DScrollBarWndExtra.c26 WNDPROC lpfnWndProc; in START_TEST() local
34 lpfnWndProc = (WNDPROC)GetWindowLongPtrA(hScrollBar, GWL_WNDPROC); in START_TEST()
39 WndClass.lpfnWndProc = lpfnWndProc; in START_TEST()
H A DGetClassInfo.c28 ok(wcex.lpfnWndProc != NULL, "lpfnWndProc shound't be NULL\n"); in Test_Desktop()
55 ok(wcex.lpfnWndProc != NULL, "lpfnWndProc shound't be NULL\n"); in Test_Dialog()
79 ok_ptr(wcex.lpfnWndProc, NULL); in Test_Menu()
104 ok_ptr(wcex.lpfnWndProc, NULL); in Test_SwitchWnd()
126 wcex.lpfnWndProc = DefWindowProcW; in Test_Custom()
152 ok_ptr(wcex.lpfnWndProc, DefWindowProcW); in Test_Custom()
H A DRegisterClassEx.c10 …c ATOM _RegisterClass(LPCWSTR lpwszClassName, HINSTANCE hInstance, UINT style, WNDPROC lpfnWndProc) in _RegisterClass() argument
12 WNDCLASSEXW wcex = {sizeof(WNDCLASSEXW), style, lpfnWndProc}; in _RegisterClass()
28 return ret ? wcex.lpfnWndProc : NULL; in _GetWndproc()
31 …tic ATOM _RegisterClassA(LPCSTR lpzClassName, HINSTANCE hInstance, UINT style, WNDPROC lpfnWndProc) in _RegisterClassA() argument
33 WNDCLASSEXA wcex = {sizeof(WNDCLASSEX), style, lpfnWndProc}; in _RegisterClassA()
49 return ret ? wcex.lpfnWndProc : NULL; in _GetWndprocA()
H A DGetSetWindowInt.c18 wcex.lpfnWndProc = DefWindowProcW; in START_TEST()
/reactos/modules/rostests/apitests/include/
H A Duser32testhelpers.h4 static __inline ATOM RegisterSimpleClass(WNDPROC lpfnWndProc, LPCWSTR lpszClassName) in RegisterSimpleClass() argument
10 wcex.lpfnWndProc = lpfnWndProc; in RegisterSimpleClass()
/reactos/win32ss/user/user32/windows/
H A Dclass.c488 lpWndClass->lpfnWndProc = wcex.lpfnWndProc; in GetClassInfoA()
519 lpWndClass->lpfnWndProc = wcex.lpfnWndProc; in GetClassInfoW()
545 if (GETPFNSERVER(i) == Class->lpfnWndProc) in IntGetClsWndProc()
556 Ret = (ULONG_PTR)Class->lpfnWndProc; in IntGetClsWndProc()
572 if ( Ret != (ULONG_PTR)Class->lpfnWndProc || in IntGetClsWndProc()
601 if (GETPFNSERVER(i) == pWnd->lpfnWndProc) in IntGetWndProc()
618 Ret = pWnd->lpfnWndProc; in IntGetWndProc()
622 Ret = pWnd->lpfnWndProc; in IntGetWndProc()
638 if ( Ret != pWnd->lpfnWndProc) in IntGetWndProc()
1444 Class.lpfnWndProc = lpWndClass->lpfnWndProc; in RegisterClassA()
[all …]
/reactos/modules/rostests/apitests/win32nt/ntuser/
H A DNtUserCreateWindowEx.c81 wclex.lpfnWndProc = wndProc1; in START_TEST()
92 wclex2.lpfnWndProc = wndProc2; in START_TEST()
204 TEST(res.lpfnWndProc == wclex.lpfnWndProc); in START_TEST()
220 TEST(res.lpfnWndProc == wclex2.lpfnWndProc); in START_TEST()
H A DNtUserGetClassInfo.c28 wclex.lpfnWndProc = NULL; in START_TEST()
48 TEST(wclex2.lpfnWndProc == wclex.lpfnWndProc); in START_TEST()
/reactos/dll/win32/comctl32/
H A Dtheming.c147 originalProcs[i] = class.lpfnWndProc; in THEMING_Initialize()
148 class.lpfnWndProc = subclassProcs[i]; in THEMING_Initialize()
154 if (!class.lpfnWndProc) in THEMING_Initialize()
H A Dnativefont.c119 wndClass.lpfnWndProc = NATIVEFONT_WindowProc; in NATIVEFONT_Register()
/reactos/win32ss/user/ntuser/
H A Dclass.c518 Ret = Class->lpfnWndProc; in IntGetClassWndProc()
534 if ( Ret != Class->lpfnWndProc || in IntGetClassWndProc()
566 if (!WndProc) WndProc = Class->lpfnWndProc; in IntSetClassWndProc()
577 Class->lpfnWndProc = chWndProc; in IntSetClassWndProc()
585 if (GETPFNCLIENTW(i) == Class->lpfnWndProc) in IntSetClassWndProc()
590 if (GETPFNCLIENTA(i) == Class->lpfnWndProc) in IntSetClassWndProc()
599 Class->lpfnWndProc = chWndProc; in IntSetClassWndProc()
615 chWndProc = Class->lpfnWndProc; in IntSetClassWndProc()
621 Class->lpfnWndProc = chWndProc; in IntSetClassWndProc()
1130 Class->lpfnWndProc = lpwcx->lpfnWndProc; in IntCreateClass()
[all …]
H A Dwindow.c798 if (GETPFNSERVER(i) == pWnd->lpfnWndProc) in IntGetWindowProc()
810 Ret = pWnd->lpfnWndProc; in IntGetWindowProc()
813 Ret = pWnd->lpfnWndProc; in IntGetWindowProc()
819 if (GETPFNCLIENTW(Class->fnid) == pWnd->lpfnWndProc) in IntGetWindowProc()
828 if ( Ret != pWnd->lpfnWndProc) in IntGetWindowProc()
884 pWnd->lpfnWndProc = chWndProc; in IntSetWindowProc()
901 if (!NewWndProc) NewWndProc = pWnd->lpfnWndProc; in IntSetWindowProc()
917 pWnd->lpfnWndProc = (chWndProc ? chWndProc : NewWndProc); in IntSetWindowProc()
1970 if (IsCallProcHandle(pWnd->pcls->lpfnWndProc)) in IntCreateWindow()
1974 pWnd->lpfnWndProc = pcpd->pfnClientPrevious; in IntCreateWindow()
[all …]
/reactos/modules/rostests/winetests/user32/
H A Dclass.c100 cls.lpfnWndProc = ClassTest_WndProc; in ClassTest()
364 cls.lpfnWndProc = ClassTest_WndProc; in test_instances()
387 wcexA.lpfnWndProc = DefWindowProcA; in test_instances()
721 cls.lpfnWndProc = pDefWindowProcW; in test_builtinproc()
758 cls.lpfnWndProc = ClassTest_WndProc2; in test_builtinproc()
891 wcx.lpfnWndProc = TestDlgProc; in RegisterTestDialog()
997 wcx.lpfnWndProc = NULL; in test_GetClassInfo()
1006 wcx.lpfnWndProc = NULL; in test_GetClassInfo()
1014 wcx.lpfnWndProc = NULL; in test_GetClassInfo()
1033 wcex.lpfnWndProc = ClassTest_WndProc; in test_icons()
[all …]
/reactos/modules/rostests/tests/subclass/
H A Dsubclass.c23 wc.lpfnWndProc = UnicodeWndProc; in WinMain()
38 printf("Unicode class registered, WndProc = 0x%p\n", wc.lpfnWndProc); in WinMain()
/reactos/base/applications/regedit/
H A Dmain.c53 wcFrame.lpfnWndProc = FrameWndProc; in InitInstance()
67 wcChild.lpfnWndProc = ChildWndProc; in InitInstance()
/reactos/dll/win32/riched32/
H A Drichedit.c50 wndClass.lpfnWndProc = RichEdit10ANSIWndProc; in RICHED32_Register()
/reactos/modules/rostests/dxtest/ddraw/
H A Dhelper.cpp20 wndclass.lpfnWndProc = BasicWindowProc; in CreateBasicWindow()
/reactos/base/applications/ctfmon/
H A DCLoaderWnd.cpp27 wc.lpfnWndProc = WindowProc; in Init()
/reactos/modules/rostests/tests/capclock/
H A Dcapclock.c22 wc.lpfnWndProc = DefDlgProc; in WinMain()
/reactos/modules/rosapps/applications/devutils/vgafontedit/
H A Deditglyphdlg.c287 wc.lpfnWndProc = EditGlyphEditWndProc; in InitEditGlyphWndClasses()
295 wc.lpfnWndProc = EditGlyphPreviewWndProc; in InitEditGlyphWndClasses()
/reactos/modules/rostests/tests/popupmenu/
H A Dpopupmenu.c19 wc.lpfnWndProc = MainWndProc; in WinMain()
/reactos/modules/rostests/dibtests/bitblt/
H A Dbitblt.c34 wc.lpfnWndProc = MainWndProc; in WinMain()
/reactos/modules/rostests/tests/wm_paint/
H A Dwm_paint.c33 wc.lpfnWndProc = MainWndProc; in WinMain()
/reactos/modules/rostests/win32/user32/drawcaption/
H A Dcapicon.c98 wcx.lpfnWndProc = (WNDPROC) WndProc; in wmain()
/reactos/modules/rostests/win32/user32/paintdesktop/
H A DPaintDesktop.c54 wc.lpfnWndProc = WndProc; in MyRegisterClass()

1234567891011