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

tpot at samba.org tpot at samba.org
Thu Oct 14 07:33:49 GMT 2004


Author: tpot
Date: 2004-10-14 07:33:49 +0000 (Thu, 14 Oct 2004)
New Revision: 2967

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/librpc/idl&rev=2967&nolog=1

Log:
Add some printer enum constants from Samba3's rpc_spoolss.h

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	2004-10-14 07:33:09 UTC (rev 2966)
+++ branches/SAMBA_4_0/source/librpc/idl/spoolss.idl	2004-10-14 07:33:49 UTC (rev 2967)
@@ -129,6 +129,15 @@
 		[case(7)] spoolss_PrinterInfo7 info7;
 	} spoolss_PrinterInfo;
 
+	const int PRINTER_ENUM_DEFAULT     = 0x00000001;
+	const int PRINTER_ENUM_LOCAL       = 0x00000002;
+	const int PRINTER_ENUM_CONNECTIONS = 0x00000004;
+	const int PRINTER_ENUM_FAVORITE    = 0x00000004;
+	const int PRINTER_ENUM_NAME        = 0x00000008;
+	const int PRINTER_ENUM_REMOTE      = 0x00000010;
+	const int PRINTER_ENUM_SHARED      = 0x00000020;
+	const int PRINTER_ENUM_NETWORK     = 0x00000040;
+
 	/******************/
 	/* Function: 0x00 */
 	WERROR spoolss_EnumPrinters(



More information about the samba-cvs mailing list