Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dclient.cpp214 HANDLE hSubRead; in RunCommandWin32() local
223 !CreatePipe(&hSubRead, &hParentWrite, &sa, 0) || in RunCommandWin32()
234 si.hStdInput = hSubRead; in RunCommandWin32()
256 CloseHandle(hSubRead); in RunCommandWin32()