use GET_X/Y_LPARAM as per MSDN
[reactos.git] / reactos / subsys / system / servman / servman.h
index 691ab5e..8ff0c0a 100644 (file)
@@ -1,8 +1,9 @@
 #ifndef __SERVMAN_H\r
 #define __SERVMAN_H\r
 \r
-\r
+#define WIN32_LEAN_AND_MEAN\r
 #include <windows.h>\r
+#include <windowsx.h>\r
 #include <stdio.h>\r
 #include <tchar.h>\r
 #include <commctrl.h>\r
@@ -15,10 +16,14 @@ BOOL RefreshServiceList(VOID);
 \r
 BOOL CALLBACK AboutDialogProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);\r
 \r
-VOID GetError(VOID);\r
+BOOL Start(LPCTSTR ServiceName, LPCTSTR *ServiceArgs, INT ArgCount);\r
+\r
+VOID GetError(DWORD);\r
 VOID FreeMemory(VOID);\r
 VOID DisplayString(PTCHAR);\r
 \r
+VOID GetData(VOID);\r
+\r
 LONG APIENTRY PropSheets(HWND hwnd);\r
 \r
 DWORD GetServiceList(VOID);\r