Damjan Jovanovic : rpcrt4: Add stubs for RpcNetworkInqProtseqs.

Alexandre Julliard julliard at winehq.org
Fri Jun 17 13:13:49 CDT 2011


Module: wine
Branch: master
Commit: 57b7044cd6616e4435e8ebe0b594cee699fbc626
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=57b7044cd6616e4435e8ebe0b594cee699fbc626

Author: Damjan Jovanovic <damjan.jov at gmail.com>
Date:   Fri Jun 17 15:40:33 2011 +0200

rpcrt4: Add stubs for RpcNetworkInqProtseqs.

---

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

diff --git a/dlls/rpcrt4/rpc_server.c b/dlls/rpcrt4/rpc_server.c
index 9fd4cf6..3a9ecf8 100644
--- a/dlls/rpcrt4/rpc_server.c
+++ b/dlls/rpcrt4/rpc_server.c
@@ -825,6 +825,24 @@ static RPC_STATUS RPCRT4_use_protseq(RpcServerProtseq* ps, const char *endpoint)
 }
 
 /***********************************************************************
+ *             RpcNetworkInqProtseqsA (RPCRT4.@)
+ */
+RPC_STATUS WINAPI RpcNetworkInqProtseqsA( RPC_PROTSEQ_VECTORA* ProtSeqVector )
+{
+    FIXME("(%p): stub\n", ProtSeqVector);
+    return RPC_S_NO_PROTSEQS_REGISTERED;
+}
+
+/***********************************************************************
+ *             RpcNetworkInqProtseqsW (RPCRT4.@)
+ */
+RPC_STATUS WINAPI RpcNetworkInqProtseqsW( RPC_PROTSEQ_VECTORW* ProtSeqVector )
+{
+    FIXME("(%p): stub\n", ProtSeqVector);
+    return RPC_S_NO_PROTSEQS_REGISTERED;
+}
+
+/***********************************************************************
  *             RpcServerInqBindings (RPCRT4.@)
  */
 RPC_STATUS WINAPI RpcServerInqBindings( RPC_BINDING_VECTOR** BindingVector )
diff --git a/dlls/rpcrt4/rpcrt4.spec b/dlls/rpcrt4/rpcrt4.spec
index b88c16d..598e60e 100644
--- a/dlls/rpcrt4/rpcrt4.spec
+++ b/dlls/rpcrt4/rpcrt4.spec
@@ -409,8 +409,8 @@
 @ stdcall RpcMgmtStatsVectorFree(ptr)
 @ stdcall RpcMgmtStopServerListening(ptr)
 @ stdcall RpcMgmtWaitServerListen()
-@ stub RpcNetworkInqProtseqsA
-@ stub RpcNetworkInqProtseqsW
+@ stdcall RpcNetworkInqProtseqsA(ptr)
+@ stdcall RpcNetworkInqProtseqsW(ptr)
 @ stdcall RpcNetworkIsProtseqValidA(ptr)
 @ stdcall RpcNetworkIsProtseqValidW(ptr)
 @ stub RpcNsBindingInqEntryNameA




More information about the wine-cvs mailing list