From 7e62a73d66c49d3fb9201552f44bd712b04406e0 Mon Sep 17 00:00:00 2001 From: utkarsh-extc <53217283+utkarsh-extc@users.noreply.github.com> Date: Tue, 23 Jul 2019 15:36:41 +0530 Subject: [PATCH] add support for delayed automatic start --- windows/service.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/windows/service.go b/windows/service.go index 03383f1d..847e00bc 100644 --- a/windows/service.go +++ b/windows/service.go @@ -159,6 +159,10 @@ type SERVICE_DESCRIPTION struct { Description *uint16 } +type SERVICE_DELAYED_AUTO_START_INFO struct { + IsDelayedAutoStartUp uint32 +} + type SERVICE_STATUS_PROCESS struct { ServiceType uint32 CurrentState uint32