ReactOS
0.4.15-dev-4569-g032c50f
|
#include <csrsrv.h>
CLIENT_ID _CSR_PROCESS::ClientId |
Definition at line 38 of file csrsrv.h.
Referenced by CsrInitializeProcessStructure(), GuiConsoleShowConsoleProperties(), and SetConWndConsoleLeaderCID().
HANDLE _CSR_PROCESS::ClientPort |
Definition at line 43 of file csrsrv.h.
Referenced by CsrApiRequestThread().
ULONG _CSR_PROCESS::Flags |
Definition at line 48 of file csrsrv.h.
Referenced by ConSrvNewProcess(), and FindProcessForShutdown().
LIST_ENTRY _CSR_PROCESS::ListLink |
Definition at line 39 of file csrsrv.h.
Referenced by CsrInitializeProcessStructure(), CsrInsertProcess(), CsrLockProcessByClientId(), CsrShutdownProcesses(), and FindProcessForShutdown().
PCSR_NT_SESSION _CSR_PROCESS::NtSession |
HANDLE _CSR_PROCESS::ProcessHandle |
Definition at line 46 of file csrsrv.h.
Referenced by CON_API_NOCONSOLE(), ConSrvConnect(), CSR_API(), CsrInitializeProcessStructure(), GuiApplyUserSettings(), and GuiConsoleShowConsoleProperties().
PVOID _CSR_PROCESS::ServerData[ANYSIZE_ARRAY] |
Definition at line 60 of file csrsrv.h.
Referenced by CsrInitCsrRootProcess().
ULONG _CSR_PROCESS::ShutdownFlags |
Definition at line 59 of file csrsrv.h.
Referenced by CSR_API(), and CsrShutdownProcesses().
ULONG _CSR_PROCESS::ThreadCount |
Definition at line 55 of file csrsrv.h.
Referenced by CsrAddStaticServerThread(), and CsrExecServerThread().
LIST_ENTRY _CSR_PROCESS::ThreadList |
Definition at line 40 of file csrsrv.h.
Referenced by CsrAddStaticServerThread(), CsrApiPortInitialize(), and CsrExecServerThread().