Home | History | Annotate | Download | only in adb

Lines Matching full:startup

680     STARTUPINFOW    startup;
681 ZeroMemory( &startup, sizeof(startup) );
682 startup.cb = sizeof(startup);
683 startup.hStdInput = nul_read.get();
684 startup.hStdOutput = stdout_write.get();
685 startup.hStdError = stderr_write.get();
686 startup.dwFlags = STARTF_USESTDHANDLES;
730 &startup, /* startup info, i.e. std handles */