Lines Matching defs:process
455 /* 64bit process, so look in native registry */
459 /* 32bit process, so check that we're on 64bit OS */
503 /* If we are a 64bit process, first hit the 32bit keys. */
508 /* If we are a 32bit process on a 64bit Windows, first hit the 64bit keys.*/
516 /* now hit the "native" key for this process bittedness. */
730 HANDLE process = GetCurrentProcess();
734 ok = DuplicateHandle(process, in, process, pout, 0, TRUE,
771 directly, that cursor remains even after the child process does these
814 error(RC_CREATE_PROCESS, L"Unable to create process using '%ls'", cmdline);
820 error(RC_CREATE_PROCESS, L"Failed to get exit code of process");
821 debug(L"child process exit code: %d\n", rc);
1298 * and we spawn a child process, this never returns. If it
1299 * does return then we process the args "normally".
1536 /* If we are a 32bit process on a 64bit Windows, first hit the 64bit keys. */
1717 process(int argc, wchar_t ** argv)
1868 * process, that process will believe it is running in the venv
2034 return process(__argc, __wargv);
2041 return process(argc, argv);