Update config.go

This commit is contained in:
utkarsh-extc
2019-07-26 15:49:29 +05:30
committed by GitHub
parent 0c73a916fa
commit 611bc2deb4

View File

@@ -46,7 +46,7 @@ type Config struct {
Password string
Description string
SidType uint32 // one of SERVICE_SID_TYPE, the type of sid to use for the service
DelayedAutoStart uint32
DelayedAutoStart uint32 // one of SERVICE_CONFIG_DELAYED_AUTO_START_INFO service startup type
}
func toString(p *uint16) string {