ReactOS 0.4.16-dev-289-g096a551
|
Public Attributes | |
struct list | entry |
void * | user_context |
NDR_RUNDOWN | rundown_routine |
void * | ctx_guard |
UUID | uuid |
RTL_RWLOCK | rw_lock |
unsigned int | refs |
Definition at line 51 of file rpc_assoc.c.
void* _RpcContextHandle::ctx_guard |
Definition at line 56 of file rpc_assoc.c.
Referenced by RpcContextHandle_IsGuardCorrect(), and RpcServerAssoc_AllocateContextHandle().
Definition at line 53 of file rpc_assoc.c.
Referenced by RpcServerAssoc_AllocateContextHandle(), and RpcServerAssoc_ReleaseContextHandle().
Definition at line 59 of file rpc_assoc.c.
Referenced by RpcServerAssoc_AllocateContextHandle(), RpcServerAssoc_ReleaseContextHandle(), and RpcServerAssoc_UpdateContextHandle().
NDR_RUNDOWN _RpcContextHandle::rundown_routine |
Definition at line 55 of file rpc_assoc.c.
Referenced by RpcContextHandle_Destroy(), and RpcServerAssoc_UpdateContextHandle().
RTL_RWLOCK _RpcContextHandle::rw_lock |
Definition at line 58 of file rpc_assoc.c.
Referenced by RpcContextHandle_Destroy(), RpcServerAssoc_AllocateContextHandle(), and RpcServerAssoc_ReleaseContextHandle().
void* _RpcContextHandle::user_context |
Definition at line 54 of file rpc_assoc.c.
Referenced by RpcContextHandle_Destroy().
UUID _RpcContextHandle::uuid |
Definition at line 57 of file rpc_assoc.c.
Referenced by RpcContextHandle_GetUuid(), and RpcServerAssoc_UpdateContextHandle().