Documentation
¶
Rendered for windows/amd64
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClosePipes ¶
func ClosePipes(stdInRead, stdInWrite, stdOutRead, stdOutWrite, stdErrRead, stdErrWrite windows.Handle) (err error)
ClosePipes closes the handle for all the passed in STDIN, STDOUT, and STDERR read and write handles
func CreateAnonymousPipes ¶
func CreateAnonymousPipes() (stdInRead, stdInWrite, stdOutRead, stdOutWrite, stdErrRead, stdErrWrite windows.Handle, err error)
CreateAnonymousPipes creates and returns a handle for STDIN, STDOUT, and STDERR
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.