X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=service.h;h=a7914a1b05bc67ec189ea5e888fe2641d238f917;hb=73dbba7a2e6150dea8f58dd2c25ab914a0636308;hp=ca06a2e7b33af3974d5717f76780b61eff3f2aef;hpb=4d0f8abd0f891348080589ffacd1b9f1fd3faf41;p=nssm.git diff --git a/service.h b/service.h index ca06a2e..a7914a1 100644 --- a/service.h +++ b/service.h @@ -90,7 +90,10 @@ void set_nssm_service_defaults(nssm_service_t *); void cleanup_nssm_service(nssm_service_t *); SC_HANDLE open_service_manager(); QUERY_SERVICE_CONFIG *query_service_config(const TCHAR *, SC_HANDLE); +int set_service_description(const TCHAR *, SC_HANDLE, TCHAR *); +int get_service_description(const TCHAR *, SC_HANDLE, unsigned long, TCHAR *); int get_service_startup(const TCHAR *, SC_HANDLE, const QUERY_SERVICE_CONFIG *, unsigned long *); +int get_service_username(const TCHAR *, const QUERY_SERVICE_CONFIG *, TCHAR **, size_t *); int pre_install_service(int, TCHAR **); int pre_remove_service(int, TCHAR **); int pre_edit_service(int, TCHAR **);