list services with EnumServicesStatusEx instead of reading them from registry
[reactos.git] / reactos / subsys / system / msconfig / srvpage.h
1 extern HWND hServicesPage;
2 extern HWND hServicesListCtrl;
3
4 INT_PTR CALLBACK ServicesPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);