Home
last modified time | relevance | path

Searched refs:STARTUPINFO (Results 1 – 24 of 24) sorted by relevance

/reactos/base/applications/msconfig/
H A Dtoolspage.c66 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 Dpopen.c46 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 Dgdb2.cpp178 STARTUPINFO si; in PrepAndLaunchRedirectedChild()
182 ZeroMemory(&si,sizeof(STARTUPINFO)); in PrepAndLaunchRedirectedChild()
183 si.cb = sizeof(STARTUPINFO); in PrepAndLaunchRedirectedChild()
/reactos/base/shell/cmd/
H A Dstart.c50 STARTUPINFO stui; in cmd_start()
262 memset (&stui, 0, sizeof (STARTUPINFO)); in cmd_start()
263 stui.cb = sizeof (STARTUPINFO); in cmd_start()
H A Dcmd.c433 STARTUPINFO stui; in Execute()
663 STARTUPINFO stui; in ExecuteAsync()
680 stui.cb = sizeof(STARTUPINFO); in ExecuteAsync()
/reactos/modules/rostests/winetests/GUI/
H A Dmainwnd.c70 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 Dtnmisc.cpp9 STARTUPINFO si; in CreateHiddenConsoleProcess()
88 STARTUPINFO si; in SpawnProcess()
/reactos/modules/rostests/apitests/kernel32/
H A DCreateProcess.c17 STARTUPINFO si = {0}; in START_TEST()
/reactos/modules/rostests/tests/p_dup_handle/
H A Dp_dup_handle.c34 STARTUPINFO si; in main()
/reactos/base/services/telnetd/
H A Dtelnetd.c367 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 Dcrtexe.c206 STARTUPINFO StartupInfo; in __tmainCRTStartup()
208 memset (&StartupInfo, 0, sizeof (STARTUPINFO)); in __tmainCRTStartup()
/reactos/modules/rostests/tests/map_dup_inherit/
H A Dmap_dup_inherit.c76 STARTUPINFO si; in main()
/reactos/dll/cpl/desk/
H A Dscreensaver.c182 STARTUPINFO si; in SetScreenSaverPreviewBox()
270 STARTUPINFO si; in ScreenSaverConfig()
322 STARTUPINFO si; in ScreenSaverPreview()
/reactos/modules/rostests/apitests/user32/
H A DLoadImage.c52 STARTUPINFO si; in START_TEST()
/reactos/modules/rosapps/applications/cmdutils/appwiz/
H A Dappwiz.c53 STARTUPINFO si; in CallUninstall()
/reactos/base/applications/setup16/
H A Dmain.c82 STARTUPINFO startupInfo; in wWinMain()
/reactos/base/applications/ctfmon/
H A Dctfmon.cpp177 STARTUPINFO si = { sizeof(si) }; in CheckX64System()
/reactos/dll/win32/msctf/
H A Dutils.cpp199 STARTUPINFO si; in FullPathExec()
/reactos/base/system/userinit/
H A Duserinit.c189 STARTUPINFO si; in StartProcess()
/reactos/drivers/filesystems/udfs/Include/
H A Duser_lib.cpp826 STARTUPINFO proc_startup_info; in LauncherRoutine2()
/reactos/sdk/lib/crt/process/
H A Dprocess.c198 STARTUPINFO StartupInfo = {0}; in do_spawnT()
/reactos/modules/rostests/winetests/winetest/
H A Dmain.c309 STARTUPINFO si; in run_ex()
/reactos/base/applications/network/ftp/
H A Dcmds.c1290 STARTUPINFO StartupInfo; in shell()
/reactos/sdk/include/psdk/
H A Dwinbase.h3535 typedef STARTUPINFOW STARTUPINFO,*LPSTARTUPINFO; typedef
3744 typedef STARTUPINFOA STARTUPINFO,*LPSTARTUPINFO; typedef