1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

frstrans.idl: add idl for RawGetFileDataAsync() and RdcGetFileDataAsync()

metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Thu Mar 10 15:18:22 CET 2011 on sn-devel-104
This commit is contained in:
Stefan Metzmacher 2010-09-18 19:45:27 +02:00
parent d79fb9098b
commit 969c7bd77b

View 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
);
}