RPC Merge (E_PL9)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



LICENSE: X11

CHANGELOG:

* include: rpcdce.h;
  dlls/rpcrt4: rpcrt4.spec, rpc_server.c: 
  Greg Turner <gmturner007@ameritech.net>
- stubs for RpcServerUseProtseqA,RpcServerUseProtseqW


-- 
gmt
--- ../wine.test/dlls/rpcrt4/rpcrt4.spec	2002-10-19 02:10:27.000000000 -0500
+++ dlls/rpcrt4/rpcrt4.spec	2002-10-19 04:55:02.000000000 -0500
@@ -121,8 +121,8 @@
 @ stub RpcServerUseAllProtseqsEx
 @ stub RpcServerUseAllProtseqsIf
 @ stub RpcServerUseAllProtseqsIfEx
-@ stub RpcServerUseProtseqA
-@ stub RpcServerUseProtseqW
+@ stdcall RpcServerUseProtseqA(str long ptr) RpcServerUseProtseqA
+@ stdcall RpcServerUseProtseqW(wstr long ptr) RpcServerUseProtseqW
 @ stub RpcServerUseProtseqExA
 @ stub RpcServerUseProtseqExW
 @ stdcall RpcServerUseProtseqEpA(str  long str  ptr) RpcServerUseProtseqEpA
--- ../wine.test/include/rpcdce.h	2002-10-17 22:56:56.000000000 -0500
+++ include/rpcdce.h	2002-10-19 05:28:47.000000000 -0500
@@ -183,6 +183,14 @@
   RpcServerRegisterIf2( RPC_IF_HANDLE IfSpec, UUID* MgrTypeUuid, RPC_MGR_EPV* MgrEpv,
                         UINT Flags, UINT MaxCalls, UINT MaxRpcSize, RPC_IF_CALLBACK_FN* IfCallbackFn );
 
+
+RPCRTAPI RPC_STATUS RPC_ENTRY
+  RpcServerUseProtseqA(LPSTR Protseq, unsigned int MaxCalls, void *SecurityDescriptor);
+RPCRTAPI RPC_STATUS RPC_ENTRY
+  RpcServerUseProtseqW(LPWSTR Protseq, unsigned int MaxCalls, void *SecurityDescriptor);
+#define RpcServerUseProtseq WINELIB_NAME_AW(RpcServerUseProtseq)
+
+
 RPCRTAPI RPC_STATUS RPC_ENTRY
   RpcServerUseProtseqEpA( LPSTR Protseq, UINT MaxCalls, LPSTR Endpoint, LPVOID SecurityDescriptor );
 RPCRTAPI RPC_STATUS RPC_ENTRY
--- ../wine.test/dlls/rpcrt4/rpc_server.c	2002-10-19 02:10:27.000000000 -0500
+++ dlls/rpcrt4/rpc_server.c	2002-10-19 05:28:58.000000000 -0500
@@ -436,6 +436,24 @@
 }
 
 /***********************************************************************
+ *             RpcServerUseProtseqA (RPCRT4.@)
+ */
+RPC_STATUS WINAPI RpcServerUseProtseqA(LPSTR Protseq, unsigned int MaxCalls, void *SecurityDescriptor)
+{
+  FIXME("stub\n");
+  return RPC_S_OK;
+}
+
+/***********************************************************************
+ *             RpcServerUseProtseqW (RPCRT4.@)
+ */
+RPC_STATUS WINAPI RpcServerUseProtseqW(LPWSTR Protseq, unsigned int MaxCalls, void *SecurityDescriptor)
+{
+  FIXME("stub\n");
+  return RPC_S_OK;
+}
+
+/***********************************************************************
  *             RpcServerRegisterIf (RPCRT4.@)
  */
 RPC_STATUS WINAPI RpcServerRegisterIf( RPC_IF_HANDLE IfSpec, UUID* MgrTypeUuid, RPC_MGR_EPV* MgrEpv )

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux