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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControl.h274 RTPIPE hPipeStdErrR; member in struct:VBOXSERVICECTRLPROCESS
/vbox/src/bldprogs/
H A Dscmsubversion.cpp255 RTPIPE hPipeStdErrR = NIL_RTPIPE; local
263 rc = RTPipeCreate(&hPipeStdErrR, &hChildStdErr.u.hPipe, 0 /*fFlags*/);
281 if (hPipeStdErrR != NIL_RTPIPE)
282 rc = RTPollSetAddPipe(hPollSet, hPipeStdErrR, RTPOLL_EVT_READ | RTPOLL_EVT_ERROR, 2);
316 if (hPipeStdErrR != NIL_RTPIPE)
317 rc = rtProcProcessOutput(rc, &hPipeStdErrR, &cbStdErr, &offStdErr, ppszStdErr, hPollSet, 2);
318 if (hPipeStdOutR == NIL_RTPIPE && hPipeStdErrR == NIL_RTPIPE)
360 rc2 = RTPipeClose(hPipeStdErrR); AssertRC(rc2);

Completed in 52 milliseconds