]> Cypherpunks repositories - gostls13.git/commit
syscall : add a field to ProcAttr so that StartProcess can hide the executed applicat...
authorVincent Vanackere <vincent.vanackere@gmail.com>
Thu, 21 Apr 2011 14:12:06 +0000 (00:12 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Thu, 21 Apr 2011 14:12:06 +0000 (00:12 +1000)
commit1f5900451137415011e07efd0943c40701a26dcf
tree4951f9136ba5f85c0c67138c1bf73570cbe05e28
parent22a2f42cefc81dc0296ca3a67a3966b99d032838
syscall : add a field to ProcAttr so that StartProcess can hide the executed application on windows

The SW_HIDE parameter looks like the only way for a windows GUI application to execute a CLI subcommand without having a shell windows appearing.

R=brainman, golang-dev, bradfitzgo, rsc1
CC=golang-dev
https://golang.org/cl/4439055
src/pkg/syscall/exec_windows.go
src/pkg/syscall/ztypes_windows_386.go