ReactOS 0.4.15-dev-7906-g1b85a5f
_CSR_API_CONNECTINFO Struct Reference

#include <csrmsg.h>

Collaboration diagram for _CSR_API_CONNECTINFO:

Public Attributes

HANDLE ObjectDirectory
 
PVOID SharedSectionBase
 
PVOID SharedStaticServerData
 
PVOID SharedSectionHeap
 
ULONG DebugFlags
 
ULONG SizeOfPebData
 
ULONG SizeOfTebData
 
ULONG NumberOfServerDllNames
 
HANDLE ServerProcessId
 

Detailed Description

Definition at line 47 of file csrmsg.h.

Member Data Documentation

◆ DebugFlags

ULONG _CSR_API_CONNECTINFO::DebugFlags

Definition at line 53 of file csrmsg.h.

Referenced by CsrApiHandleConnectionRequest(), and CsrpConnectToServer().

◆ NumberOfServerDllNames

ULONG _CSR_API_CONNECTINFO::NumberOfServerDllNames

Definition at line 56 of file csrmsg.h.

◆ ObjectDirectory

HANDLE _CSR_API_CONNECTINFO::ObjectDirectory

Definition at line 49 of file csrmsg.h.

◆ ServerProcessId

HANDLE _CSR_API_CONNECTINFO::ServerProcessId

Definition at line 57 of file csrmsg.h.

Referenced by CsrApiHandleConnectionRequest(), and CsrpConnectToServer().

◆ SharedSectionBase

PVOID _CSR_API_CONNECTINFO::SharedSectionBase

Definition at line 50 of file csrmsg.h.

Referenced by CsrpConnectToServer().

◆ SharedSectionHeap

PVOID _CSR_API_CONNECTINFO::SharedSectionHeap

Definition at line 52 of file csrmsg.h.

Referenced by CsrpConnectToServer().

◆ SharedStaticServerData

PVOID _CSR_API_CONNECTINFO::SharedStaticServerData

Definition at line 51 of file csrmsg.h.

Referenced by CsrpConnectToServer().

◆ SizeOfPebData

ULONG _CSR_API_CONNECTINFO::SizeOfPebData

Definition at line 54 of file csrmsg.h.

◆ SizeOfTebData

ULONG _CSR_API_CONNECTINFO::SizeOfTebData

Definition at line 55 of file csrmsg.h.


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