Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 903 of file rpcrt4_main.c.
Referenced by RPCRT4_ReceiveWithAuth(), and RPCRT4_SendWithAuth().
{ struct threaddata *tdata = get_or_create_threaddata(); if (!tdata) return; EnterCriticalSection(&tdata->cs); tdata->connection = Connection; LeaveCriticalSection(&tdata->cs); }