Searched refs:aphStds (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Runtime/r3/win/ |
H A D | process-win.cpp | 1152 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 33 milliseconds