Added nssm_exe().
[nssm.git] / registry.h
index 394a49f..d8018ac 100644 (file)
@@ -25,6 +25,7 @@
 #define NSSM_REG_STDIO_DISPOSITION _T("CreationDisposition")\r
 #define NSSM_REG_STDIO_FLAGS _T("FlagsAndAttributes")\r
 #define NSSM_REG_STDIO_COPY_AND_TRUNCATE _T("CopyAndTruncate")\r
+#define NSSM_REG_HOOK_SHARE_OUTPUT_HANDLES _T("AppRedirectHook")\r
 #define NSSM_REG_ROTATE _T("AppRotateFiles")\r
 #define NSSM_REG_ROTATE_ONLINE _T("AppRotateOnline")\r
 #define NSSM_REG_ROTATE_SECONDS _T("AppRotateSeconds")\r
@@ -38,6 +39,7 @@
 #define NSSM_STDIO_LENGTH 29\r
 \r
 HKEY open_service_registry(const TCHAR *, REGSAM sam, bool);\r
+long open_registry(const TCHAR *, const TCHAR *, REGSAM sam, HKEY *, bool);\r
 HKEY open_registry(const TCHAR *, const TCHAR *, REGSAM sam, bool);\r
 HKEY open_registry(const TCHAR *, const TCHAR *, REGSAM sam);\r
 HKEY open_registry(const TCHAR *, REGSAM sam);\r