Strip quotes from directory name.
[nssm.git] / registry.h
1 #ifndef REGISTRY_H\r
2 #define REGISTRY_H\r
3 \r
4 #define NSSM_REGISTRY "SYSTEM\\CurrentControlSet\\Services\\%s\\Parameters"\r
5 #define NSSM_REG_EXE "Application"\r
6 #define NSSM_REG_FLAGS "AppParameters"\r
7 #define NSSM_REG_DIR "AppDirectory"\r
8 #define NSSM_REG_EXIT "AppExit"\r
9 \r
10 int create_messages();\r
11 int create_parameters(char *, char *, char *, char *);\r
12 int create_exit_action(char *, const char *);\r
13 int expand_parameter(HKEY, char *, char *, unsigned long, bool);\r
14 int get_parameters(char *, char *, int, char *, int, char *, int);\r
15 int get_exit_action(char *, unsigned long *, unsigned char *, bool *);\r
16 \r
17 #endif\r