diff options
author | Tim Potter <tpot@samba.org> | 2004-10-14 07:33:49 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:59:52 -0500 |
commit | b1a001e43fb1a32330c65d235dfab69ba89cd0ce (patch) | |
tree | 7a2fe4675dd3c0b09d5ca817f305d5ef91882ab8 /source4/librpc | |
parent | 1c4b87c78847542a14d88966f854aa1b38162b88 (diff) | |
download | samba-b1a001e43fb1a32330c65d235dfab69ba89cd0ce.tar.gz samba-b1a001e43fb1a32330c65d235dfab69ba89cd0ce.tar.bz2 samba-b1a001e43fb1a32330c65d235dfab69ba89cd0ce.zip |
r2967: Add some printer enum constants from Samba3's rpc_spoolss.h
(This used to be commit 7983a99479164d04281dd6c34d63733afa3c3612)
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/idl/spoolss.idl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/source4/librpc/idl/spoolss.idl b/source4/librpc/idl/spoolss.idl index 72ce7d5ffc..4ee9eab90c 100644 --- a/source4/librpc/idl/spoolss.idl +++ b/source4/librpc/idl/spoolss.idl @@ -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( |