|
ReactOS 0.4.16-dev-2358-g0df3463
|

Public Attributes | |
| struct list | entry |
| struct proxy_manager * | parent |
| void * | iface |
| STDOBJREF | stdobjref |
| IID | iid |
| IRpcProxyBuffer * | proxy |
| ULONG | refs |
| IRpcChannelBuffer * | chan |
| IRpcChannelBuffer* ifproxy::chan |
Definition at line 63 of file marshal.c.
Referenced by proxy_manager_create_ifproxy().
Definition at line 56 of file marshal.c.
Referenced by proxy_manager_create_ifproxy().
| void* ifproxy::iface |
Definition at line 58 of file marshal.c.
Referenced by proxy_manager_create_ifproxy(), proxy_manager_query_local_interface(), and unmarshal_object().
| IID ifproxy::iid |
Definition at line 60 of file marshal.c.
Referenced by proxy_manager_create_ifproxy(), proxy_manager_find_ifproxy(), and Proxy_MarshalInterface().
| struct proxy_manager* ifproxy::parent |
Definition at line 57 of file marshal.c.
Referenced by proxy_manager_create_ifproxy().
| IRpcProxyBuffer* ifproxy::proxy |
Definition at line 61 of file marshal.c.
Referenced by proxy_manager_create_ifproxy().
| ULONG ifproxy::refs |
Definition at line 62 of file marshal.c.
Referenced by proxy_manager_create_ifproxy(), Proxy_MarshalInterface(), and unmarshal_object().
| STDOBJREF ifproxy::stdobjref |
Definition at line 59 of file marshal.c.
Referenced by proxy_manager_create_ifproxy(), Proxy_MarshalInterface(), and unmarshal_object().