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 00acb42 commit 3ec8799Copy full SHA for 3ec8799
src/syscall/exec_windows.go
@@ -241,7 +241,7 @@ type SysProcAttr struct {
241
Token Token // if set, runs new process in the security context represented by the token
242
ProcessAttributes *SecurityAttributes // if set, applies these security attributes as the descriptor for the new process
243
ThreadAttributes *SecurityAttributes // if set, applies these security attributes as the descriptor for the main thread of the new process
244
- DontInheritHandles bool
+ DontInheritHandles bool // if set, each inheritable handle in the calling process is not inherited by the new process
245
}
246
247
var zeroProcAttr ProcAttr
0 commit comments