summaryrefslogtreecommitdiff
path: root/librpc/idl/spoolss.idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-02-09 15:22:37 +0100
committerGünther Deschner <gd@samba.org>2009-02-09 15:59:04 +0100
commit4d78ece6571d4c8f051188ff1be06080c1b2b1a9 (patch)
treed8b9183acb3bd346fc67153b3fe9f0d341e0ecba /librpc/idl/spoolss.idl
parentc94c777d9cc951d71cf1c8efc8f56f16a3da75c1 (diff)
downloadsamba-4d78ece6571d4c8f051188ff1be06080c1b2b1a9.tar.gz
samba-4d78ece6571d4c8f051188ff1be06080c1b2b1a9.tar.bz2
samba-4d78ece6571d4c8f051188ff1be06080c1b2b1a9.zip
s3-spoolss: move PRINTER_ENUM_ICONMASK to IDL.
Guenther
Diffstat (limited to 'librpc/idl/spoolss.idl')
-rw-r--r--librpc/idl/spoolss.idl9
1 files changed, 9 insertions, 0 deletions
diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl
index e9705c6061..09646c9d67 100644
--- a/librpc/idl/spoolss.idl
+++ b/librpc/idl/spoolss.idl
@@ -117,6 +117,15 @@ import "misc.idl", "security.idl", "winreg.idl";
PRINTER_ENUM_HIDE = 0x01000000
} spoolss_EnumPrinterFlags;
+ const int PRINTER_ENUM_ICONMASK = (PRINTER_ENUM_ICON1 |
+ PRINTER_ENUM_ICON2 |
+ PRINTER_ENUM_ICON3 |
+ PRINTER_ENUM_ICON4 |
+ PRINTER_ENUM_ICON5 |
+ PRINTER_ENUM_ICON6 |
+ PRINTER_ENUM_ICON7 |
+ PRINTER_ENUM_ICON8); /* 0x00ff0000 */
+
typedef struct {
spoolss_EnumPrinterFlags flags;
[relative] nstring *name;