Home | History | Annotate | Download | only in source

Lines Matching refs:startup

63     STARTUPINFO           startup;

68 ZeroMemory(&startup, sizeof(startup));
69 startup.cb = sizeof(startup);
70 startup.dwFlags = STARTF_USESHOWWINDOW;
71 startup.wShowWindow = SW_SHOWDEFAULT;
82 &startup, /* startup info, i.e. std handles */
97 STARTUPINFO startup;
102 ZeroMemory(&startup, sizeof(startup));
103 startup.cb = sizeof(startup);
104 startup.dwFlags = STARTF_USESHOWWINDOW;
105 startup.wShowWindow = SW_HIDE|SW_MINIMIZE;
116 &startup, /* startup info, i.e. std handles */