Robert Shearman : rpcrt4: Stubs for RpcRevertToSelf and RpcMgmtSetComTimeout.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Jun 21 08:02:17 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 7d92b89abfe3760254f2269f8a71c57a95c8b28a
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=7d92b89abfe3760254f2269f8a71c57a95c8b28a

Author: Robert Shearman <rob at codeweavers.com>
Date:   Wed Jun 21 13:39:52 2006 +0200

rpcrt4: Stubs for RpcRevertToSelf and RpcMgmtSetComTimeout.

---

 dlls/rpcrt4/rpc_binding.c |   18 ++++++++++++++++++
 dlls/rpcrt4/rpcrt4.spec   |    4 ++--
 2 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/dlls/rpcrt4/rpc_binding.c b/dlls/rpcrt4/rpc_binding.c
index 6b7770d..7f5f14d 100644
--- a/dlls/rpcrt4/rpc_binding.c
+++ b/dlls/rpcrt4/rpc_binding.c
@@ -953,6 +953,24 @@ ULONG RpcAuthInfo_Release(RpcAuthInfo *A
 }
 
 /***********************************************************************
+ *             RpcRevertToSelf (RPCRT4.@)
+ */
+RPC_STATUS WINAPI RpcRevertToSelf(void)
+{
+    FIXME("stub\n");
+    return RPC_S_OK;
+}
+
+/***********************************************************************
+ *             RpcMgmtSetComTimeout (RPCRT4.@)
+ */
+RPC_STATUS WINAPI RpcMgmtSetComTimeout(RPC_BINDING_HANDLE BindingHandle, unsigned int Timeout)
+{
+    FIXME("(%p, %d): stub\n", BindingHandle, Timeout);
+    return RPC_S_OK;
+}
+
+/***********************************************************************
  *             RpcBindingInqAuthInfoExA (RPCRT4.@)
  */
 RPCRTAPI RPC_STATUS RPC_ENTRY
diff --git a/dlls/rpcrt4/rpcrt4.spec b/dlls/rpcrt4/rpcrt4.spec
index 6156b36..cd1bcf2 100644
--- a/dlls/rpcrt4/rpcrt4.spec
+++ b/dlls/rpcrt4/rpcrt4.spec
@@ -439,7 +439,7 @@ # 9x version of I_RpcBindingSetAsync has
 @ stdcall RpcMgmtIsServerListening(ptr)
 @ stub RpcMgmtSetAuthorizationFn
 @ stub RpcMgmtSetCancelTimeout
-@ stub RpcMgmtSetComTimeout
+@ stdcall RpcMgmtSetComTimeout(ptr long)
 @ stub RpcMgmtSetParameter # win9x
 @ stub RpcMgmtSetServerStackSize
 @ stub RpcMgmtStatsVectorFree
@@ -458,7 +458,7 @@ # 9x version of I_RpcBindingSetAsync has
 @ stub RpcProtseqVectorFreeW
 @ stdcall RpcRaiseException(long)
 @ stub RpcRegisterAsyncInfo
-@ stub RpcRevertToSelf
+@ stdcall RpcRevertToSelf()
 @ stdcall RpcRevertToSelfEx(ptr)
 @ stdcall RpcServerInqBindings(ptr)
 @ stub RpcServerInqCallAttributesA # wxp




More information about the wine-cvs mailing list