ReactOS 0.4.15-dev-7958-gcd0bb1a
_RpcContextHandle Struct Reference
Collaboration diagram for _RpcContextHandle:

Public Attributes

struct list entry
 
voiduser_context
 
NDR_RUNDOWN rundown_routine
 
voidctx_guard
 
UUID uuid
 
RTL_RWLOCK rw_lock
 
unsigned int refs
 

Detailed Description

Definition at line 51 of file rpc_assoc.c.

Member Data Documentation

◆ ctx_guard

void* _RpcContextHandle::ctx_guard

◆ entry

struct list _RpcContextHandle::entry

◆ refs

◆ rundown_routine

NDR_RUNDOWN _RpcContextHandle::rundown_routine

Definition at line 55 of file rpc_assoc.c.

Referenced by RpcContextHandle_Destroy(), and RpcServerAssoc_UpdateContextHandle().

◆ rw_lock

RTL_RWLOCK _RpcContextHandle::rw_lock

◆ user_context

void* _RpcContextHandle::user_context

Definition at line 54 of file rpc_assoc.c.

Referenced by RpcContextHandle_Destroy().

◆ uuid

UUID _RpcContextHandle::uuid

Definition at line 57 of file rpc_assoc.c.

Referenced by RpcContextHandle_GetUuid(), and RpcServerAssoc_UpdateContextHandle().


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