frstrans.idl: add idl for RawGetFileDataAsync() and RdcGetFileDataAsync()
authorStefan Metzmacher <metze@samba.org>
Sat, 18 Sep 2010 17:45:27 +0000 (19:45 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 10 Mar 2011 15:19:52 +0000 (16:19 +0100)
metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Thu Mar 10 15:18:22 CET 2011 on sn-devel-104
(cherry picked from commit 969c7bd77bdda55b9a07fc6381c4c1f562861cbe)

librpc/idl/frstrans.idl

index 74f3c645a4d9ebf9f162881d2ed0fb1d22844e6d..a60529b8a3c21e1ad18918da36353447c8b1fee5 100644 (file)
@@ -277,9 +277,17 @@ interface frstrans
 
        /*****************/
        /* Function 0x0f */
-       [todo] void FRSTRANS_RAW_GET_FILE_DATA_ASYNC();
+       typedef pipe uint8 frstrans_BytePipe;
+
+       WERROR frstrans_RawGetFileDataAsync(
+               [in,ref] policy_handle *server_context,
+               [out,ref] frstrans_BytePipe *byte_pipe
+               );
 
        /*****************/
        /* Function 0x10 */
-       [todo] void FRSTRANS_RDC_GET_FILE_DATA_ASYNC();
+       WERROR frstrans_RdcGetFileDataAsync(
+               [in,ref] policy_handle *server_context,
+               [out,ref] frstrans_BytePipe *byte_pipe
+               );
 }