ReactOS 0.4.16-dev-833-g4bc97ad
|
#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 1567 of file rtltypes.h.
CLIENT_ID _RTL_USER_PROCESS_INFORMATION::ClientId |
Definition at line 1572 of file rtltypes.h.
Referenced by SmpExecuteInitialCommand(), and SmpLoadSubSystem().
SECTION_IMAGE_INFORMATION _RTL_USER_PROCESS_INFORMATION::ImageInformation |
Definition at line 1573 of file rtltypes.h.
Referenced by SmpExecuteImage(), and SmpLoadSubSystem().
ULONG _RTL_USER_PROCESS_INFORMATION::Length |
Definition at line 2109 of file winternl.h.
HANDLE _RTL_USER_PROCESS_INFORMATION::Process |
Definition at line 2110 of file winternl.h.
HANDLE _RTL_USER_PROCESS_INFORMATION::ProcessHandle |
Definition at line 1570 of file rtltypes.h.
Referenced by Phase1InitializationDiscard(), SmExecuteProgram(), SmpExecPgm(), SmpExecuteImage(), SmpExecuteInitialCommand(), SmpLoadSubSystem(), and SmpSbCreateSession().
ULONG _RTL_USER_PROCESS_INFORMATION::Size |
Definition at line 1569 of file rtltypes.h.
Referenced by SmExecuteProgram(), and SmpExecuteImage().
HANDLE _RTL_USER_PROCESS_INFORMATION::Thread |
Definition at line 2111 of file winternl.h.
HANDLE _RTL_USER_PROCESS_INFORMATION::ThreadHandle |
Definition at line 1571 of file rtltypes.h.
Referenced by ExpLoadInitialProcess(), Phase1InitializationDiscard(), SmExecuteProgram(), SmpExecPgm(), SmpExecuteImage(), SmpExecuteInitialCommand(), SmpLoadSubSystem(), and SmpSbCreateSession().