rpcrt4: Add a stub for RpcSsDontSerializeContext.

oldstable
Austin English 2014-07-07 19:54:21 -07:00 committed by Alexandre Julliard
parent daaa4c40d4
commit b4e006720a
2 changed files with 9 additions and 1 deletions

View File

@ -157,6 +157,14 @@ void WINAPI RpcSsDestroyClientContext(void **ContextHandle)
RpcRaiseException(status);
}
/***********************************************************************
* RpcSsDontSerializeContext [RPCRT4.@]
*/
void WINAPI RpcSsDontSerializeContext(void)
{
FIXME("stub\n");
}
static UINT ndr_update_context_handle(NDR_CCONTEXT *CContext,
RPC_BINDING_HANDLE hBinding,
const ndr_context_handle *chi)

View File

@ -471,7 +471,7 @@
@ stub RpcSsContextLockShared # wxp
@ stdcall RpcSsDestroyClientContext(ptr)
@ stub RpcSsDisableAllocate
@ stub RpcSsDontSerializeContext
@ stdcall RpcSsDontSerializeContext()
@ stub RpcSsEnableAllocate
@ stub RpcSsFree
@ stub RpcSsGetContextBinding