Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dclient.cpp212 HANDLE hSubRead; in RunCommandWin32() local
221 !CreatePipe(&hSubRead, &hParentWrite, &sa, 0) || in RunCommandWin32()
232 si.hStdInput = hSubRead; in RunCommandWin32()
254 CloseHandle(hSubRead); in RunCommandWin32()