rpcrt4: Add a stub for I_RpcGetCurrentCallHandle.

This commit is contained in:
Rob Shearman 2007-12-17 18:20:41 +00:00 committed by Alexandre Julliard
parent b9c92e9564
commit bdc5a34196
2 changed files with 10 additions and 1 deletions

View File

@ -1121,3 +1121,12 @@ RPC_STATUS WINAPI RpcMgmtSetServerStackSize(ULONG ThreadStackSize)
FIXME("(0x%x): stub\n", ThreadStackSize);
return RPC_S_OK;
}
/***********************************************************************
* I_RpcGetCurrentCallHandle (RPCRT4.@)
*/
RPC_BINDING_HANDLE WINAPI I_RpcGetCurrentCallHandle(void)
{
FIXME("\n");
return NULL;
}

View File

@ -51,7 +51,7 @@
@ stub I_RpcGetAssociationContext
@ stdcall I_RpcGetBuffer(ptr)
@ stub I_RpcGetBufferWithObject
@ stub I_RpcGetCurrentCallHandle
@ stdcall I_RpcGetCurrentCallHandle()
@ stub I_RpcGetExtendedError
@ stub I_RpcGetServerContextList
@ stub I_RpcGetThreadEvent # win9x