|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <processthreadsapi.h>

Definition at line 36 of file processthreadsapi.h.
| DWORD _STARTUPINFOW::cb |
Definition at line 38 of file processthreadsapi.h.
Referenced by _tWinMain(), _wsystem(), alloc_console(), AudioDlgProc(), common_popen_nolock(), create_pseudo_console(), doChild(), execute_command(), CPipedProcess::InitStartupInfo(), install_wine_gecko(), InstallDevice(), InstallLiveCD(), CNetConnectionPropertyUi::LANPropertiesUIDlg(), launch_exe(), LaunchProcess(), CNewMenu::NewItemByCommand(), ProcessPage_OnDebug(), restart_as_admin_elevated(), run_winemenubuilder(), runCmd(), RunControlPanelApplet(), RunCurrentJobs(), runscriptfile(), RunSetupThreadProc(), ScmStartUserModeService(), SeclCreateProcessWithLogonW(), StartApplication(), StartChild(), StartLsass(), StartProcess(), StartScreenSaver(), StartServicesManager(), Test_CommandLine(), UnhandledExceptionFilter(), WlxStartApplication(), and wWinMain().
| WORD _STARTUPINFOW::cbReserved2 |
Definition at line 51 of file processthreadsapi.h.
Referenced by execute_command(), initialize_inherited_file_handles_nolock(), RunSetupThreadProc(), StartLsass(), and StartServicesManager().
| DWORD _STARTUPINFOW::dwFillAttribute |
Definition at line 48 of file processthreadsapi.h.
Referenced by alloc_console(), and doChild().
| DWORD _STARTUPINFOW::dwFlags |
Definition at line 49 of file processthreadsapi.h.
Referenced by _tWinMain(), _wsystem(), alloc_console(), AttachConsole(), AudioDlgProc(), common_popen_nolock(), create_pseudo_console(), CreateProcessInternalW(), doChild(), CPipedProcess::InitStartupInfo(), LaunchProcess(), runCmd(), RunCurrentJobs(), RunSetupThreadProc(), ScmStartUserModeService(), StartApplication(), StartChild(), StartLsass(), StartProcess(), StartScreenSaver(), StartServicesManager(), and WlxStartApplication().
| DWORD _STARTUPINFOW::dwX |
Definition at line 42 of file processthreadsapi.h.
Referenced by doChild().
| DWORD _STARTUPINFOW::dwXCountChars |
Definition at line 46 of file processthreadsapi.h.
Referenced by alloc_console(), and doChild().
| DWORD _STARTUPINFOW::dwXSize |
Definition at line 44 of file processthreadsapi.h.
Referenced by doChild().
| DWORD _STARTUPINFOW::dwY |
Definition at line 43 of file processthreadsapi.h.
Referenced by doChild().
| DWORD _STARTUPINFOW::dwYCountChars |
Definition at line 47 of file processthreadsapi.h.
Referenced by alloc_console(), and doChild().
| DWORD _STARTUPINFOW::dwYSize |
Definition at line 45 of file processthreadsapi.h.
Referenced by doChild().
| HANDLE _STARTUPINFOW::hStdError |
Definition at line 55 of file processthreadsapi.h.
Referenced by common_popen_nolock(), create_pseudo_console(), doChild(), and CPipedProcess::InitStartupInfo().
| HANDLE _STARTUPINFOW::hStdInput |
Definition at line 53 of file processthreadsapi.h.
Referenced by common_popen_nolock(), create_pseudo_console(), doChild(), and CPipedProcess::InitStartupInfo().
| HANDLE _STARTUPINFOW::hStdOutput |
Definition at line 54 of file processthreadsapi.h.
Referenced by common_popen_nolock(), create_pseudo_console(), doChild(), and CPipedProcess::InitStartupInfo().
| LPWSTR _STARTUPINFOW::lpDesktop |
Definition at line 40 of file processthreadsapi.h.
Referenced by CreateProcessInternalA(), CreateProcessInternalW(), doChild(), RunCurrentJobs(), RunSetupThreadProc(), ScmStartUserModeService(), StartLsass(), StartScreenSaver(), StartServicesManager(), UnhandledExceptionFilter(), and WlxStartApplication().
| LPWSTR _STARTUPINFOW::lpReserved |
Definition at line 39 of file processthreadsapi.h.
Referenced by CreateProcessInternalA(), RunSetupThreadProc(), StartLsass(), and StartServicesManager().
| PBYTE _STARTUPINFOW::lpReserved2 |
Definition at line 52 of file processthreadsapi.h.
Referenced by execute_command(), initialize_inherited_file_handles_nolock(), RunSetupThreadProc(), StartLsass(), and StartServicesManager().
| LPWSTR _STARTUPINFOW::lpTitle |
Definition at line 41 of file processthreadsapi.h.
Referenced by alloc_console(), CreateProcessInternalA(), doChild(), RunCurrentJobs(), RunSetupThreadProc(), StartLsass(), StartServicesManager(), and WlxStartApplication().
| WORD _STARTUPINFOW::wShowWindow |
Definition at line 50 of file processthreadsapi.h.
Referenced by _tWinMain(), _wsystem(), alloc_console(), AudioDlgProc(), doChild(), LaunchProcess(), runCmd(), RunCurrentJobs(), StartApplication(), StartProcess(), and WlxStartApplication().