We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c73a91 commit 611bc2dCopy full SHA for 611bc2d
windows/svc/mgr/config.go
@@ -46,7 +46,7 @@ type Config struct {
46
Password string
47
Description string
48
SidType uint32 // one of SERVICE_SID_TYPE, the type of sid to use for the service
49
- DelayedAutoStart uint32
+ DelayedAutoStart uint32 // one of SERVICE_CONFIG_DELAYED_AUTO_START_INFO service startup type
50
}
51
52
func toString(p *uint16) string {
0 commit comments