Searched defs:hPipeStdOutR (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControl.h271 RTPIPE hPipeStdOutR; member in struct:VBOXSERVICECTRLPROCESS
/vbox/src/bldprogs/
H A Dscmsubversion.cpp237 RTPIPE hPipeStdOutR = NIL_RTPIPE; local
245 rc = RTPipeCreate(&hPipeStdOutR, &hChildStdOut.u.hPipe, 0 /*fFlags*/);
279 if (hPipeStdOutR != NIL_RTPIPE && RT_SUCCESS(rc))
280 rc = RTPollSetAddPipe(hPollSet, hPipeStdOutR, RTPOLL_EVT_READ | RTPOLL_EVT_ERROR, 1);
314 if (hPipeStdOutR != NIL_RTPIPE)
315 rc = rtProcProcessOutput(rc, &hPipeStdOutR, &cbStdOut, &offStdOut, ppszStdOut, hPollSet, 1);
318 if (hPipeStdOutR == NIL_RTPIPE && hPipeStdErrR == NIL_RTPIPE)
361 rc2 = RTPipeClose(hPipeStdOutR); AssertRC(rc2);

Completed in 45 milliseconds