Bernhard Miklautz 72f13aeacb CreateProcess: add stdin/out/err redirection
When launching a new process stdin/stdout/stderr can be redirected by
passing the corresponding HANDLEs in the passed lpStartupInfo structure.
This is required for example if a pipe should be used as stdin/stdout.

If set in lpStartupInfo the file descriptor of the passed handle is
now used. The test was updated accordingly.
2015-08-28 10:41:23 +02:00
..
2015-05-11 09:07:39 +02:00
2014-07-10 11:10:58 +02:00
2012-09-18 15:51:33 -04:00
2015-05-27 18:24:56 +02:00