NSSM 1.0.
[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 \r
9 int create_parameters(char *, char *, char *, char *);\r
10 int get_parameters(char *, char *, int, char *, int, char *, int);\r
11 \r
12 #endif\r