ReactOS 0.4.16-dev-38-g96c65e9
|
#include <compobj_private.h>
Public Attributes | |
struct list | entry |
IRpcStubBuffer * | stubbuffer |
IID | iid |
IPID | ipid |
IUnknown * | iface |
MSHLFLAGS | flags |
IRpcChannelBuffer * | chan |
Definition at line 74 of file compobj_private.h.
IRpcChannelBuffer* ifstub::chan |
Definition at line 82 of file compobj_private.h.
Referenced by ipid_get_dispatch_params(), RemUnknown_RemQueryInterface(), and stub_manager_delete_ifstub().
Definition at line 76 of file compobj_private.h.
Referenced by stub_manager_delete_ifstub().
MSHLFLAGS ifstub::flags |
Definition at line 81 of file compobj_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 80 of file compobj_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 78 of file compobj_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 79 of file compobj_private.h.
Referenced by ipid_get_dispatch_params(), 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 77 of file compobj_private.h.
Referenced by ipid_get_dispatch_params(), and stub_manager_delete_ifstub().