From 6d66efe6c2a3c716f0aff857d4c9b88203efe733 Mon Sep 17 00:00:00 2001 From: Jim McDonough Date: Wed, 4 Dec 2002 21:30:52 +0000 Subject: More attributes to publish. All DsSpooler attributes except REG_MULTI_SZ ones should be published now. (This used to be commit 4fc602fd7da4b216748b005f62b14be0cfdddd63) --- source3/include/nt_printing.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/include') diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h index 23d474c957..54d55683fc 100644 --- a/source3/include/nt_printing.h +++ b/source3/include/nt_printing.h @@ -227,6 +227,9 @@ typedef struct nt_printer_driver_info_level #define SPOOL_REG_PRINTSEPARATORFILE "printSeparatorFile" #define SPOOL_REG_PRINTSHARENAME "printShareName" #define SPOOL_REG_PRINTSPOOLING "printSpooling" +#define SPOOL_REGVAL_PRINTWHILESPOOLING "PrintWhileSpooling" +#define SPOOL_REGVAL_PRINTAFTERSPOOLED "PrintAfterSpooled" +#define SPOOL_REGVAL_PRINTDIRECT "PrintDirect" #define SPOOL_REG_PRINTSTAPLINGSUPPORTED "printStaplingSupported" #define SPOOL_REG_PRINTSTARTTIME "printStartTime" #define SPOOL_REG_PRINTSTATUS "printStatus" -- cgit