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

/vbox/src/VBox/Runtime/r3/win/
H A Dprocess-win.cpp1152 HANDLE *aphStds[3] = { &StartupInfo.hStdInput, &StartupInfo.hStdOutput, &StartupInfo.hStdError }; local
1162 *aphStds[i] = paHandles[i]->u.hFile != NIL_RTFILE
1168 *aphStds[i] = paHandles[i]->u.hPipe != NIL_RTPIPE
1174 *aphStds[i] = paHandles[i]->u.hSocket != NIL_RTSOCKET
1184 if (*aphStds[i] != INVALID_HANDLE_VALUE)
1186 if (!GetHandleInformation(*aphStds[i], &afInhStds[i]))
1189 AssertMsgFailedReturn(("%Rrc %p\n", rc, *aphStds[i]), rc);
1203 if (!SetHandleInformation(*aphStds[i], HANDLE_FLAG_INHERIT, HANDLE_FLAG_INHERIT))
1206 AssertMsgFailedBreak(("%Rrc %p\n", rc, *aphStds[i]));
1311 if (!SetHandleInformation(*aphStds[
[all...]

Completed in 46 milliseconds