FreeRDP/winpr/libwinpr/thread/test
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
..
.gitignore libwinpr-thread: start implementing CommandLineToArgv 2013-09-21 17:16:49 -04:00
CMakeLists.txt winpr-thread: 2015-05-22 18:28:10 +02:00
TestThreadCommandLineToArgv.c libwinpr-thread: initial CreateProcess() implementation 2013-09-22 17:23:00 -04:00
TestThreadCreateProcess.c CreateProcess: add stdin/out/err redirection 2015-08-28 10:41:23 +02:00
TestThreadExitThread.c winpr/thread: fix test compilation on windows 2015-06-22 19:09:59 +02:00