a1c1830d24246ae593dbcd435476f004528a18f0
[reactos.git] / reactos / subsys / system / servman / servman.h
1 #ifndef __SERVMAN_H
2 #define __SERVMAN_H
3
4
5 #include <windows.h>
6 #include <stdio.h>
7 #include <tchar.h>
8 #include <commctrl.h>
9 #include "resource.h"
10
11 #define MAX_KEY_LENGTH 256
12 #define NUM_BUTTONS 12
13
14 BOOL RefreshServiceList(VOID);
15
16 BOOL CALLBACK AboutDialogProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
17
18 BOOL Start(LPCTSTR ServiceName, LPCTSTR *ServiceArgs, INT ArgCount);
19
20 VOID GetError(DWORD);
21 VOID FreeMemory(VOID);
22 VOID DisplayString(PTCHAR);
23
24 VOID GetData(VOID);
25
26 LONG APIENTRY PropSheets(HWND hwnd);
27
28 DWORD GetServiceList(VOID);
29
30
31 #endif /* __SERVMAN_H */