|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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 1586 of file rtltypes.h.
| CLIENT_ID _RTL_USER_PROCESS_INFORMATION::ClientId |
Definition at line 1591 of file rtltypes.h.
Referenced by CreateProcessInternalW(), SmpExecuteInitialCommand(), and SmpLoadSubSystem().
| SECTION_IMAGE_INFORMATION _RTL_USER_PROCESS_INFORMATION::ImageInformation |
Definition at line 1592 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 1589 of file rtltypes.h.
Referenced by Phase1InitializationDiscard(), SmExecuteProgram(), SmpExecPgm(), SmpExecuteImage(), SmpExecuteInitialCommand(), SmpLoadSubSystem(), and SmpSbCreateSession().
| ULONG _RTL_USER_PROCESS_INFORMATION::Size |
Definition at line 1588 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 1590 of file rtltypes.h.
Referenced by ExpLoadInitialProcess(), Phase1InitializationDiscard(), SmExecuteProgram(), SmpExecPgm(), SmpExecuteImage(), SmpExecuteInitialCommand(), SmpLoadSubSystem(), and SmpSbCreateSession().