Lines Matching refs:aphStds
1152 HANDLE *aphStds[3] = { &StartupInfo.hStdInput, &StartupInfo.hStdOutput, &StartupInfo.hStdError };
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[i], HANDLE_FLAG_INHERIT, 0))
1312 AssertMsgFailed(("%Rrc %p\n", RTErrConvertFromWin32(GetLastError()), *aphStds[i]));