Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 427 of file rpc_assoc.c.
Referenced by RPCRT4_CloseBinding().
{ assert(!Connection->server); Connection->async_state = NULL; EnterCriticalSection(&assoc->cs); if (!assoc->assoc_group_id) assoc->assoc_group_id = Connection->assoc_group_id; list_add_head(&assoc->free_connection_pool, &Connection->conn_pool_entry); LeaveCriticalSection(&assoc->cs); }