FreeRDP/winpr
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
..
include winpr/handle: define WINPR_FD_ on all platforms 2015-07-14 12:21:24 +02:00
libwinpr CreateProcess: add stdin/out/err redirection 2015-08-28 10:41:23 +02:00
test winpr: fixed HRESULT & SCODE types, added a ctest 2015-06-02 19:52:52 +02:00
tools x509_get_default_name tries to get FQDN before hostname now. 2015-08-25 17:44:03 +02:00
.gitignore libwinpr-registry: start implementation 2012-06-05 18:56:31 -04:00
CMakeLists.txt winpr: add intrin.h 2015-05-26 16:41:29 +02:00
WinPRConfig.cmake.in cmake: export to different directory, export more build info 2013-10-29 15:16:44 -04:00