|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <csrsrv.h>

| CLIENT_ID _CSR_PROCESS::ClientId |
Definition at line 38 of file csrsrv.h.
Referenced by CsrInitializeProcessStructure(), CsrLockProcessByClientId(), GuiConsoleShowConsoleProperties(), and SetConWndConsoleLeaderCID().
| HANDLE _CSR_PROCESS::ClientPort |
Definition at line 43 of file csrsrv.h.
Referenced by CsrApiRequestThread().
| CLIENT_ID _CSR_PROCESS::DebugCid |
Definition at line 50 of file csrsrv.h.
Referenced by CsrCreateProcess().
| ULONG _CSR_PROCESS::DebugFlags |
Definition at line 49 of file csrsrv.h.
Referenced by CsrCreateProcess().
| 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 |
| ULONG _CSR_PROCESS::ProcessGroupId |
Definition at line 52 of file csrsrv.h.
Referenced by CsrCreateProcess().
| ULONG _CSR_PROCESS::ProcessGroupSequence |
Definition at line 53 of file csrsrv.h.
Referenced by CsrCreateProcess().
| 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 CsrCreateProcess(), and 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().