Searched refs:userRunDownIn (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/rpcrt4/ |
H A D | ndr_contexthandle.c | 227 NDR_RUNDOWN userRunDownIn) in NDRSContextMarshall() argument 229 TRACE("(%p %p %p)\n", SContext, pBuff, userRunDownIn); in NDRSContextMarshall() 231 userRunDownIn, NULL, RPC_CONTEXT_HANDLE_DEFAULT_FLAGS); in NDRSContextMarshall() 240 NDR_RUNDOWN userRunDownIn) in NDRSContextMarshallEx() argument 242 TRACE("(%p %p %p %p)\n", hBinding, SContext, pBuff, userRunDownIn); in NDRSContextMarshallEx() 243 NDRSContextMarshall2(hBinding, SContext, pBuff, userRunDownIn, NULL, in NDRSContextMarshallEx() 253 NDR_RUNDOWN userRunDownIn, in NDRSContextMarshall2() argument 261 hBinding, SContext, pBuff, userRunDownIn, CtxGuard, Flags); in NDRSContextMarshall2() 268 … status = RpcServerAssoc_UpdateContextHandle(binding->Assoc, SContext, CtxGuard, userRunDownIn); in NDRSContextMarshall2()
|
/reactos/sdk/include/psdk/ |
H A D | rpcndr.h | 534 NDRSContextMarshall( NDR_SCONTEXT CContext, void *pBuff, NDR_RUNDOWN userRunDownIn ); 541 void *pBuff, NDR_RUNDOWN userRunDownIn ); 545 void *pBuff, NDR_RUNDOWN userRunDownIn, void * CtxGuard,
|