Searched refs:start_info (Results 1 – 4 of 4) sorted by relevance
325 STARTUPINFO start_info = {}; in GetAppOutput() local327 start_info.cb = sizeof(STARTUPINFO); in GetAppOutput()328 start_info.hStdOutput = out_write; in GetAppOutput()330 start_info.hStdInput = GetStdHandle(STD_INPUT_HANDLE); in GetAppOutput()331 start_info.hStdError = GetStdHandle(STD_ERROR_HANDLE); in GetAppOutput()332 start_info.dwFlags |= STARTF_USESTDHANDLES; in GetAppOutput()340 0, NULL, NULL, &start_info, &temp_process_info)) { in GetAppOutput()
88 STARTUPINFO start_info = {}; in ExecProcess() local90 start_info.cb = sizeof(STARTUPINFO); in ExecProcess()91 start_info.hStdOutput = out_write; in ExecProcess()93 start_info.hStdInput = GetStdHandle(STD_INPUT_HANDLE); in ExecProcess()96 start_info.hStdError = GetStdHandle(STD_ERROR_HANDLE); in ExecProcess()97 start_info.dwFlags |= STARTF_USESTDHANDLES; in ExecProcess()107 &start_info, &temp_process_info)) { in ExecProcess()
158 static void* MainThreadThunk(void *start_info);
1259 STARTUPINFOA start_info = {0}; in main() local1260 start_info.cb = sizeof(start_info); in main()1270 &start_info, in main()