ReactOS 0.4.15-dev-7842-g558ab78
threaddata Struct Reference
Collaboration diagram for threaddata:

Public Attributes

struct list entry
 
CRITICAL_SECTION cs
 
DWORD thread_id
 
RpcConnectionconnection
 
RpcBindingserver_binding
 
struct context_handle_listcontext_handle_list
 

Detailed Description

Definition at line 88 of file rpcrt4_main.c.

Member Data Documentation

◆ connection

RpcConnection* threaddata::connection

Definition at line 93 of file rpcrt4_main.c.

Referenced by DllMain(), rpc_cancel_thread(), and RPCRT4_SetThreadCurrentConnection().

◆ context_handle_list

◆ cs

◆ entry

struct list threaddata::entry

Definition at line 90 of file rpcrt4_main.c.

Referenced by DllMain(), and get_or_create_threaddata().

◆ server_binding

RpcBinding* threaddata::server_binding

◆ thread_id

DWORD threaddata::thread_id

Definition at line 92 of file rpcrt4_main.c.

Referenced by get_or_create_threaddata(), and rpc_cancel_thread().


The documentation for this struct was generated from the following file: