X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=registry.h;h=da3c8b8f70d46b612f2c9f5dd00027c0c0ba3987;hb=c262633514e151f681f4d8234185e2212a959c27;hp=162b8b3c604d22bf28e4e7ed20879e134b12bf0f;hpb=e0f182e26d12875ad2e03f634f5d8eb46f75038b;p=nssm.git diff --git a/registry.h b/registry.h index 162b8b3..da3c8b8 100644 --- a/registry.h +++ b/registry.h @@ -37,8 +37,12 @@ int create_exit_action(TCHAR *, const TCHAR *, bool); int set_environment(TCHAR *, HKEY, TCHAR *, TCHAR **, unsigned long *); int format_environment(TCHAR *, unsigned long, TCHAR **, unsigned long *); int unformat_environment(TCHAR *, unsigned long, TCHAR **, unsigned long *); +int get_string(HKEY, TCHAR *, TCHAR *, unsigned long, bool, bool, bool); +int get_string(HKEY, TCHAR *, TCHAR *, unsigned long, bool); int expand_parameter(HKEY, TCHAR *, TCHAR *, unsigned long, bool, bool); int expand_parameter(HKEY, TCHAR *, TCHAR *, unsigned long, bool); +int set_string(HKEY, TCHAR *, TCHAR *, bool); +int set_string(HKEY, TCHAR *, TCHAR *); int set_expand_string(HKEY, TCHAR *, TCHAR *); int set_number(HKEY, TCHAR *, unsigned long); int get_number(HKEY, TCHAR *, unsigned long *, bool);