|
ReactOS 0.4.17-dev-934-g091855f
|
#include <rtltypes.h>

Public Attributes | |
| ULONG | Size |
| HANDLE | ProcessHandle |
| HANDLE | ThreadHandle |
| CLIENT_ID | ClientId |
| SECTION_IMAGE_INFORMATION | ImageInformation |
| ULONG | Length |
| HANDLE | Process |
| HANDLE | Thread |
Definition at line 1614 of file rtltypes.h.
| CLIENT_ID _RTL_USER_PROCESS_INFORMATION::ClientId |
Definition at line 1619 of file rtltypes.h.
Referenced by CreateProcessInternalW(), SmpExecuteInitialCommand(), and SmpLoadSubSystem().
| SECTION_IMAGE_INFORMATION _RTL_USER_PROCESS_INFORMATION::ImageInformation |
Definition at line 1620 of file rtltypes.h.
Referenced by SmpExecuteImage(), and SmpLoadSubSystem().
| ULONG _RTL_USER_PROCESS_INFORMATION::Length |
Definition at line 3717 of file winternl.h.
| HANDLE _RTL_USER_PROCESS_INFORMATION::Process |
Definition at line 3718 of file winternl.h.
Referenced by CreateProcessInternalW().
| HANDLE _RTL_USER_PROCESS_INFORMATION::ProcessHandle |
Definition at line 1617 of file rtltypes.h.
Referenced by Phase1InitializationDiscard(), SmExecuteProgram(), SmpExecPgm(), SmpExecuteImage(), SmpExecuteInitialCommand(), SmpLoadSubSystem(), and SmpSbCreateSession().
| ULONG _RTL_USER_PROCESS_INFORMATION::Size |
Definition at line 1616 of file rtltypes.h.
Referenced by SmExecuteProgram(), and SmpExecuteImage().
| HANDLE _RTL_USER_PROCESS_INFORMATION::Thread |
Definition at line 3719 of file winternl.h.
Referenced by CreateProcessInternalW().
| HANDLE _RTL_USER_PROCESS_INFORMATION::ThreadHandle |
Definition at line 1618 of file rtltypes.h.
Referenced by ExpLoadInitialProcess(), Phase1InitializationDiscard(), SmExecuteProgram(), SmpExecPgm(), SmpExecuteImage(), SmpExecuteInitialCommand(), SmpLoadSubSystem(), and SmpSbCreateSession().