summaryrefslogtreecommitdiffstats
path: root/source/include/nt_printing.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-05-12 14:28:46 +0000
committerAndrew Tridgell <tridge@samba.org>2000-05-12 14:28:46 +0000
commit974813f0d4afb6c14ed27c48ab24b19932557f9f (patch)
tree59213acfa08aa1e979f360a1e0cc935b5b85803c /source/include/nt_printing.h
parentad5447220032b7f80251e0a5123f7f96b496ffcd (diff)
downloadsamba-974813f0d4afb6c14ed27c48ab24b19932557f9f.tar.gz
samba-974813f0d4afb6c14ed27c48ab24b19932557f9f.tar.xz
samba-974813f0d4afb6c14ed27c48ab24b19932557f9f.zip
added spool_io_printer_driver_info_level_6()
thsi function and the associated header structure were autogenerated using a little awk based code geerator I wroe ths evening. I'll commit that next ...
Diffstat (limited to 'source/include/nt_printing.h')
-rw-r--r--source/include/nt_printing.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/source/include/nt_printing.h b/source/include/nt_printing.h
index 7d4c4e9dd55..cec0f994eb2 100644
--- a/source/include/nt_printing.h
+++ b/source/include/nt_printing.h
@@ -149,9 +149,30 @@ typedef struct nt_printer_driver_info_level_3
} NT_PRINTER_DRIVER_INFO_LEVEL_3;
+/* SPOOL_PRINTER_DRIVER_INFO_LEVEL_6 structure */
+typedef struct {
+ uint32 version;
+ fstring name;
+ fstring environment;
+ fstring driverpath;
+ fstring datafile;
+ fstring configfile;
+ fstring helpfile;
+ fstring monitorname;
+ fstring defaultdatatype;
+ fstring mfgname;
+ fstring oemurl;
+ fstring hardwareid;
+ fstring provider;
+ char **dependentfiles;
+ char **previousnames;
+} NT_PRINTER_DRIVER_INFO_LEVEL_6;
+
+
typedef struct nt_printer_driver_info_level
{
NT_PRINTER_DRIVER_INFO_LEVEL_3 *info_3;
+ NT_PRINTER_DRIVER_INFO_LEVEL_6 *info_6;
} NT_PRINTER_DRIVER_INFO_LEVEL;
typedef struct nt_printer_param