ReactOS 0.4.15-dev-7842-g558ab78
proxy_manager Struct Reference
Collaboration diagram for proxy_manager:

Public Attributes

IMultiQI IMultiQI_iface
 
IMarshal IMarshal_iface
 
IClientSecurity IClientSecurity_iface
 
struct apartmentparent
 
struct list entry
 
OXID oxid
 
OXID_INFO oxid_info
 
OID oid
 
struct list interfaces
 
LONG refs
 
CRITICAL_SECTION cs
 
ULONG sorflags
 
IRemUnknownremunk
 
HANDLE remoting_mutex
 
MSHCTX dest_context
 
voiddest_context_data
 

Detailed Description

Definition at line 53 of file marshal.c.

Member Data Documentation

◆ cs

CRITICAL_SECTION proxy_manager::cs

Definition at line 65 of file marshal.c.

◆ dest_context

MSHCTX proxy_manager::dest_context

Definition at line 69 of file marshal.c.

Referenced by proxy_manager_set_context(), and unmarshal_object().

◆ dest_context_data

void* proxy_manager::dest_context_data

Definition at line 70 of file marshal.c.

Referenced by proxy_manager_set_context(), and unmarshal_object().

◆ entry

struct list proxy_manager::entry

Definition at line 59 of file marshal.c.

◆ IClientSecurity_iface

IClientSecurity proxy_manager::IClientSecurity_iface

Definition at line 57 of file marshal.c.

Referenced by impl_from_IClientSecurity().

◆ IMarshal_iface

IMarshal proxy_manager::IMarshal_iface

Definition at line 56 of file marshal.c.

Referenced by impl_from_IMarshal().

◆ IMultiQI_iface

IMultiQI proxy_manager::IMultiQI_iface

Definition at line 55 of file marshal.c.

Referenced by impl_from_IMultiQI(), and unmarshal_object().

◆ interfaces

struct list proxy_manager::interfaces

Definition at line 63 of file marshal.c.

◆ oid

OID proxy_manager::oid

Definition at line 62 of file marshal.c.

Referenced by find_proxy_manager(), and proxy_manager_construct().

◆ oxid

OXID proxy_manager::oxid

Definition at line 60 of file marshal.c.

Referenced by find_proxy_manager(), and proxy_manager_construct().

◆ oxid_info

OXID_INFO proxy_manager::oxid_info

Definition at line 61 of file marshal.c.

Referenced by proxy_manager_construct(), and unmarshal_object().

◆ parent

struct apartment* proxy_manager::parent

Definition at line 58 of file marshal.c.

◆ refs

LONG proxy_manager::refs

Definition at line 64 of file marshal.c.

Referenced by ClientIdentity_Release().

◆ remoting_mutex

HANDLE proxy_manager::remoting_mutex

Definition at line 68 of file marshal.c.

◆ remunk

IRemUnknown* proxy_manager::remunk

◆ sorflags

ULONG proxy_manager::sorflags

Definition at line 66 of file marshal.c.

Referenced by proxy_manager_construct().


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