ReactOS 0.4.16-dev-570-g1868985
|
Public Attributes | |
struct list | entry |
CRITICAL_SECTION | cs |
DWORD | thread_id |
RpcConnection * | connection |
RpcBinding * | server_binding |
struct context_handle_list * | context_handle_list |
Definition at line 88 of file rpcrt4_main.c.
RpcConnection* threaddata::connection |
Definition at line 93 of file rpcrt4_main.c.
Referenced by DllMain(), rpc_cancel_thread(), and RPCRT4_SetThreadCurrentConnection().
struct context_handle_list* threaddata::context_handle_list |
Definition at line 95 of file rpcrt4_main.c.
Referenced by RPCRT4_PopThreadContextHandle(), RPCRT4_PushThreadContextHandle(), and RPCRT4_RemoveThreadContextHandle().
CRITICAL_SECTION threaddata::cs |
Definition at line 91 of file rpcrt4_main.c.
Referenced by DllMain(), get_or_create_threaddata(), rpc_cancel_thread(), and RPCRT4_SetThreadCurrentConnection().
Definition at line 90 of file rpcrt4_main.c.
Referenced by DllMain(), and get_or_create_threaddata().
RpcBinding* threaddata::server_binding |
Definition at line 94 of file rpcrt4_main.c.
Referenced by DllMain(), RPCRT4_GetThreadCurrentCallHandle(), and RPCRT4_SetThreadCurrentCallHandle().
DWORD threaddata::thread_id |
Definition at line 92 of file rpcrt4_main.c.
Referenced by get_or_create_threaddata(), and rpc_cancel_thread().