Searched defs:siStartInfo (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
H A Dposixmodule.c5364 STARTUPINFO siStartInfo; local
5482 ZeroMemory(&siStartInfo, sizeof(STARTUPINFO));
5483 siStartInfo.cb = sizeof(STARTUPINFO);
5484 siStartInfo.dwFlags = STARTF_USESTDHANDLES | STARTF_USESHOWWINDOW;
5485 siStartInfo.hStdInput = hStdin;
5486 siStartInfo.hStdOutput = hStdout;
5487 siStartInfo.hStdError = hStderr;
5488 siStartInfo.wShowWindow = SW_HIDE;
5498 &siStartInfo,

Completed in 87 milliseconds