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

| ULONG _CSR_SERVER_DLL::ApiBase |
Definition at line 222 of file csrsrv.h.
Referenced by CsrApiRequestThread(), and CsrCallServerFromServer().
| PCSR_CONNECT_CALLBACK _CSR_SERVER_DLL::ConnectCallback |
| PCSR_DISCONNECT_CALLBACK _CSR_SERVER_DLL::DisconnectCallback |
Definition at line 236 of file csrsrv.h.
Referenced by CsrRemoveProcess().
| PCSR_API_ROUTINE* _CSR_SERVER_DLL::DispatchTable |
Definition at line 224 of file csrsrv.h.
Referenced by CsrApiRequestThread(), and CsrCallServerFromServer().
| PCSR_HARDERROR_CALLBACK _CSR_SERVER_DLL::HardErrorCallback |
Definition at line 237 of file csrsrv.h.
Referenced by CsrApiRequestThread().
| ULONG _CSR_SERVER_DLL::HighestApiSupported |
Definition at line 223 of file csrsrv.h.
Referenced by CsrApiRequestThread(), and CsrCallServerFromServer().
| ULONG _CSR_SERVER_DLL::Length |
Definition at line 217 of file csrsrv.h.
Referenced by CsrLoadServerDll().
| ANSI_STRING _CSR_SERVER_DLL::Name |
Definition at line 218 of file csrsrv.h.
Referenced by CsrApiRequestThread(), CsrCallServerFromServer(), and CsrLoadServerDll().
| PCSR_NEWPROCESS_CALLBACK _CSR_SERVER_DLL::NewProcessCallback |
Definition at line 239 of file csrsrv.h.
Referenced by CsrInitCsrRootProcess(), and CsrInsertProcess().
| HANDLE _CSR_SERVER_DLL::ServerHandle |
Definition at line 219 of file csrsrv.h.
Referenced by CsrLoadServerDll().
| ULONG _CSR_SERVER_DLL::ServerId |
Definition at line 220 of file csrsrv.h.
Referenced by CsrLoadServerDll().
| PVOID _CSR_SERVER_DLL::SharedSection |
Definition at line 238 of file csrsrv.h.
Referenced by CsrLoadServerDll().
| PCSR_SHUTDOWNPROCESS_CALLBACK _CSR_SERVER_DLL::ShutdownProcessCallback |
Definition at line 240 of file csrsrv.h.
Referenced by CsrShutdownProcesses().
| ULONG _CSR_SERVER_DLL::SizeOfProcessData |
Definition at line 234 of file csrsrv.h.
Referenced by CsrCreateProcess(), CsrInitCsrRootProcess(), CsrLoadServerDll(), and CsrSbCreateSession().
| PBOOLEAN _CSR_SERVER_DLL::ValidTable |
Definition at line 225 of file csrsrv.h.
Referenced by CsrCallServerFromServer().