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

Public Attributes | |
| struct list | entry |
| struct proxy_manager * | parent |
| LPVOID | iface |
| STDOBJREF | stdobjref |
| IID | iid |
| LPRPCPROXYBUFFER | proxy |
| ULONG | refs |
| IRpcChannelBuffer * | chan |
Definition at line 115 of file compobj_private.h.
| IRpcChannelBuffer* ifproxy::chan |
Definition at line 124 of file compobj_private.h.
Referenced by proxy_manager_create_ifproxy().
Definition at line 117 of file compobj_private.h.
Referenced by proxy_manager_create_ifproxy().
| LPVOID ifproxy::iface |
Definition at line 119 of file compobj_private.h.
Referenced by proxy_manager_create_ifproxy(), proxy_manager_query_local_interface(), and unmarshal_object().
| IID ifproxy::iid |
Definition at line 121 of file compobj_private.h.
Referenced by proxy_manager_create_ifproxy(), proxy_manager_find_ifproxy(), and Proxy_MarshalInterface().
| struct proxy_manager* ifproxy::parent |
Definition at line 118 of file compobj_private.h.
Referenced by proxy_manager_create_ifproxy().
| LPRPCPROXYBUFFER ifproxy::proxy |
Definition at line 122 of file compobj_private.h.
Referenced by proxy_manager_create_ifproxy().
| ULONG ifproxy::refs |
Definition at line 123 of file compobj_private.h.
Referenced by proxy_manager_create_ifproxy(), Proxy_MarshalInterface(), and unmarshal_object().
| STDOBJREF ifproxy::stdobjref |
Definition at line 120 of file compobj_private.h.
Referenced by proxy_manager_create_ifproxy(), Proxy_MarshalInterface(), and unmarshal_object().