summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/spoolss.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-02-11 13:08:11 +0100
committerGünther Deschner <gd@samba.org>2009-02-11 22:42:00 +0100
commit75306f56c2fc3ed3d3c3c1fdc039c94cd71d6c5a (patch)
tree6fb145e4570378fe90984aaaa76ec73ad692f8fa /librpc/gen_ndr/spoolss.h
parentdba8bb34f9fd94162086cf95a5f4b1dfff2ddef1 (diff)
downloadsamba-75306f56c2fc3ed3d3c3c1fdc039c94cd71d6c5a.tar.gz
samba-75306f56c2fc3ed3d3c3c1fdc039c94cd71d6c5a.tar.bz2
samba-75306f56c2fc3ed3d3c3c1fdc039c94cd71d6c5a.zip
s3: re-run make samba3-idl.
Guenther
Diffstat (limited to 'librpc/gen_ndr/spoolss.h')
-rw-r--r--librpc/gen_ndr/spoolss.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/librpc/gen_ndr/spoolss.h b/librpc/gen_ndr/spoolss.h
index 61a236724a..ce5d6d9545 100644
--- a/librpc/gen_ndr/spoolss.h
+++ b/librpc/gen_ndr/spoolss.h
@@ -903,6 +903,16 @@ union spoolss_UserLevel {
#define DPD_DELETE_SPECIFIC_VERSION ( 0x00000002 )
#define DPD_DELETE_ALL_FILES ( 0x00000004 )
+/* bitmap spoolss_AddPrinterDriverExFlags */
+#define APD_STRICT_UPGRADE ( 0x00000001 )
+#define APD_STRICT_DOWNGRADE ( 0x00000002 )
+#define APD_COPY_ALL_FILES ( 0x00000004 )
+#define APD_COPY_NEW_FILES ( 0x00000008 )
+#define APD_COPY_FROM_DIRECTORY ( 0x00000010 )
+#define APD_DONT_COPY_FILES_TO_CLUSTER ( 0x00001000 )
+#define APD_COPY_TO_ALL_SPOOLERS ( 0x00002000 )
+#define APD_RETURN_BLOCKING_STATUS_CODE ( 0x00010000 )
+
struct _spoolss_EnumPrinters {
struct {