r6019: Add IDL and server side code for Test_DoublePointer
[kai/samba.git] / testprogs / win32 / rpcecho / rpcecho.idl
index a0d9dbc4c6ca47fc4400ccf6d79d78aa5869133f..38fa58af411cb87138e25ed3e312bc8a76088f2a 100644 (file)
@@ -146,4 +146,6 @@ interface rpcecho
        void echo_TestSurrounding(
                [in,out,ref] echo_Surrounding *data
        );
+
+       uint16 echo_TestDoublePointer([in] uint16 ***data);
 }