X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=service.h;h=496b54a9554c0e34ba5afaaf15d2772747519214;hb=c03d51cbbfe9f4f8a28dbabbfc068573a1842b74;hp=6da55f32950e9b02a8927d55d52eec02e16a65d3;hpb=2994e17c24d8a3d32937a92733ba1ee0f26dc33d;p=nssm.git diff --git a/service.h b/service.h index 6da55f3..496b54a 100644 --- a/service.h +++ b/service.h @@ -53,6 +53,7 @@ typedef struct { TCHAR *env_extra; unsigned long env_extralen; unsigned long priority; + unsigned long no_console; TCHAR stdin_path[PATH_LENGTH]; unsigned long stdin_sharing; unsigned long stdin_disposition; @@ -100,6 +101,7 @@ typedef struct { LARGE_INTEGER throttle_duetime; FILETIME creation_time; FILETIME exit_time; + TCHAR *initial_env; } nssm_service_t; void WINAPI service_main(unsigned long, TCHAR **);