/reactos/modules/rostests/apitests/user32/ |
H A D | ScrollBarWndExtra.c | 26 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 D | GetClassInfo.c | 28 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 D | RegisterClassEx.c | 10 …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 D | GetSetWindowInt.c | 18 wcex.lpfnWndProc = DefWindowProcW; in START_TEST()
|
/reactos/modules/rostests/apitests/include/ |
H A D | user32testhelpers.h | 4 static __inline ATOM RegisterSimpleClass(WNDPROC lpfnWndProc, LPCWSTR lpszClassName) in RegisterSimpleClass() argument 10 wcex.lpfnWndProc = lpfnWndProc; in RegisterSimpleClass()
|
/reactos/win32ss/user/user32/windows/ |
H A D | class.c | 488 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 D | NtUserCreateWindowEx.c | 81 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 D | NtUserGetClassInfo.c | 28 wclex.lpfnWndProc = NULL; in START_TEST() 48 TEST(wclex2.lpfnWndProc == wclex.lpfnWndProc); in START_TEST()
|
/reactos/dll/win32/comctl32/ |
H A D | theming.c | 147 originalProcs[i] = class.lpfnWndProc; in THEMING_Initialize() 148 class.lpfnWndProc = subclassProcs[i]; in THEMING_Initialize() 154 if (!class.lpfnWndProc) in THEMING_Initialize()
|
H A D | nativefont.c | 119 wndClass.lpfnWndProc = NATIVEFONT_WindowProc; in NATIVEFONT_Register()
|
/reactos/win32ss/user/ntuser/ |
H A D | class.c | 518 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 D | window.c | 798 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 D | class.c | 100 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 D | subclass.c | 23 wc.lpfnWndProc = UnicodeWndProc; in WinMain() 38 printf("Unicode class registered, WndProc = 0x%p\n", wc.lpfnWndProc); in WinMain()
|
/reactos/base/applications/regedit/ |
H A D | main.c | 53 wcFrame.lpfnWndProc = FrameWndProc; in InitInstance() 67 wcChild.lpfnWndProc = ChildWndProc; in InitInstance()
|
/reactos/dll/win32/riched32/ |
H A D | richedit.c | 50 wndClass.lpfnWndProc = RichEdit10ANSIWndProc; in RICHED32_Register()
|
/reactos/modules/rostests/dxtest/ddraw/ |
H A D | helper.cpp | 20 wndclass.lpfnWndProc = BasicWindowProc; in CreateBasicWindow()
|
/reactos/base/applications/ctfmon/ |
H A D | CLoaderWnd.cpp | 27 wc.lpfnWndProc = WindowProc; in Init()
|
/reactos/modules/rostests/tests/capclock/ |
H A D | capclock.c | 22 wc.lpfnWndProc = DefDlgProc; in WinMain()
|
/reactos/modules/rosapps/applications/devutils/vgafontedit/ |
H A D | editglyphdlg.c | 287 wc.lpfnWndProc = EditGlyphEditWndProc; in InitEditGlyphWndClasses() 295 wc.lpfnWndProc = EditGlyphPreviewWndProc; in InitEditGlyphWndClasses()
|
/reactos/modules/rostests/tests/popupmenu/ |
H A D | popupmenu.c | 19 wc.lpfnWndProc = MainWndProc; in WinMain()
|
/reactos/modules/rostests/dibtests/bitblt/ |
H A D | bitblt.c | 34 wc.lpfnWndProc = MainWndProc; in WinMain()
|
/reactos/modules/rostests/tests/wm_paint/ |
H A D | wm_paint.c | 33 wc.lpfnWndProc = MainWndProc; in WinMain()
|
/reactos/modules/rostests/win32/user32/drawcaption/ |
H A D | capicon.c | 98 wcx.lpfnWndProc = (WNDPROC) WndProc; in wmain()
|
/reactos/modules/rostests/win32/user32/paintdesktop/ |
H A D | PaintDesktop.c | 54 wc.lpfnWndProc = WndProc; in MyRegisterClass()
|