/reactos/base/applications/msconfig/ |
H A D | toolspage.c | 66 STARTUPINFO si; in ToolsPageWndProc() 120 ZeroMemory(&si, sizeof(STARTUPINFO)); in ToolsPageWndProc() 121 si.cb = sizeof(STARTUPINFO); in ToolsPageWndProc() 172 ZeroMemory(&si, sizeof(STARTUPINFO)); in ToolsPageWndProc() 173 si.cb = sizeof(STARTUPINFO); in ToolsPageWndProc()
|
/reactos/sdk/lib/crt/stdio/ |
H A D | popen.c | 46 STARTUPINFO StartupInfo; in _tpopen() 89 memset(&StartupInfo, 0, sizeof(STARTUPINFO)); in _tpopen() 90 StartupInfo.cb = sizeof(STARTUPINFO); in _tpopen()
|
/reactos/modules/rosapps/applications/devutils/gdb2/ |
H A D | gdb2.cpp | 178 STARTUPINFO si; in PrepAndLaunchRedirectedChild() 182 ZeroMemory(&si,sizeof(STARTUPINFO)); in PrepAndLaunchRedirectedChild() 183 si.cb = sizeof(STARTUPINFO); in PrepAndLaunchRedirectedChild()
|
/reactos/base/shell/cmd/ |
H A D | start.c | 50 STARTUPINFO stui; in cmd_start() 262 memset (&stui, 0, sizeof (STARTUPINFO)); in cmd_start() 263 stui.cb = sizeof (STARTUPINFO); in cmd_start()
|
H A D | cmd.c | 433 STARTUPINFO stui; in Execute() 663 STARTUPINFO stui; in ExecuteAsync() 680 stui.cb = sizeof(STARTUPINFO); in ExecuteAsync()
|
/reactos/modules/rostests/winetests/GUI/ |
H A D | mainwnd.c | 70 STARTUPINFO si; in CreateClientProcess() 102 ZeroMemory(&si, sizeof(STARTUPINFO)); in CreateClientProcess() 103 si.cb = sizeof(STARTUPINFO); in CreateClientProcess()
|
/reactos/base/applications/network/telnet/src/ |
H A D | tnmisc.cpp | 9 STARTUPINFO si; in CreateHiddenConsoleProcess() 88 STARTUPINFO si; in SpawnProcess()
|
/reactos/modules/rostests/apitests/kernel32/ |
H A D | CreateProcess.c | 17 STARTUPINFO si = {0}; in START_TEST()
|
/reactos/modules/rostests/tests/p_dup_handle/ |
H A D | p_dup_handle.c | 34 STARTUPINFO si; in main()
|
/reactos/base/services/telnetd/ |
H A D | telnetd.c | 367 STARTUPINFO si; in RunShell() 406 ZeroMemory( &si, sizeof(STARTUPINFO) ); in RunShell() 407 si.cb = sizeof(STARTUPINFO); in RunShell()
|
/reactos/sdk/lib/crt/startup/ |
H A D | crtexe.c | 206 STARTUPINFO StartupInfo; in __tmainCRTStartup() 208 memset (&StartupInfo, 0, sizeof (STARTUPINFO)); in __tmainCRTStartup()
|
/reactos/modules/rostests/tests/map_dup_inherit/ |
H A D | map_dup_inherit.c | 76 STARTUPINFO si; in main()
|
/reactos/dll/cpl/desk/ |
H A D | screensaver.c | 182 STARTUPINFO si; in SetScreenSaverPreviewBox() 270 STARTUPINFO si; in ScreenSaverConfig() 322 STARTUPINFO si; in ScreenSaverPreview()
|
/reactos/modules/rostests/apitests/user32/ |
H A D | LoadImage.c | 52 STARTUPINFO si; in START_TEST()
|
/reactos/modules/rosapps/applications/cmdutils/appwiz/ |
H A D | appwiz.c | 53 STARTUPINFO si; in CallUninstall()
|
/reactos/base/applications/setup16/ |
H A D | main.c | 82 STARTUPINFO startupInfo; in wWinMain()
|
/reactos/base/applications/ctfmon/ |
H A D | ctfmon.cpp | 177 STARTUPINFO si = { sizeof(si) }; in CheckX64System()
|
/reactos/dll/win32/msctf/ |
H A D | utils.cpp | 199 STARTUPINFO si; in FullPathExec()
|
/reactos/base/system/userinit/ |
H A D | userinit.c | 189 STARTUPINFO si; in StartProcess()
|
/reactos/drivers/filesystems/udfs/Include/ |
H A D | user_lib.cpp | 826 STARTUPINFO proc_startup_info; in LauncherRoutine2()
|
/reactos/sdk/lib/crt/process/ |
H A D | process.c | 198 STARTUPINFO StartupInfo = {0}; in do_spawnT()
|
/reactos/modules/rostests/winetests/winetest/ |
H A D | main.c | 309 STARTUPINFO si; in run_ex()
|
/reactos/base/applications/network/ftp/ |
H A D | cmds.c | 1290 STARTUPINFO StartupInfo; in shell()
|
/reactos/sdk/include/psdk/ |
H A D | winbase.h | 3535 typedef STARTUPINFOW STARTUPINFO,*LPSTARTUPINFO; typedef 3744 typedef STARTUPINFOA STARTUPINFO,*LPSTARTUPINFO; typedef
|