From 969c7bd77bdda55b9a07fc6381c4c1f562861cbe Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 18 Sep 2010 19:45:27 +0200 Subject: frstrans.idl: add idl for RawGetFileDataAsync() and RdcGetFileDataAsync() metze Autobuild-User: Stefan Metzmacher Autobuild-Date: Thu Mar 10 15:18:22 CET 2011 on sn-devel-104 --- librpc/idl/frstrans.idl | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'librpc/idl') diff --git a/librpc/idl/frstrans.idl b/librpc/idl/frstrans.idl index 74f3c645a4..a60529b8a3 100644 --- a/librpc/idl/frstrans.idl +++ b/librpc/idl/frstrans.idl @@ -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 + ); } -- cgit