Home
last modified time | relevance | path

Searched refs:ServicesPageWndProc (Results 1 – 6 of 6) sorted by relevance

/reactos/base/applications/msconfig_new/
H A Dsrvpage.h5 INT_PTR CALLBACK ServicesPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
H A Dmsconfig.c305 psp[nPages].pfnDlgProc = ServicesPageWndProc; in CreatePropSheet()
H A Dsrvpage.cpp629 ServicesPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) in ServicesPageWndProc() function
/reactos/base/applications/msconfig/
H A Dsrvpage.h7 INT_PTR CALLBACK ServicesPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
H A Dmsconfig.c92 …e = CreateDialog(hInst, MAKEINTRESOURCE(IDD_SERVICES_PAGE), hWnd, ServicesPageWndProc); EnableDia… in OnCreate()
H A Dsrvpage.c22 ServicesPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) in ServicesPageWndProc() function