|
ReactOS 0.4.16-dev-2206-gc56950d
|
#include <processthreadsapi.h>

Definition at line 36 of file processthreadsapi.h.
| DWORD _STARTUPINFOW::cb |
Definition at line 38 of file processthreadsapi.h.
Referenced by _wsystem(), alloc_console(), common_popen_nolock(), doChild(), execute_command(), CPipedProcess::InitStartupInfo(), InstallDevice(), InstallLiveCD(), RunControlPanelApplet(), RunCurrentJobs(), RunSetupThreadProc(), ScmStartUserModeService(), SeclCreateProcessWithLogonW(), StartChild(), StartLsass(), StartScreenSaver(), StartServicesManager(), 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 _wsystem(), alloc_console(), common_popen_nolock(), CreateProcessInternalW(), doChild(), CPipedProcess::InitStartupInfo(), RunCurrentJobs(), RunSetupThreadProc(), ScmStartUserModeService(), StartChild(), StartLsass(), StartScreenSaver(), StartServicesManager(), test_startupinfo(), and WlxStartApplication().
| DWORD _STARTUPINFOW::dwX |
Definition at line 42 of file processthreadsapi.h.
Referenced by doChild(), and test_startupinfo().
| 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(), doChild(), and CPipedProcess::InitStartupInfo().
| HANDLE _STARTUPINFOW::hStdInput |
Definition at line 53 of file processthreadsapi.h.
Referenced by common_popen_nolock(), doChild(), CPipedProcess::InitStartupInfo(), and test_startupinfo().
| HANDLE _STARTUPINFOW::hStdOutput |
Definition at line 54 of file processthreadsapi.h.
Referenced by common_popen_nolock(), 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 _wsystem(), alloc_console(), doChild(), RunCurrentJobs(), and WlxStartApplication().