Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dclient.cpp211 HANDLE hSubWrite; in RunCommandWin32() local
222 if (!CreatePipe(&hParentRead, &hSubWrite, &sa, 0) || in RunCommandWin32()
232 si.hStdError = hSubWrite; in RunCommandWin32()
233 si.hStdOutput = hSubWrite; in RunCommandWin32()
250 CloseHandle(hSubWrite); in RunCommandWin32()