diff options
author | Jim McDonough <jmcd@samba.org> | 2002-12-04 21:30:52 +0000 |
---|---|---|
committer | Jim McDonough <jmcd@samba.org> | 2002-12-04 21:30:52 +0000 |
commit | 4fc602fd7da4b216748b005f62b14be0cfdddd63 (patch) | |
tree | 3c0930b11c4f0b16da3d85b7af28f771304231c8 /source/include | |
parent | a2ab78d68d269e77d55bf4b6929cf512a28f0708 (diff) | |
download | samba-4fc602fd7da4b216748b005f62b14be0cfdddd63.tar.gz samba-4fc602fd7da4b216748b005f62b14be0cfdddd63.tar.xz samba-4fc602fd7da4b216748b005f62b14be0cfdddd63.zip |
More attributes to publish. All DsSpooler attributes except REG_MULTI_SZ ones should be published now.
Diffstat (limited to 'source/include')
-rw-r--r-- | source/include/nt_printing.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/include/nt_printing.h b/source/include/nt_printing.h index 23d474c9578..54d55683fc3 100644 --- a/source/include/nt_printing.h +++ b/source/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" |