testprogs/win32/rpcecho-win32-pipe/rpcecho.idl new idl end TestBytePipeIn
authorStefan Metzmacher <metze@samba.org>
Fri, 20 Sep 2013 20:27:33 +0000 (22:27 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 4 Jun 2019 11:15:20 +0000 (13:15 +0200)
testprogs/win32/rpcecho-win32-pipe/rpcecho.idl

index b147514f58b35dc32afa59100ddc5c08ba79fe7c..ee8327e769c3b38a1e6b5507e5784a3b44c62021 100755 (executable)
 */
 
 [
-uuid(60a15ec5-4de8-11d7-a637-005056a20182),
-version(1.0),
-/*  uuid("e3514235-4b06-11d1-ab04-00c04fc2dcd2"),
-  version(4.0),
-*/  pointer_default(unique)
+       uuid(60a15ec5-4de8-11d7-a637-005056a20182),
+       version(1.0),
+       pointer_default(unique)
 ]
 interface rpcecho
 {
@@ -157,12 +155,13 @@ interface rpcecho
                [in] long count,
                [in,ref] BYTE_PIPE *in_pipe
                );
-#if 0
+
        long TestBytePipeOut(
                [in] long count,
                [out,ref] BYTE_PIPE *out_pipe
                );
 
+#if 0
        long TestBytePipeInOut(
                [in] long count,
                [in,out,ref] BYTE_PIPE *in_out_pipe