Home
last modified time | relevance | path

Searched refs:GeneralPageProc (Results 1 – 22 of 22) sorted by relevance

/reactos/dll/cpl/openglcfg/
H A Dopenglcfg.h26 INT_PTR CALLBACK GeneralPageProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
H A Dopenglcfg.c34 psp.pfnDlgProc = GeneralPageProc; in AppletInit()
H A Dgeneral.c159 INT_PTR CALLBACK GeneralPageProc(HWND hWndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) in GeneralPageProc() function
/reactos/dll/cpl/wined3dcfg/
H A Dwined3dcfg.h39 INT_PTR CALLBACK GeneralPageProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
H A Dwined3dcfg.c34 psp.pfnDlgProc = GeneralPageProc; in AppletInit()
H A Dgeneral.c146 INT_PTR CALLBACK GeneralPageProc(HWND hWndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) in GeneralPageProc() function
/reactos/dll/cpl/access/
H A Daccess.h68 INT_PTR CALLBACK GeneralPageProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
H A Daccess.c224 InitPropSheetPage(&psp[4], IDD_PROPPAGEGENERAL, GeneralPageProc, pGlobalData); in SystemApplet()
H A Dgeneral.c174 GeneralPageProc(HWND hwndDlg, in GeneralPageProc() function
/reactos/dll/cpl/sysdm/
H A Dprecomp.h43 INT_PTR CALLBACK GeneralPageProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
H A Dsysdm.c179 InitPropSheetPage(&psh, IDD_PROPPAGEGENERAL, GeneralPageProc); in SystemApplet()
H A Dgeneral.c691 INT_PTR CALLBACK GeneralPageProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) in GeneralPageProc() function
/reactos/dll/win32/shell32/dialogs/
H A Ddrvdefext.h35 static INT_PTR CALLBACK GeneralPageProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
H A Dfiledefext.h75 static INT_PTR CALLBACK GeneralPageProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
H A Ddrvdefext.cpp505 CDrvDefExt::GeneralPageProc( in GeneralPageProc() function in CDrvDefExt
753 hPage = SH_CreatePropertySheetPageEx(IDD_DRIVE_PROPERTIES, GeneralPageProc, (LPARAM)this, in AddPages()
H A Dfiledefext.cpp692 CFileDefExt::GeneralPageProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) in GeneralPageProc() function in CFileDefExt
1296 hPage = SH_CreatePropertySheetPageEx(wResId, GeneralPageProc, (LPARAM)this, NULL, in AddPages()
/reactos/base/applications/mscutils/servman/
H A Dpropsheet.c75 InitPropSheetPage(&psp[0], pServicePropSheet, IDD_DLG_GENERAL, GeneralPageProc); in PropSheetThread()
H A Dprecomp.h175 INT_PTR CALLBACK GeneralPageProc(HWND hwndDlg,
H A Dpropsheet_general.c327 GeneralPageProc(HWND hwndDlg, in GeneralPageProc() function
/reactos/dll/cpl/intl/
H A Dintl.h164 GeneralPageProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
H A Dintl.c204 InitIntlPropSheetPage(&psp[0], IDD_GENERALPAGE, GeneralPageProc, (LPARAM)pGlobalData); in Applet()
H A Dgeneralp.c1382 GeneralPageProc(HWND hwndDlg, in GeneralPageProc() function