Searched refs:ServicesPageWndProc (Results 1 – 6 of 6) sorted by relevance
/reactos/base/applications/msconfig_new/ |
H A D | srvpage.h | 5 INT_PTR CALLBACK ServicesPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
|
H A D | msconfig.c | 305 psp[nPages].pfnDlgProc = ServicesPageWndProc; in CreatePropSheet()
|
H A D | srvpage.cpp | 629 ServicesPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) in ServicesPageWndProc() function
|
/reactos/base/applications/msconfig/ |
H A D | srvpage.h | 7 INT_PTR CALLBACK ServicesPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
|
H A D | msconfig.c | 92 …e = CreateDialog(hInst, MAKEINTRESOURCE(IDD_SERVICES_PAGE), hWnd, ServicesPageWndProc); EnableDia… in OnCreate()
|
H A D | srvpage.c | 22 ServicesPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) in ServicesPageWndProc() function
|