Home | History | Annotate | Download | only in src

Lines Matching refs:startup

148     STARTUPINFO           startup;

153 ZeroMemory(&startup, sizeof(startup));
154 startup.cb = sizeof(startup);
155 startup.dwFlags = STARTF_USESHOWWINDOW;
156 startup.wShowWindow = SW_SHOWDEFAULT;
167 &startup, /* startup info, i.e. std handles */
182 STARTUPINFO startup;
187 ZeroMemory(&startup, sizeof(startup));
188 startup.cb = sizeof(startup);
189 startup.dwFlags = STARTF_USESHOWWINDOW;
190 startup.wShowWindow = SW_HIDE | SW_MINIMIZE;
201 &startup, /* startup info, i.e. std handles */