|
ReactOS 0.4.16-dev-2358-g0df3463
|
#include <combase_private.h>

Public Attributes | |
| struct list | entry |
| IRpcStubBuffer * | stubbuffer |
| IID | iid |
| IPID | ipid |
| IUnknown * | iface |
| MSHLFLAGS | flags |
| IRpcChannelBuffer * | chan |
Definition at line 208 of file combase_private.h.
| IRpcChannelBuffer* ifstub::chan |
Definition at line 216 of file combase_private.h.
Referenced by ipid_get_dest_context(), ipid_get_dispatch_params(), RemUnknown_RemQueryInterface(), and stub_manager_delete_ifstub().
Definition at line 210 of file combase_private.h.
Referenced by stub_manager_delete_ifstub().
| MSHLFLAGS ifstub::flags |
Definition at line 215 of file combase_private.h.
Referenced by stub_manager_find_ifstub(), stub_manager_is_table_marshaled(), stub_manager_notify_unmarshal(), and stub_manager_release_marshal_data().
| IUnknown* ifstub::iface |
Definition at line 214 of file combase_private.h.
Referenced by ClientIdentity_QueryInterface(), ipid_get_dispatch_params(), RemUnknown_RemAddRef(), RemUnknown_RemQueryInterface(), and stub_manager_delete_ifstub().
| IID ifstub::iid |
Definition at line 212 of file combase_private.h.
Referenced by ipid_get_dispatch_params(), stub_manager_delete_ifstub(), stub_manager_disconnect(), stub_manager_find_ifstub(), and stub_manager_new_ifstub().
| IPID ifstub::ipid |
Definition at line 213 of file combase_private.h.
Referenced by ipid_to_stub_manager(), marshal_object(), stub_manager_delete_ifstub(), stub_manager_ipid_to_ifstub(), stub_manager_is_table_marshaled(), stub_manager_notify_unmarshal(), and stub_manager_release_marshal_data().
| IRpcStubBuffer* ifstub::stubbuffer |
Definition at line 211 of file combase_private.h.
Referenced by ipid_get_dispatch_params(), and stub_manager_delete_ifstub().