Home | History | Annotate | Download | only in source

Lines Matching refs:startup

73     STARTUPINFO           startup;
80 ZeroMemory(&startup, sizeof(startup));
81 startup.cb = sizeof(startup);
82 startup.dwFlags = STARTF_USESHOWWINDOW;
83 startup.wShowWindow = SW_HIDE|SW_MINIMIZE;
113 &startup, /* startup info, i.e. std handles */
130 &startup, /* startup info, i.e. std handles */