Home | History | Annotate | Download | only in src

Lines Matching refs:startup

86     STARTUPINFO           startup;

114 ZeroMemory(&startup, sizeof(startup));
115 startup.cb = sizeof(startup);
116 startup.dwFlags = STARTF_USESHOWWINDOW | STARTF_USESTDHANDLES;
117 startup.wShowWindow = SW_HIDE | SW_MINIMIZE;
119 startup.hStdError = stdoutPipeWt;
120 startup.hStdOutput = stdoutPipeWt;
121 startup.hStdInput = GetStdHandle(STD_INPUT_HANDLE);
132 &startup, // startup info, i.e. std handles