svn commit: samba r7345 - in branches/SAMBA_4_0/source/librpc/idl: .

metze at samba.org metze at samba.org
Mon Jun 6 16:05:23 GMT 2005


Author: metze
Date: 2005-06-06 16:05:22 +0000 (Mon, 06 Jun 2005)
New Revision: 7345

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7345

Log:
add WritePrinter(), AbortPrinter() and ReadPrinter() idl

metze
Modified:
   branches/SAMBA_4_0/source/librpc/idl/spoolss.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/spoolss.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/spoolss.idl	2005-06-06 15:21:09 UTC (rev 7344)
+++ branches/SAMBA_4_0/source/librpc/idl/spoolss.idl	2005-06-06 16:05:22 UTC (rev 7345)
@@ -646,6 +646,10 @@
 	/******************/
 	/* Function: 0x13 */
 	WERROR spoolss_WritePrinter(
+		[in,ref] policy_handle *handle,
+		[in] DATA_BLOB data,
+		[in,value(r->in.data.length)] uint32 _data_size,
+		[out] uint32 num_written
 	);
 
 	/******************/
@@ -657,11 +661,16 @@
 	/******************/
 	/* Function: 0x15 */
 	WERROR spoolss_AbortPrinter(
+		[in,ref] policy_handle *handle
 	);
 
 	/******************/
 	/* Function: 0x16 */
 	WERROR spoolss_ReadPrinter(
+		[in,ref] policy_handle *handle,
+		[in] uint32 data_size,
+		[out] DATA_BLOB data,
+		[out,value(r->out.data.length)] uint32 _data_size
 	);
 
 	/******************/



More information about the samba-cvs mailing list