summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2017-10-28 10:44:11 +0200
committerAndreas Schneider <asn@cryptomilk.org>2019-09-20 12:58:49 +0000
commit01b0e5aadf9a9bb6c806850c3708933eebd08c6b (patch)
treed31cf5061e4585fc5fd3af3496477eb13fed2888 /librpc
parent2d5facc95478801580eb52d4d4441660c5fa2697 (diff)
downloadsamba-01b0e5aadf9a9bb6c806850c3708933eebd08c6b.tar.gz
spoolss: Add PRINTER_DRIVER_CATEGORY_3D driver define
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Fri Sep 20 12:58:49 UTC 2019 on sn-devel-184
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/spoolss.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl
index e759d2d0280..9d294969a0a 100644
--- a/librpc/idl/spoolss.idl
+++ b/librpc/idl/spoolss.idl
@@ -1360,7 +1360,8 @@ cpp_quote("#define spoolss_security_descriptor security_descriptor")
PRINTER_DRIVER_CATEGORY_FILE = 0x00000080,
PRINTER_DRIVER_CATEGORY_VIRTUAL = 0x00000100,
PRINTER_DRIVER_CATEGORY_SERVICE = 0x00000200,
- PRINTER_DRIVER_SOFT_RESET_REQUIRED = 0x00000400
+ PRINTER_DRIVER_SOFT_RESET_REQUIRED = 0x00000400,
+ PRINTER_DRIVER_CATEGORY_3D = 0x00001000
} spoolss_DriverAttributes;
typedef struct {