|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| struct list | entry |
| void * | user_context |
| NDR_RUNDOWN | rundown_routine |
| void * | ctx_guard |
| UUID | uuid |
| CRITICAL_SECTION | 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().
| CRITICAL_SECTION _RpcContextHandle::lock |
Definition at line 58 of file rpc_assoc.c.
Referenced by RpcContextHandle_Destroy(), 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().
| 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().