summaryrefslogtreecommitdiff
path: root/source3/aparser/test.struct
diff options
context:
space:
mode:
Diffstat (limited to 'source3/aparser/test.struct')
-rw-r--r--source3/aparser/test.struct23
1 files changed, 23 insertions, 0 deletions
diff --git a/source3/aparser/test.struct b/source3/aparser/test.struct
new file mode 100644
index 0000000000..517197bac3
--- /dev/null
+++ b/source3/aparser/test.struct
@@ -0,0 +1,23 @@
+module spool
+struct PRINTER_DRIVER_INFO_LEVEL_6 {
+ uint32 dummy1;
+ uint32 version;
+ UNISTR2 name;
+ UNISTR2 environment;
+ UNISTR2 driverpath;
+ UNISTR2 datafile;
+ UNISTR2 configfile;
+ UNISTR2 helpfile;
+ UNISTR2 monitorname;
+ UNISTR2 defaultdatatype;
+ BUFFER5 dependentfiles;
+ BUFFER5 previousnames;
+ NTTIME driverdate;
+ UINT64_S driverversion;
+ uint32 dummy4;
+ UNISTR2 mfgname;
+ UNISTR2 oemurl;
+ UNISTR2 hardwareid;
+ UNISTR2 provider;
+};
+