From b1a001e43fb1a32330c65d235dfab69ba89cd0ce Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Thu, 14 Oct 2004 07:33:49 +0000 Subject: r2967: Add some printer enum constants from Samba3's rpc_spoolss.h (This used to be commit 7983a99479164d04281dd6c34d63733afa3c3612) --- source4/librpc/idl/spoolss.idl | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'source4/librpc/idl') 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( -- cgit