ReactOS 0.4.15-dev-7968-g24a56f8
_CSR_SERVER_DLL Struct Reference

#include <csrsrv.h>

Collaboration diagram for _CSR_SERVER_DLL:

Public Attributes

ULONG Length
 
ANSI_STRING Name
 
HANDLE ServerHandle
 
ULONG ServerId
 
ULONG Unknown
 
ULONG ApiBase
 
ULONG HighestApiSupported
 
PCSR_API_ROUTINEDispatchTable
 
PBOOLEAN ValidTable
 
ULONG SizeOfProcessData
 
PCSR_CONNECT_CALLBACK ConnectCallback
 
PCSR_DISCONNECT_CALLBACK DisconnectCallback
 
PCSR_HARDERROR_CALLBACK HardErrorCallback
 
PVOID SharedSection
 
PCSR_NEWPROCESS_CALLBACK NewProcessCallback
 
PCSR_SHUTDOWNPROCESS_CALLBACK ShutdownProcessCallback
 
ULONG Unknown2 [3]
 

Detailed Description

Definition at line 215 of file csrsrv.h.

Member Data Documentation

◆ ApiBase

ULONG _CSR_SERVER_DLL::ApiBase

Definition at line 222 of file csrsrv.h.

Referenced by CsrApiRequestThread(), and CsrCallServerFromServer().

◆ ConnectCallback

PCSR_CONNECT_CALLBACK _CSR_SERVER_DLL::ConnectCallback

Definition at line 235 of file csrsrv.h.

Referenced by CSR_API().

◆ DisconnectCallback

PCSR_DISCONNECT_CALLBACK _CSR_SERVER_DLL::DisconnectCallback

Definition at line 236 of file csrsrv.h.

Referenced by CsrRemoveProcess().

◆ DispatchTable

PCSR_API_ROUTINE* _CSR_SERVER_DLL::DispatchTable

Definition at line 224 of file csrsrv.h.

Referenced by CsrApiRequestThread(), and CsrCallServerFromServer().

◆ HardErrorCallback

PCSR_HARDERROR_CALLBACK _CSR_SERVER_DLL::HardErrorCallback

Definition at line 237 of file csrsrv.h.

Referenced by CsrApiRequestThread().

◆ HighestApiSupported

ULONG _CSR_SERVER_DLL::HighestApiSupported

Definition at line 223 of file csrsrv.h.

Referenced by CsrApiRequestThread(), and CsrCallServerFromServer().

◆ Length

ULONG _CSR_SERVER_DLL::Length

Definition at line 217 of file csrsrv.h.

Referenced by CsrLoadServerDll().

◆ Name

ANSI_STRING _CSR_SERVER_DLL::Name

Definition at line 218 of file csrsrv.h.

Referenced by CsrApiRequestThread(), CsrCallServerFromServer(), and CsrLoadServerDll().

◆ NewProcessCallback

PCSR_NEWPROCESS_CALLBACK _CSR_SERVER_DLL::NewProcessCallback

Definition at line 239 of file csrsrv.h.

Referenced by CsrInitCsrRootProcess(), and CsrInsertProcess().

◆ ServerHandle

HANDLE _CSR_SERVER_DLL::ServerHandle

Definition at line 219 of file csrsrv.h.

Referenced by CsrLoadServerDll().

◆ ServerId

ULONG _CSR_SERVER_DLL::ServerId

Definition at line 220 of file csrsrv.h.

Referenced by CsrLoadServerDll().

◆ SharedSection

PVOID _CSR_SERVER_DLL::SharedSection

Definition at line 238 of file csrsrv.h.

Referenced by CsrLoadServerDll().

◆ ShutdownProcessCallback

PCSR_SHUTDOWNPROCESS_CALLBACK _CSR_SERVER_DLL::ShutdownProcessCallback

Definition at line 240 of file csrsrv.h.

Referenced by CsrShutdownProcesses().

◆ SizeOfProcessData

ULONG _CSR_SERVER_DLL::SizeOfProcessData

◆ Unknown

ULONG _CSR_SERVER_DLL::Unknown

Definition at line 221 of file csrsrv.h.

◆ Unknown2

ULONG _CSR_SERVER_DLL::Unknown2[3]

Definition at line 241 of file csrsrv.h.

◆ ValidTable

PBOOLEAN _CSR_SERVER_DLL::ValidTable

Definition at line 225 of file csrsrv.h.

Referenced by CsrCallServerFromServer().


The documentation for this struct was generated from the following file: