rpcrt4: Add a stub for RpcSsDontSerializeContext.
This commit is contained in:
parent
daaa4c40d4
commit
b4e006720a
|
@ -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)
|
||||
|
|
|
@ -471,7 +471,7 @@
|
|||
@ stub RpcSsContextLockShared # wxp
|
||||
@ stdcall RpcSsDestroyClientContext(ptr)
|
||||
@ stub RpcSsDisableAllocate
|
||||
@ stub RpcSsDontSerializeContext
|
||||
@ stdcall RpcSsDontSerializeContext()
|
||||
@ stub RpcSsEnableAllocate
|
||||
@ stub RpcSsFree
|
||||
@ stub RpcSsGetContextBinding
|
||||
|
|
Loading…
Reference in New Issue