Home
last modified time | relevance | path

Searched refs:hChildStdOutWr (Results 1 – 2 of 2) sorted by relevance

/dports/cad/ldview/ldview-4.4/Launcher/
H A DLauncher.cpp57 HANDLE hChildStdOutWr; in launchExe() local
62 if (!CreatePipe(&hChildStdOutRd, &hChildStdOutWr, &sa, 0)) in launchExe()
119 startupInfo.hStdOutput = hChildStdOutWr; in launchExe()
130 CloseHandle(hChildStdOutWr); in launchExe()
199 CloseHandle(hChildStdOutWr); in launchExe()
/dports/cad/nvc/nvc-r1.5.3/test/
H A Drun_regr.c142 HANDLE hChildStdOutRd, hChildStdOutWr; in win32_run_cmd() local
143 if (!CreatePipe(&hChildStdOutRd, &hChildStdOutWr, &saAttr, 0)) in win32_run_cmd()
163 siStartInfo.hStdError = hChildStdOutWr; in win32_run_cmd()
164 siStartInfo.hStdOutput = hChildStdOutWr; in win32_run_cmd()
171 CloseHandle(hChildStdOutWr); in win32_run_cmd()