Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dclient.cpp209 HANDLE hSubWrite; in RunCommandWin32() local
220 if (!CreatePipe(&hParentRead, &hSubWrite, &sa, 0) || in RunCommandWin32()
230 si.hStdError = hSubWrite; in RunCommandWin32()
231 si.hStdOutput = hSubWrite; in RunCommandWin32()
248 CloseHandle(hSubWrite); in RunCommandWin32()