- rearrange code ready for custom tool bar bitmaps (untested)
[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 8
13
14 BOOL RefreshServiceList(VOID);
15
16 BOOL CALLBACK
17 AboutDialogProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
18
19 VOID GetError(VOID);
20 VOID FreeMemory(VOID);
21 VOID DisplayString(PTCHAR);
22
23 LONG APIENTRY
24 PropSheets(HWND hwnd);
25
26 DWORD GetServiceList(VOID);
27
28
29 #endif /* __SERVMAN_H */