|
ReactOS 0.4.16-dev-2274-gc61d98f
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Functions | |
| VOID WINAPI | RegisterWaitForInputIdle (IN WaitForInputIdleType lpfnRegisterWaitForInputIdle) |
| VOID WINAPI | GetStartupInfoA (IN LPSTARTUPINFOA lpStartupInfo) |
| UINT WINAPI DECLSPEC_HOTPATCH | WinExec (LPCSTR lpCmdLine, UINT uCmdShow) |
Variables | |
| LPSTARTUPINFOA | BaseAnsiStartupInfo = NULL |
| WaitForInputIdleType | UserWaitForInputIdleRoutine |
| #define NDEBUG |
Definition at line 14 of file procansi.c.
| VOID WINAPI GetStartupInfoA | ( | IN LPSTARTUPINFOA | lpStartupInfo | ) |
Definition at line 209 of file procansi.c.
Referenced by doChild(), main(), msvcrt_init_io(), test_Console(), test_DebuggingFlag(), test_file_inherit_child(), test_Startup(), test_startupinfo(), and test_SuspendFlag().
| VOID WINAPI RegisterWaitForInputIdle | ( | IN WaitForInputIdleType | lpfnRegisterWaitForInputIdle | ) |
Definition at line 29 of file procansi.c.
| UINT WINAPI DECLSPEC_HOTPATCH WinExec | ( | LPCSTR | lpCmdLine, |
| UINT | uCmdShow | ||
| ) |
Definition at line 355 of file procansi.c.
Referenced by DefWndHandleSysCommand(), RunBatch(), RunBookmarkEditor(), ScreenSaverPageProc(), ShowFolderOptionsDialog(), and WinHelpA().
| LPSTARTUPINFOA BaseAnsiStartupInfo = NULL |
Definition at line 19 of file procansi.c.
Referenced by GetStartupInfoA().
| WaitForInputIdleType UserWaitForInputIdleRoutine |
Definition at line 20 of file procansi.c.
Referenced by LoadModule(), RegisterWaitForInputIdle(), and WinExec().