spoolss: make spoolss_DriverDirectoryInfo1 public and gensize.
[abartlet/samba.git/.git] / librpc / idl / spoolss.idl
1 #include "idl_types.h"
2
3 /*
4   spoolss interface definitions
5 */
6 import "misc.idl", "security.idl", "winreg.idl";
7
8 [ uuid("12345678-1234-abcd-ef00-0123456789ab"),
9   version(1.0),
10   endpoint("ncacn_np:[\\pipe\\spoolss]"),
11   pointer_default(unique),
12   helpstring("Spooler SubSystem"),
13   helper("../librpc/ndr/ndr_spoolss_buf.h")
14 ] interface spoolss
15 {
16         typedef [v1_enum] enum winreg_Type winreg_Type;
17         typedef [gensize] struct {
18                 uint16 year;
19                 uint16 month;
20                 uint16 day_of_week;
21                 uint16 day;
22                 uint16 hour;
23                 uint16 minute;
24                 uint16 second;
25                 uint16 millisecond;
26         } spoolss_Time;
27
28         typedef struct {
29                 [value(ndr_size_spoolss_Time(time, ndr->iconv_convenience, ndr->flags))] uint32 size;
30                 [unique] spoolss_Time *time;
31         } spoolss_TimeCtr;
32
33         typedef enum {
34                 PROCESSOR_ARCHITECTURE_INTEL            = 0x0000,
35                 PROCESSOR_ARCHITECTURE_IA64             = 0x0006,
36                 PROCESSOR_ARCHITECTURE_AMD64            = 0x0009
37         } spoolss_ProcessorArchitecture;
38
39         typedef [v1_enum] enum {
40                 PROCESSOR_INTEL_386                     = 0x00000182,
41                 PROCESSOR_INTEL_486                     = 0x000001E6,
42                 PROCESSOR_INTEL_PENTIUM                 = 0x0000024A,
43                 PROCESSOR_INTEL_IA64                    = 0x00000898,
44                 PROCESSOR_AMD_X8664                     = 0x000022A0
45         } spoolss_ProcessorType;
46
47         typedef [v1_enum] enum {
48                 /* Windows 95, Windows 98, Windows Me, Windows NT4 */
49                 SPOOLSS_MAJOR_VERSION_NT4_95_98_ME      = 0x00000004,
50                 /* Windows 2000, Windows 2003, Windows XP */
51                 SPOOLSS_MAJOR_VERSION_2000_2003_XP      = 0x00000005,
52                 /* Windows Vista, Windows 2008 */
53                 SPOOLSS_MAJOR_VERSION_2008_VISTA        = 0x00000006
54         } spoolss_MajorVersion;
55
56         typedef [v1_enum] enum {
57                 /* Windows 2008, Windows Vista, Windows 2000, Windows NT4, Windows 95 */
58                 SPOOLSS_MINOR_VERSION_0                 = 0x00000000,
59                 /* Windows XP */
60                 SPOOLSS_MINOR_VERSION_XP                = 0x00000001,
61                 /* Windows 2003, Windows XP x64 */
62                 SPOOLSS_MINOR_VERSION_2003_XP64         = 0x00000002,
63                 /* Windows 98 */
64                 SPOOLSS_MINOR_VERSION_98                = 0x0000000a,
65                 /* Windows Me */
66                 SPOOLSS_MINOR_VERSION_ME                = 0x0000005a
67         } spoolss_MinorVersion;
68
69         typedef struct {
70                 [relative] nstring *printername;
71                 [relative] nstring *servername;
72                 uint32 cjobs;
73                 uint32 total_jobs;
74                 uint32 total_bytes;
75                 spoolss_Time time;
76                 uint32 global_counter;
77                 uint32 total_pages;
78                 uint32 version;
79                 uint32 free_build;
80                 uint32 spooling;
81                 uint32 max_spooling;
82                 uint32 session_counter;
83                 uint32 num_error_out_of_paper;
84                 uint32 num_error_not_ready;
85                 uint32 job_error;
86                 uint32 number_of_processors;
87                 spoolss_ProcessorType processor_type;
88                 uint32 high_part_total_bytes;
89                 uint32 change_id;
90                 WERROR last_error;
91                 uint32 status;
92                 uint32 enumerate_network_printers;
93                 uint32 c_setprinter;
94                 spoolss_ProcessorArchitecture processor_architecture;
95                 uint16 processor_level;
96                 uint32 ref_ic;
97                 uint32 reserved2;
98                 uint32 reserved3;
99         } spoolss_PrinterInfo0;
100
101         typedef [bitmap32bit] bitmap {
102                 DEVMODE_ORIENTATION             = 0x00000001,
103                 DEVMODE_PAPERSIZE               = 0x00000002,
104                 DEVMODE_PAPERLENGTH             = 0x00000004,
105                 DEVMODE_PAPERWIDTH              = 0x00000008,
106                 DEVMODE_SCALE                   = 0x00000010,
107                 DEVMODE_POSITION                = 0x00000020,
108                 DEVMODE_NUP                     = 0x00000040,
109                 DEVMODE_COPIES                  = 0x00000100,
110                 DEVMODE_DEFAULTSOURCE           = 0x00000200,
111                 DEVMODE_PRINTQUALITY            = 0x00000400,
112                 DEVMODE_COLOR                   = 0x00000800,
113                 DEVMODE_DUPLEX                  = 0x00001000,
114                 DEVMODE_YRESOLUTION             = 0x00002000,
115                 DEVMODE_TTOPTION                = 0x00004000,
116                 DEVMODE_COLLATE                 = 0x00008000,
117                 DEVMODE_FORMNAME                = 0x00010000,
118                 DEVMODE_LOGPIXELS               = 0x00020000,
119                 DEVMODE_BITSPERPEL              = 0x00040000,
120                 DEVMODE_PELSWIDTH               = 0x00080000,
121                 DEVMODE_PELSHEIGHT              = 0x00100000,
122                 DEVMODE_DISPLAYFLAGS            = 0x00200000,
123                 DEVMODE_DISPLAYFREQUENCY        = 0x00400000,
124                 DEVMODE_ICMMETHOD               = 0x00800000,
125                 DEVMODE_ICMINTENT               = 0x01000000,
126                 DEVMODE_MEDIATYPE               = 0x02000000,
127                 DEVMODE_DITHERTYPE              = 0x04000000,
128                 DEVMODE_PANNINGWIDTH            = 0x08000000,
129                 DEVMODE_PANNINGHEIGHT           = 0x10000000
130         } spoolss_DeviceModeFields;
131
132         typedef [public,gensize] struct {
133                 [charset(UTF16)] uint16 devicename[32];
134                 uint16 specversion;
135                 uint16 driverversion;
136                 uint16 size;
137                 [value(r->driverextra_data.length)] uint16 __driverextra_length;
138                 spoolss_DeviceModeFields fields;
139                 uint16 orientation;
140                 uint16 papersize;
141                 uint16 paperlength;
142                 uint16 paperwidth;
143                 uint16 scale;
144                 uint16 copies;
145                 uint16 defaultsource;
146                 uint16 printquality;
147                 uint16 color;
148                 uint16 duplex;
149                 uint16 yresolution;
150                 uint16 ttoption;
151                 uint16 collate;
152                 [charset(UTF16)] uint16 formname[32];
153                 uint16 logpixels;
154                 uint32 bitsperpel;
155                 uint32 pelswidth;
156                 uint32 pelsheight;
157                 uint32 displayflags;
158                 uint32 displayfrequency;
159                 uint32 icmmethod;
160                 uint32 icmintent;
161                 uint32 mediatype;
162                 uint32 dithertype;
163                 uint32 reserved1;
164                 uint32 reserved2;
165                 uint32 panningwidth;
166                 uint32 panningheight;
167                 [subcontext_size(__driverextra_length),subcontext(0),flag(NDR_REMAINING)] DATA_BLOB driverextra_data;
168         } spoolss_DeviceMode;
169
170         typedef [public] bitmap {
171                 PRINTER_ENUM_DEFAULT     = 0x00000001,
172                 PRINTER_ENUM_LOCAL       = 0x00000002,
173                 PRINTER_ENUM_CONNECTIONS = 0x00000004,
174                 PRINTER_ENUM_FAVORITE    = 0x00000004,
175                 PRINTER_ENUM_NAME        = 0x00000008,
176                 PRINTER_ENUM_REMOTE      = 0x00000010,
177                 PRINTER_ENUM_SHARED      = 0x00000020,
178                 PRINTER_ENUM_NETWORK     = 0x00000040,
179                 PRINTER_ENUM_EXPAND      = 0x00004000,
180                 PRINTER_ENUM_CONTAINER   = 0x00008000,
181                 PRINTER_ENUM_ICON1       = 0x00010000,
182                 PRINTER_ENUM_ICON2       = 0x00020000,
183                 PRINTER_ENUM_ICON3       = 0x00040000,
184                 PRINTER_ENUM_ICON4       = 0x00080000,
185                 PRINTER_ENUM_ICON5       = 0x00100000,
186                 PRINTER_ENUM_ICON6       = 0x00200000,
187                 PRINTER_ENUM_ICON7       = 0x00400000,
188                 PRINTER_ENUM_ICON8       = 0x00800000,
189                 PRINTER_ENUM_HIDE        = 0x01000000
190         } spoolss_EnumPrinterFlags;
191
192         const int PRINTER_ENUM_ICONMASK = (PRINTER_ENUM_ICON1 |
193                                            PRINTER_ENUM_ICON2 |
194                                            PRINTER_ENUM_ICON3 |
195                                            PRINTER_ENUM_ICON4 |
196                                            PRINTER_ENUM_ICON5 |
197                                            PRINTER_ENUM_ICON6 |
198                                            PRINTER_ENUM_ICON7 |
199                                            PRINTER_ENUM_ICON8); /* 0x00ff0000 */
200
201         typedef struct {
202                 spoolss_EnumPrinterFlags flags;
203                 [relative] nstring *name;
204                 [relative] nstring *description;
205                 [relative] nstring *comment;
206         } spoolss_PrinterInfo1;
207
208         typedef bitmap {
209                 PRINTER_ATTRIBUTE_QUEUED                = 0x00000001,
210                 PRINTER_ATTRIBUTE_DIRECT                = 0x00000002,
211                 PRINTER_ATTRIBUTE_DEFAULT               = 0x00000004,
212                 PRINTER_ATTRIBUTE_SHARED                = 0x00000008,
213                 PRINTER_ATTRIBUTE_NETWORK               = 0x00000010,
214                 PRINTER_ATTRIBUTE_HIDDEN                = 0x00000020,
215                 PRINTER_ATTRIBUTE_LOCAL                 = 0x00000040,
216                 PRINTER_ATTRIBUTE_ENABLE_DEVQ           = 0x00000080,
217                 PRINTER_ATTRIBUTE_KEEPPRINTEDJOBS       = 0x00000100,
218                 PRINTER_ATTRIBUTE_DO_COMPLETE_FIRST     = 0x00000200,
219                 PRINTER_ATTRIBUTE_WORK_OFFLINE          = 0x00000400,
220                 PRINTER_ATTRIBUTE_ENABLE_BIDI           = 0x00000800,
221                 PRINTER_ATTRIBUTE_RAW_ONLY              = 0x00001000,
222                 PRINTER_ATTRIBUTE_PUBLISHED             = 0x00002000,
223                 PRINTER_ATTRIBUTE_FAX                   = 0x00004000,
224                 PRINTER_ATTRIBUTE_TS                    = 0x00008000
225         } spoolss_PrinterAttributes;
226
227         typedef bitmap {
228                 PRINTER_STATUS_PAUSED           = 0x00000001,
229                 PRINTER_STATUS_ERROR            = 0x00000002,
230                 PRINTER_STATUS_PENDING_DELETION = 0x00000004,
231                 PRINTER_STATUS_PAPER_JAM        = 0x00000008,
232                 PRINTER_STATUS_PAPER_OUT        = 0x00000010,
233                 PRINTER_STATUS_MANUAL_FEED      = 0x00000020,
234                 PRINTER_STATUS_PAPER_PROBLEM    = 0x00000040,
235                 PRINTER_STATUS_OFFLINE          = 0x00000080,
236                 PRINTER_STATUS_IO_ACTIVE        = 0x00000100,
237                 PRINTER_STATUS_BUSY             = 0x00000200,
238                 PRINTER_STATUS_PRINTING         = 0x00000400,
239                 PRINTER_STATUS_OUTPUT_BIN_FULL  = 0x00000800,
240                 PRINTER_STATUS_NOT_AVAILABLE    = 0x00001000,
241                 PRINTER_STATUS_WAITING          = 0x00002000,
242                 PRINTER_STATUS_PROCESSING       = 0x00004000,
243                 PRINTER_STATUS_INITIALIZING     = 0x00008000,
244                 PRINTER_STATUS_WARMING_UP       = 0x00010000,
245                 PRINTER_STATUS_TONER_LOW        = 0x00020000,
246                 PRINTER_STATUS_NO_TONER         = 0x00040000,
247                 PRINTER_STATUS_PAGE_PUNT        = 0x00080000,
248                 PRINTER_STATUS_USER_INTERVENTION= 0x00100000,
249                 PRINTER_STATUS_OUT_OF_MEMORY    = 0x00200000,
250                 PRINTER_STATUS_DOOR_OPEN        = 0x00400000,
251                 PRINTER_STATUS_SERVER_UNKNOWN   = 0x00800000,
252                 PRINTER_STATUS_POWER_SAVE       = 0x01000000
253         } spoolss_PrinterStatus;
254
255         typedef struct {
256                 [relative] nstring *servername;
257                 [relative] nstring *printername;
258                 [relative] nstring *sharename;
259                 [relative] nstring *portname;
260                 [relative] nstring *drivername;
261                 [relative] nstring *comment;
262                 [relative] nstring *location;
263                 [relative,subcontext(0)] spoolss_DeviceMode *devmode;
264                 [relative] nstring *sepfile;
265                 [relative] nstring *printprocessor;
266                 [relative] nstring *datatype;
267                 [relative] nstring *parameters;
268                 [relative,subcontext(0)] security_descriptor *secdesc;
269                 spoolss_PrinterAttributes attributes;
270                 uint32 priority;
271                 uint32 defaultpriority;
272                 uint32 starttime;
273                 uint32 untiltime;
274                 spoolss_PrinterStatus status;
275                 uint32 cjobs;
276                 uint32 averageppm;
277         } spoolss_PrinterInfo2;
278
279         typedef struct {
280                 [relative,subcontext(0)] security_descriptor *secdesc;
281         } spoolss_PrinterInfo3;
282
283         typedef struct {
284                 [relative] nstring *printername;
285                 [relative] nstring *servername;
286                 spoolss_PrinterAttributes attributes;
287         } spoolss_PrinterInfo4;
288
289         typedef struct {
290                 [relative] nstring *printername;
291                 [relative] nstring *portname;
292                 spoolss_PrinterAttributes attributes;
293                 uint32 device_not_selected_timeout;
294                 uint32 transmission_retry_timeout;
295         } spoolss_PrinterInfo5;
296
297         typedef struct {
298                 spoolss_PrinterStatus status;
299         } spoolss_PrinterInfo6;
300
301         typedef bitmap {
302                 DSPRINT_PUBLISH         = 0x00000001,
303                 DSPRINT_UPDATE          = 0x00000002,
304                 DSPRINT_UNPUBLISH       = 0x00000004,
305                 DSPRINT_REPUBLISH       = 0x00000008,
306                 DSPRINT_PENDING         = 0x80000000
307         } spoolss_DsPrintAction;
308
309         typedef struct {
310                 [relative] nstring *guid; /* text form of printer guid */
311                 spoolss_DsPrintAction action;
312         } spoolss_PrinterInfo7;
313
314         typedef struct {
315                 [relative,subcontext(0)] spoolss_DeviceMode *devmode;
316         } spoolss_DeviceModeInfo;
317
318         typedef [nodiscriminant,relative_base,public] union {
319                 [case(0)] spoolss_PrinterInfo0 info0;
320                 [case(1)] spoolss_PrinterInfo1 info1;
321                 [case(2)] spoolss_PrinterInfo2 info2;
322                 [case(3)] spoolss_PrinterInfo3 info3;
323                 [case(4)] spoolss_PrinterInfo4 info4;
324                 [case(5)] spoolss_PrinterInfo5 info5;
325                 [case(6)] spoolss_PrinterInfo6 info6;
326                 [case(7)] spoolss_PrinterInfo7 info7;
327                 [case(8)] spoolss_DeviceModeInfo info8;
328                 [case(9)] spoolss_DeviceModeInfo info9;
329                 [default];
330         } spoolss_PrinterInfo;
331
332         /******************/
333         /* Function: 0x00 */
334         /* we are using this as internal parsing code */
335         [public,noopnum,noprint] WERROR _spoolss_EnumPrinters(
336                 [in] spoolss_EnumPrinterFlags flags,
337                 [in,unique] [string,charset(UTF16)] uint16 *server,
338                 [in] uint32 level,
339                 [in,unique] DATA_BLOB *buffer,
340                 [in] uint32 offered,
341                 [out,unique] DATA_BLOB *info,
342                 [out,ref] uint32 *needed,
343                 [out,ref] uint32 *count
344         );
345         [public,noopnum,noprint] void __spoolss_EnumPrinters(
346                 [in] uint32 level,
347                 [in] uint32 count,
348                 [out,switch_is(level)] spoolss_PrinterInfo info[count]
349         );
350         [nopull,nopush] WERROR spoolss_EnumPrinters(
351                 [in] spoolss_EnumPrinterFlags flags,
352                 [in,unique] [string,charset(UTF16)] uint16 *server,
353                 [in] uint32 level,
354                 [in,unique] DATA_BLOB *buffer,
355                 [in] uint32 offered,
356                 /* what we have here is a subcontext containing an array of no discriminant unions
357                  * and the array has no size in front
358                  */
359                 [out,ref] uint32 *count,
360                 [out,unique,switch_is(level),size_is(*count)] spoolss_PrinterInfo *info,
361                 [out,ref] uint32 *needed
362         );
363
364         /******************/
365         /* Function: 0x01 */
366         typedef struct {
367                 [value(_ndr_size_spoolss_DeviceMode(devmode, ndr->iconv_convenience, ndr->flags))] uint32 _ndr_size;
368                 [subcontext(4),subcontext_size(_ndr_size)] spoolss_DeviceMode *devmode;
369         } spoolss_DevmodeContainer;
370
371         [public] WERROR spoolss_OpenPrinter(
372                 [in,unique] [string,charset(UTF16)] uint16 *printername,
373                 [in,unique] [string,charset(UTF16)] uint16 *datatype,
374                 [in] spoolss_DevmodeContainer devmode_ctr,
375                 [in] spoolss_AccessRights access_mask,
376                 [out,ref] policy_handle *handle
377         );
378
379         /******************/
380         /* Function: 0x02 */
381         typedef struct {
382                 uint32 job_id;
383                 [relative] nstring *printer_name;
384                 [relative] nstring *server_name;
385                 [relative] nstring *user_name;
386                 [relative] nstring *document_name;
387                 [relative] nstring *data_type;
388                 [relative] nstring *text_status;
389                 uint32 status;
390                 uint32 priority;
391                 uint32 position;
392                 uint32 total_pages;
393                 uint32 pages_printed;
394                 spoolss_Time time;
395         } spoolss_JobInfo1;
396
397         typedef [nodiscriminant,relative_base,public] union {
398                 [case(1)] spoolss_JobInfo1 info1;
399                 [case(2)]; /* TODO */
400                 [case(3)]; /* TODO */
401                 [default];
402         } spoolss_JobInfo;
403
404         typedef struct {
405                 uint32 level;
406                 [switch_is(level)] spoolss_JobInfo info;
407         } spoolss_JobInfoContainer;
408
409         typedef [v1_enum] enum {
410                 SPOOLSS_JOB_CONTROL_PAUSE               = 1,
411                 SPOOLSS_JOB_CONTROL_RESUME              = 2,
412                 SPOOLSS_JOB_CONTROL_CANCEL              = 3,
413                 SPOOLSS_JOB_CONTROL_RESTART             = 4,
414                 SPOOLSS_JOB_CONTROL_DELETE              = 5,
415                 SPOOLSS_JOB_CONTROL_SEND_TO_PRINTER     = 6,
416                 SPOOLSS_JOB_CONTROL_LAST_PAGE_EJECTED   = 7
417         } spoolss_JobControl;
418
419         WERROR spoolss_SetJob(
420                 [in,ref] policy_handle *handle,
421                 [in] uint32 job_id,
422                 [in,unique] spoolss_JobInfoContainer *ctr,
423                 [in] spoolss_JobControl command
424         );
425
426         /******************/
427         /* Function: 0x03 */
428         WERROR spoolss_GetJob(
429                 [in,ref] policy_handle *handle,
430                 [in]     uint32 job_id,
431                 [in]     uint32 level,
432                 [in,unique] DATA_BLOB *buffer,
433                 [in]     uint32 offered,
434                 [out,unique,subcontext(4),subcontext_size(offered),switch_is(level)] spoolss_JobInfo *info,
435                 [out,ref] uint32 *needed
436         );
437
438         /******************/
439         /* Function: 0x04 */
440         [public,noopnum,noprint] WERROR _spoolss_EnumJobs(
441                 [in,ref] policy_handle *handle,
442                 [in]     uint32 firstjob,
443                 [in]     uint32 numjobs,
444                 [in]     uint32 level,
445                 [in,unique] DATA_BLOB *buffer,
446                 [in]     uint32 offered,
447                 [out,unique] DATA_BLOB *info,
448                 [out,ref] uint32 *needed,
449                 [out,ref] uint32 *count
450         );
451         [public,noopnum,noprint] void __spoolss_EnumJobs(
452                 [in] uint32 level,
453                 [in] uint32 count,
454                 [out,switch_is(level)] spoolss_JobInfo info[count]
455         );
456         [nopull,nopush] WERROR spoolss_EnumJobs(
457                 [in,ref] policy_handle *handle,
458                 [in]     uint32 firstjob,
459                 [in]     uint32 numjobs,
460                 [in]     uint32 level,
461                 [in,unique] DATA_BLOB *buffer,
462                 [in]     uint32 offered,
463                 [out,ref] uint32 *count,
464                 [out,unique,switch_is(level),size_is(*count)] spoolss_JobInfo *info,
465                 [out,ref] uint32 *needed
466         );
467
468         /******************/
469         /* Function: 0x05 */
470         [todo] WERROR spoolss_AddPrinter(
471                 /* This function is not implemented in Samba 3 as no
472                    clients have been observed using it. */
473         );
474
475         /******************/
476         /* Function: 0x06 */
477         WERROR spoolss_DeletePrinter(
478                 [in] policy_handle *handle
479         );
480
481         /******************/
482         /* Function: 0x07 */
483         typedef [v1_enum] enum {
484                 SPOOLSS_PRINTER_CONTROL_UNPAUSE    = 0,
485                 SPOOLSS_PRINTER_CONTROL_PAUSE      = 1,
486                 SPOOLSS_PRINTER_CONTROL_RESUME     = 2,
487                 SPOOLSS_PRINTER_CONTROL_PURGE      = 3,
488                 SPOOLSS_PRINTER_CONTROL_SET_STATUS = 4
489         } spoolss_PrinterControl;
490
491         typedef struct {
492                 [string,charset(UTF16)] uint16 *servername;
493                 [string,charset(UTF16)] uint16 *printername;
494                 uint32 cjobs;
495                 uint32 total_jobs;
496                 uint32 total_bytes;
497                 spoolss_Time time;
498                 uint32 global_counter;
499                 uint32 total_pages;
500                 uint32 version;
501                 uint32 free_build;
502                 uint32 spooling;
503                 uint32 max_spooling;
504                 uint32 session_counter;
505                 uint32 num_error_out_of_paper;
506                 uint32 num_error_not_ready;
507                 uint32 job_error;
508                 uint32 number_of_processors;
509                 spoolss_ProcessorType processor_type;
510                 uint32 high_part_total_bytes;
511                 uint32 change_id;
512                 WERROR last_error;
513                 uint32 status;
514                 uint32 enumerate_network_printers;
515                 uint32 c_setprinter;
516                 spoolss_ProcessorArchitecture processor_architecture;
517                 uint16 processor_level;
518                 uint32 ref_ic;
519                 uint32 reserved2;
520                 uint32 reserved3;
521         } spoolss_SetPrinterInfo0;
522
523         typedef struct {
524                 spoolss_EnumPrinterFlags flags;
525                 [string,charset(UTF16)] uint16 *name;
526                 [string,charset(UTF16)] uint16 *description;
527                 [string,charset(UTF16)] uint16 *comment;
528         } spoolss_SetPrinterInfo1;
529
530         typedef struct {
531                 [string,charset(UTF16)] uint16 *servername;
532                 [string,charset(UTF16)] uint16 *printername;
533                 [string,charset(UTF16)] uint16 *sharename;
534                 [string,charset(UTF16)] uint16 *portname;
535                 [string,charset(UTF16)] uint16 *drivername;
536                 [string,charset(UTF16)] uint16 *comment;
537                 [string,charset(UTF16)] uint16 *location;
538                 [subcontext(0)] spoolss_DeviceMode *devmode;
539                 [string,charset(UTF16)] uint16 *sepfile;
540                 [string,charset(UTF16)] uint16 *printprocessor;
541                 [string,charset(UTF16)] uint16 *datatype;
542                 [string,charset(UTF16)] uint16 *parameters;
543                 [subcontext(0)] security_descriptor *secdesc;
544                 spoolss_PrinterAttributes attributes;
545                 uint32 priority;
546                 uint32 defaultpriority;
547                 uint32 starttime;
548                 uint32 untiltime;
549                 spoolss_PrinterStatus status;
550                 uint32 cjobs;
551                 uint32 averageppm;
552         } spoolss_SetPrinterInfo2;
553
554         typedef struct {
555                 security_descriptor *secdesc;
556         } spoolss_SetPrinterInfo3;
557
558         typedef struct {
559                 [string,charset(UTF16)] uint16 *printername;
560                 [string,charset(UTF16)] uint16 *servername;
561                 spoolss_PrinterAttributes attributes;
562         } spoolss_SetPrinterInfo4;
563
564         typedef struct {
565                 [string,charset(UTF16)] uint16 *printername;
566                 [string,charset(UTF16)] uint16 *portname;
567                 spoolss_PrinterAttributes attributes;
568                 uint32 device_not_selected_timeout;
569                 uint32 transmission_retry_timeout;
570         } spoolss_SetPrinterInfo5;
571
572         typedef struct {
573                 spoolss_PrinterStatus status;
574         } spoolss_SetPrinterInfo6;
575
576         typedef struct {
577                 [string,charset(UTF16)] uint16 *guid; /* text form of printer guid */
578                 spoolss_DsPrintAction action;
579         } spoolss_SetPrinterInfo7;
580
581         typedef [switch_type(uint32)] union {
582                 [case(0)] spoolss_SetPrinterInfo0 *info0;
583                 [case(1)] spoolss_SetPrinterInfo1 *info1;
584                 [case(2)] spoolss_SetPrinterInfo2 *info2;
585                 [case(3)] spoolss_SetPrinterInfo3 *info3;
586                 [case(4)] spoolss_SetPrinterInfo4 *info4;
587                 [case(5)] spoolss_SetPrinterInfo5 *info5;
588                 [case(6)] spoolss_SetPrinterInfo6 *info6;
589                 [case(7)] spoolss_SetPrinterInfo7 *info7;
590                 [case(8)] spoolss_DeviceModeInfo *info8;
591                 [case(9)] spoolss_DeviceModeInfo *info9;
592                 [default];
593         } spoolss_SetPrinterInfo;
594
595         typedef struct {
596                 uint32 level;
597                 [switch_is(level)] spoolss_SetPrinterInfo info;
598         } spoolss_SetPrinterInfoCtr;
599
600         WERROR spoolss_SetPrinter(
601                 [in,ref] policy_handle *handle,
602                 [in,ref] spoolss_SetPrinterInfoCtr *info_ctr,
603                 [in,ref] spoolss_DevmodeContainer *devmode_ctr,
604                 [in,ref] sec_desc_buf *secdesc_ctr,
605                 [in] spoolss_PrinterControl command
606         );
607
608         /******************/
609         /* Function: 0x08 */
610         [public] WERROR spoolss_GetPrinter(
611                 [in,ref] policy_handle *handle,
612                 [in]     uint32 level,
613                 [in,unique] DATA_BLOB *buffer,
614                 [in]     uint32 offered,
615                 [out,unique,subcontext(4),subcontext_size(offered),switch_is(level)] spoolss_PrinterInfo *info,
616                 [out,ref] uint32 *needed
617         );
618
619         /******************/
620         /* Function: 0x09 */
621
622         typedef [public,gensize] struct {
623                 [value((ndr_size_spoolss_StringArray(r, ndr->iconv_convenience, ndr->flags)-4)/2)] uint32 _ndr_size;
624                 /*[subcontext(0),subcontext_size(_ndr_size*2)]*/ nstring_array string;
625         } spoolss_StringArray;
626
627         typedef struct {
628                 [string,charset(UTF16)] uint16 *driver_name;
629         } spoolss_AddDriverInfo1;
630
631         typedef [v1_enum] enum {
632                 SPOOLSS_DRIVER_VERSION_9X       = 0,
633                 SPOOLSS_DRIVER_VERSION_NT35     = 1,
634                 SPOOLSS_DRIVER_VERSION_NT4      = 2,
635                 SPOOLSS_DRIVER_VERSION_200X     = 3
636         } spoolss_DriverOSVersion;
637
638         typedef struct {
639                 spoolss_DriverOSVersion version;
640                 [string,charset(UTF16)] uint16 *driver_name;
641                 [string,charset(UTF16)] uint16 *architecture;
642                 [string,charset(UTF16)] uint16 *driver_path;
643                 [string,charset(UTF16)] uint16 *data_file;
644                 [string,charset(UTF16)] uint16 *config_file;
645         } spoolss_AddDriverInfo2;
646
647         typedef struct {
648                 spoolss_DriverOSVersion version;
649                 [string,charset(UTF16)] uint16 *driver_name;
650                 [string,charset(UTF16)] uint16 *architecture;
651                 [string,charset(UTF16)] uint16 *driver_path;
652                 [string,charset(UTF16)] uint16 *data_file;
653                 [string,charset(UTF16)] uint16 *config_file;
654                 [string,charset(UTF16)] uint16 *help_file;
655                 [string,charset(UTF16)] uint16 *monitor_name;
656                 [string,charset(UTF16)] uint16 *default_datatype;
657                 [value(((ndr_size_spoolss_StringArray(dependent_files, ndr->iconv_convenience, ndr->flags)-4)/2))] uint32 _ndr_size_dependent_files;
658                 spoolss_StringArray *dependent_files;
659         } spoolss_AddDriverInfo3;
660
661         typedef struct {
662                 spoolss_DriverOSVersion version;
663                 [string,charset(UTF16)] uint16 *driver_name;
664                 [string,charset(UTF16)] uint16 *architecture;
665                 [string,charset(UTF16)] uint16 *driver_path;
666                 [string,charset(UTF16)] uint16 *data_file;
667                 [string,charset(UTF16)] uint16 *config_file;
668                 [string,charset(UTF16)] uint16 *help_file;
669                 [string,charset(UTF16)] uint16 *monitor_name;
670                 [string,charset(UTF16)] uint16 *default_datatype;
671                 [value(((ndr_size_spoolss_StringArray(dependent_files, ndr->iconv_convenience, ndr->flags)-4)/2))] uint32 _ndr_size_dependent_files;
672                 spoolss_StringArray *dependent_files;
673                 [value(((ndr_size_spoolss_StringArray(previous_names, ndr->iconv_convenience, ndr->flags)-4)/2))] uint32 _ndr_size_previous_names;
674                 spoolss_StringArray *previous_names;
675         } spoolss_AddDriverInfo4;
676
677         typedef struct {
678                 spoolss_DriverOSVersion version;
679                 [string,charset(UTF16)] uint16 *driver_name;
680                 [string,charset(UTF16)] uint16 *architecture;
681                 [string,charset(UTF16)] uint16 *driver_path;
682                 [string,charset(UTF16)] uint16 *data_file;
683                 [string,charset(UTF16)] uint16 *config_file;
684                 uint32 driver_attributes;
685                 uint32 config_version;
686                 uint32 driver_version;
687         } spoolss_AddDriverInfo5;
688
689         typedef struct {
690                 spoolss_DriverOSVersion version;
691                 [string,charset(UTF16)] uint16 *driver_name;
692                 [string,charset(UTF16)] uint16 *architecture;
693                 [string,charset(UTF16)] uint16 *driver_path;
694                 [string,charset(UTF16)] uint16 *data_file;
695                 [string,charset(UTF16)] uint16 *config_file;
696                 [string,charset(UTF16)] uint16 *help_file;
697                 [string,charset(UTF16)] uint16 *monitor_name;
698                 [string,charset(UTF16)] uint16 *default_datatype;
699                 [value(((ndr_size_spoolss_StringArray(dependent_files, ndr->iconv_convenience, ndr->flags)-4)/2))] uint32 _ndr_size_dependent_files;
700                 spoolss_StringArray *dependent_files;
701                 [value(((ndr_size_spoolss_StringArray(previous_names, ndr->iconv_convenience, ndr->flags)-4)/2))] uint32 _ndr_size_previous_names;
702                 spoolss_StringArray *previous_names;
703                 NTTIME driver_data;
704                 hyper driver_version;
705                 [string,charset(UTF16)] uint16 *manufacturer_name;
706                 [string,charset(UTF16)] uint16 *manufacturer_url;
707                 [string,charset(UTF16)] uint16 *hardware_id;
708                 [string,charset(UTF16)] uint16 *provider;
709         } spoolss_AddDriverInfo6;
710
711         typedef struct {
712                 spoolss_DriverOSVersion version;
713                 [string,charset(UTF16)] uint16 *driver_name;
714                 [string,charset(UTF16)] uint16 *architecture;
715                 [string,charset(UTF16)] uint16 *driver_path;
716                 [string,charset(UTF16)] uint16 *data_file;
717                 [string,charset(UTF16)] uint16 *config_file;
718                 [string,charset(UTF16)] uint16 *help_file;
719                 [string,charset(UTF16)] uint16 *monitor_name;
720                 [string,charset(UTF16)] uint16 *default_datatype;
721                 [value(((ndr_size_spoolss_StringArray(dependent_files, ndr->iconv_convenience, ndr->flags)-4)/2))] uint32 _ndr_size_dependent_files;
722                 spoolss_StringArray *dependent_files;
723                 [value(((ndr_size_spoolss_StringArray(previous_names, ndr->iconv_convenience, ndr->flags)-4)/2))] uint32 _ndr_size_previous_names;
724                 spoolss_StringArray *previous_names;
725                 NTTIME driver_data;
726                 hyper driver_version;
727                 [string,charset(UTF16)] uint16 *manufacturer_name;
728                 [string,charset(UTF16)] uint16 *manufacturer_url;
729                 [string,charset(UTF16)] uint16 *hardware_id;
730                 [string,charset(UTF16)] uint16 *provider;
731                 [string,charset(UTF16)] uint16 *print_processor;
732                 [string,charset(UTF16)] uint16 *vendor_setup;
733                 [value(((ndr_size_spoolss_StringArray(color_profiles, ndr->iconv_convenience, ndr->flags)-4)/2))] uint32 _ndr_size_color_profiles;
734                 spoolss_StringArray *color_profiles;
735                 [string,charset(UTF16)] uint16 *inf_path;
736                 uint32 printer_driver_attributes;
737                 [value(((ndr_size_spoolss_StringArray(core_driver_dependencies, ndr->iconv_convenience, ndr->flags)-4)/2))] uint32 _ndr_size_core_driver_dependencies;
738                 spoolss_StringArray *core_driver_dependencies;
739                 NTTIME min_inbox_driver_ver_date;
740                 hyper min_inbox_driver_ver_version;
741         } spoolss_AddDriverInfo8;
742
743         typedef [switch_type(uint32)] union {
744                 [case(1)] spoolss_AddDriverInfo1 *info1;
745                 [case(2)] spoolss_AddDriverInfo2 *info2;
746                 [case(3)] spoolss_AddDriverInfo3 *info3;
747                 [case(4)] spoolss_AddDriverInfo4 *info4;
748                 [case(6)] spoolss_AddDriverInfo6 *info6;
749                 [case(8)] spoolss_AddDriverInfo8 *info8;
750         } spoolss_AddDriverInfo;
751
752         typedef struct {
753                 uint32 level;
754                 [switch_is(level)] spoolss_AddDriverInfo info;
755         } spoolss_AddDriverInfoCtr;
756
757         WERROR spoolss_AddPrinterDriver(
758                 [in,unique] [string,charset(UTF16)] uint16 *servername,
759                 [in,ref] spoolss_AddDriverInfoCtr *info_ctr
760         );
761
762         typedef struct {
763                 [relative] nstring *driver_name;
764         } spoolss_DriverInfo1;
765
766         typedef struct {
767                 spoolss_DriverOSVersion version;
768                 [relative] nstring *driver_name;
769                 [relative] nstring *architecture;
770                 [relative] nstring *driver_path;
771                 [relative] nstring *data_file;
772                 [relative] nstring *config_file;
773         } spoolss_DriverInfo2;
774
775         typedef struct {
776                 spoolss_DriverOSVersion version;
777                 [relative] nstring *driver_name;
778                 [relative] nstring *architecture;
779                 [relative] nstring *driver_path;
780                 [relative] nstring *data_file;
781                 [relative] nstring *config_file;
782                 [relative] nstring *help_file;
783                 [relative] nstring_array *dependent_files;
784                 [relative] nstring *monitor_name;
785                 [relative] nstring *default_datatype;
786         } spoolss_DriverInfo3;
787
788         typedef struct {
789                 spoolss_DriverOSVersion version;
790                 [relative] nstring *driver_name;
791                 [relative] nstring *architecture;
792                 [relative] nstring *driver_path;
793                 [relative] nstring *data_file;
794                 [relative] nstring *config_file;
795                 [relative] nstring *help_file;
796                 [relative] nstring_array *dependent_files;
797                 [relative] nstring *monitor_name;
798                 [relative] nstring *default_datatype;
799                 [relative] nstring_array *previous_names;
800         } spoolss_DriverInfo4;
801
802         typedef struct {
803                 spoolss_DriverOSVersion version;
804                 [relative] nstring *driver_name;
805                 [relative] nstring *architecture;
806                 [relative] nstring *driver_path;
807                 [relative] nstring *data_file;
808                 [relative] nstring *config_file;
809                 uint32 driver_attributes;
810                 uint32 config_version;
811                 uint32 driver_version;
812         } spoolss_DriverInfo5;
813
814         typedef struct {
815                 spoolss_DriverOSVersion version;
816                 [relative] nstring *driver_name;
817                 [relative] nstring *architecture;
818                 [relative] nstring *driver_path;
819                 [relative] nstring *data_file;
820                 [relative] nstring *config_file;
821                 [relative] nstring *help_file;
822                 [relative] nstring_array *dependent_files;
823                 [relative] nstring *monitor_name;
824                 [relative] nstring *default_datatype;
825                 [relative] nstring_array *previous_names;
826                 NTTIME driver_data;
827                 hyper driver_version;
828                 [relative] nstring *manufacturer_name;
829                 [relative] nstring *manufacturer_url;
830                 [relative] nstring *hardware_id;
831                 [relative] nstring *provider;
832         } spoolss_DriverInfo6;
833
834         typedef struct {
835                 spoolss_DriverOSVersion version;
836                 [relative] nstring *driver_name;
837                 [relative] nstring *architecture;
838                 [relative] nstring *driver_path;
839                 [relative] nstring *data_file;
840                 [relative] nstring *config_file;
841                 [relative] nstring *help_file;
842                 [relative] nstring *monitor_name;
843                 [relative] nstring *default_datatype;
844                 [relative] nstring_array *dependent_files;
845                 [relative] nstring_array *previous_names;
846                 NTTIME driver_data;
847                 hyper driver_version;
848                 [relative] nstring *manufacturer_name;
849                 [relative] nstring *manufacturer_url;
850                 [relative] nstring *hardware_id;
851                 [relative] nstring *provider;
852                 [relative] nstring *print_processor;
853                 [relative] nstring *vendor_setup;
854                 [relative] nstring_array *color_profiles;
855                 [relative] nstring *inf_path;
856                 uint32 printer_driver_attributes;
857                 [relative] nstring_array *core_driver_dependencies;
858                 NTTIME min_inbox_driver_ver_date;
859                 hyper min_inbox_driver_ver_version;
860         } spoolss_DriverInfo8;
861
862         typedef [nodiscriminant,relative_base,public] union {
863                 [case(1)] spoolss_DriverInfo1 info1;
864                 [case(2)] spoolss_DriverInfo2 info2;
865                 [case(3)] spoolss_DriverInfo3 info3;
866                 [case(4)] spoolss_DriverInfo4 info4;
867                 [case(5)] spoolss_DriverInfo5 info5;
868                 [case(6)] spoolss_DriverInfo6 info6;
869                 [case(8)] spoolss_DriverInfo8 info8;
870                 [default];
871         } spoolss_DriverInfo;
872
873         /******************/
874         /* Function: 0x0a */
875         [public,noopnum,noprint] WERROR _spoolss_EnumPrinterDrivers(
876                 [in,unique] [string,charset(UTF16)] uint16 *server,
877                 [in,unique] [string,charset(UTF16)] uint16 *environment,
878                 [in] uint32 level,
879                 [in,unique] DATA_BLOB *buffer,
880                 [in] uint32 offered,
881                 [out,unique] DATA_BLOB *info,
882                 [out,ref] uint32 *needed,
883                 [out,ref] uint32 *count
884         );
885         [public,noopnum,noprint] void __spoolss_EnumPrinterDrivers(
886                 [in] uint32 level,
887                 [in] uint32 count,
888                 [out,switch_is(level)] spoolss_DriverInfo info[count]
889         );
890         [nopull,nopush] WERROR spoolss_EnumPrinterDrivers(
891                 [in,unique] [string,charset(UTF16)] uint16 *server,
892                 [in,unique] [string,charset(UTF16)] uint16 *environment,
893                 [in] uint32 level,
894                 [in,unique] DATA_BLOB *buffer,
895                 [in] uint32 offered,
896                 [out,ref] uint32 *count,
897                 [out,unique,switch_is(level),size_is(*count)] spoolss_DriverInfo *info,
898                 [out,ref] uint32 *needed
899         );
900
901         /******************/
902         /* Function: 0x0b */
903         [todo] WERROR spoolss_GetPrinterDriver(
904         );
905
906         /******************/
907         /* Function: 0x0c */
908         typedef [public,gensize] struct {
909                 nstring directory_name;
910         } spoolss_DriverDirectoryInfo1;
911
912         /* NOTE: it's seems that w2k3 completly ignores the level
913                  in its server code
914          */
915         typedef [nodiscriminant,relative_base,gensize,public] union {
916                 [case(1)] spoolss_DriverDirectoryInfo1 info1;
917                 [default] spoolss_DriverDirectoryInfo1 info1;
918         } spoolss_DriverDirectoryInfo;
919
920         [public] WERROR spoolss_GetPrinterDriverDirectory(
921                 [in,unique] [string,charset(UTF16)] uint16 *server,
922                 [in,unique] [string,charset(UTF16)] uint16 *environment,
923                 [in] uint32 level,
924                 [in,unique] DATA_BLOB *buffer,
925                 [in] uint32 offered,
926                 [out,unique,subcontext(4),subcontext_size(offered),switch_is(level)] spoolss_DriverDirectoryInfo *info,
927                 [out,ref] uint32 *needed
928         );
929
930         /******************/
931         /* Function: 0x0d */
932         WERROR spoolss_DeletePrinterDriver(
933                 [in,unique] [string,charset(UTF16)] uint16 *server,
934                 [in] [string,charset(UTF16)] uint16 architecture[],
935                 [in] [string,charset(UTF16)] uint16 driver[]
936         );
937
938         /******************/
939         /* Function: 0x0e */
940         WERROR spoolss_AddPrintProcessor(
941                 [in,unique] [string,charset(UTF16)] uint16 *server,
942                 [in] [string,charset(UTF16)] uint16 architecture[],
943                 [in] [string,charset(UTF16)] uint16 path_name[],
944                 [in] [string,charset(UTF16)] uint16 print_processor_name[]
945         );
946
947         /******************/
948         /* Function: 0x0f */
949         typedef struct {
950                 [relative] nstring *print_processor_name;
951         } spoolss_PrintProcessorInfo1;
952
953         typedef [nodiscriminant,relative_base,public] union {
954                 [case(1)] spoolss_PrintProcessorInfo1 info1;
955                 [default];
956         } spoolss_PrintProcessorInfo;
957
958         [public,noopnum,noprint] WERROR _spoolss_EnumPrintProcessors(
959                 [in,unique] [string,charset(UTF16)] uint16 *servername,
960                 [in,unique] [string,charset(UTF16)] uint16 *environment,
961                 [in] uint32 level,
962                 [in,unique] DATA_BLOB *buffer,
963                 [in] uint32 offered,
964                 [out,unique] DATA_BLOB *info,
965                 [out,ref] uint32 *needed,
966                 [out,ref] uint32 *count
967         );
968         [public,noopnum,noprint] void __spoolss_EnumPrintProcessors(
969                 [in] uint32 level,
970                 [in] uint32 count,
971                 [out,switch_is(level)] spoolss_PrintProcessorInfo info[count]
972         );
973         [nopull,nopush] WERROR spoolss_EnumPrintProcessors(
974                 [in,unique] [string,charset(UTF16)] uint16 *servername,
975                 [in,unique] [string,charset(UTF16)] uint16 *environment,
976                 [in] uint32 level,
977                 [in,unique] DATA_BLOB *buffer,
978                 [in] uint32 offered,
979                 [out,ref] uint32 *count,
980                 [out,unique,switch_is(level),size_is(*count)] spoolss_PrintProcessorInfo *info,
981                 [out,ref] uint32 *needed
982         );
983
984         /******************/
985         /* Function: 0x10 */
986         [todo] WERROR spoolss_GetPrintProcessorDirectory(
987         );
988
989         /******************/
990         /* Function: 0x11 */
991         typedef struct {
992                 [string,charset(UTF16)] uint16 *document_name;
993                 [string,charset(UTF16)] uint16 *output_file;
994                 [string,charset(UTF16)] uint16 *datatype;
995         } spoolss_DocumentInfo1;
996
997         typedef [switch_type(uint32)] union {
998                 [case(1)] spoolss_DocumentInfo1 *info1;
999                 [case(2)]; /* TODO */
1000                 [case(3)]; /* TODO */
1001                 [default];
1002         } spoolss_DocumentInfo;
1003
1004         WERROR spoolss_StartDocPrinter(
1005                 [in,ref] policy_handle *handle,
1006                 [in] uint32 level,
1007                 [in,switch_is(level)] spoolss_DocumentInfo info,
1008                 [out,ref] uint32 *job_id
1009         );
1010
1011         /******************/
1012         /* Function: 0x12 */
1013         WERROR spoolss_StartPagePrinter(
1014                 [in,ref] policy_handle *handle
1015         );
1016
1017         /******************/
1018         /* Function: 0x13 */
1019         WERROR spoolss_WritePrinter(
1020                 [in,ref] policy_handle *handle,
1021                 [in] DATA_BLOB data,
1022                 [in,value(r->in.data.length)] uint32 _data_size,
1023                 [out,ref] uint32 *num_written
1024         );
1025
1026         /******************/
1027         /* Function: 0x14 */
1028         WERROR spoolss_EndPagePrinter(
1029                 [in,ref] policy_handle *handle
1030         );
1031
1032         /******************/
1033         /* Function: 0x15 */
1034         WERROR spoolss_AbortPrinter(
1035                 [in,ref] policy_handle *handle
1036         );
1037
1038         /******************/
1039         /* Function: 0x16 */
1040         WERROR spoolss_ReadPrinter(
1041                 [in,ref] policy_handle *handle,
1042                 [out,ref] [size_is(data_size)] uint8 *data,
1043                 [in] uint32 data_size,
1044                 [out,ref] uint32 *_data_size
1045         );
1046
1047         /******************/
1048         /* Function: 0x17 */
1049         WERROR spoolss_EndDocPrinter(
1050                 [in,ref] policy_handle *handle
1051         );
1052
1053         /******************/
1054         /* Function: 0x18 */
1055         WERROR spoolss_AddJob(
1056                 [in,ref] policy_handle *handle,
1057                 [in] uint32 level,
1058                 [in,out,unique] [size_is(offered)] uint8 *buffer,
1059                 [in] uint32 offered,
1060                 [out,ref] uint32 *needed
1061         );
1062
1063         /******************/
1064         /* Function: 0x19 */
1065         WERROR spoolss_ScheduleJob(
1066                 [in,ref] policy_handle *handle,
1067                 [in] uint32 jobid
1068         );
1069
1070         /******************/
1071         /* Function: 0x1a */
1072         const string SPOOLSS_ARCHITECTURE_NT_X86                = "Windows NT x86";
1073
1074         typedef [public,gensize] struct {
1075                 [value(ndr_size_spoolss_OSVersion(r,ndr->iconv_convenience,ndr->flags))] uint32 _ndr_size;
1076                 uint32 major;
1077                 uint32 minor;
1078                 uint32 build;
1079                 [value(2)] uint32 unknown;
1080                 [subcontext(0),subcontext_size(256)] nstring extra_string;
1081         } spoolss_OSVersion;
1082
1083         typedef [public,gensize] struct {
1084                 [value(ndr_size_spoolss_OSVersionEx(r,ndr->iconv_convenience,ndr->flags))] uint32 _ndr_size;
1085                 uint32 major;
1086                 uint32 minor;
1087                 uint32 build;
1088                 [value(2)] uint32 unknown1;
1089                 [subcontext(0),subcontext_size(256)] nstring extra_string;
1090                 uint32 unknown2;/* service pack number? I saw 0 from w2k3 and 1 from winxp sp1*/
1091                 uint32 unknown3;/* hmm? w2k3: 131346(0x20112) winxp sp1: 503382272 0x1E010100 */
1092         } spoolss_OSVersionEx;
1093
1094         typedef [v1_enum] enum {
1095                 SPOOLSS_PRINTER_DATA_TYPE_NULL = 0,
1096                 SPOOLSS_PRINTER_DATA_TYPE_STRING = 1,
1097                 SPOOLSS_PRINTER_DATA_TYPE_BINARY = 3,
1098                 SPOOLSS_PRINTER_DATA_TYPE_UINT32 = 4,
1099                 SPOOLSS_PRINTER_DATA_TYPE_STRING_ARRAY = 7
1100         } spoolss_PrinterDataType;
1101
1102         typedef [nodiscriminant,public,gensize] union {
1103                 [case(SPOOLSS_PRINTER_DATA_TYPE_NULL)];
1104                 [case(SPOOLSS_PRINTER_DATA_TYPE_STRING)] nstring string;
1105                 [case(SPOOLSS_PRINTER_DATA_TYPE_BINARY),flag(NDR_REMAINING)] DATA_BLOB binary;
1106                 [case(SPOOLSS_PRINTER_DATA_TYPE_UINT32)] uint32 value;
1107                 [case(SPOOLSS_PRINTER_DATA_TYPE_STRING_ARRAY)] nstring_array string_array;
1108                 [default,flag(NDR_REMAINING)] DATA_BLOB data;
1109         } spoolss_PrinterData;
1110
1111         [noopnum,noprint,public] WERROR _spoolss_GetPrinterData(
1112                 [in,ref] policy_handle *handle,
1113                 [in]     [string,charset(UTF16)] uint16 value_name[],
1114                 [in]     uint32 offered,
1115                 [out,ref] spoolss_PrinterDataType *type,
1116                 [out]    DATA_BLOB data,
1117                 [out,ref] uint32 *needed
1118         );
1119         [noopnum,noprint,public] void __spoolss_GetPrinterData(
1120                 [in] spoolss_PrinterDataType type,
1121                 [out,switch_is(type)] spoolss_PrinterData data
1122         );
1123         [nopull,nopush,public] WERROR spoolss_GetPrinterData(
1124                 [in,ref] policy_handle *handle,
1125                 [in]     [string,charset(UTF16)] uint16 value_name[],
1126                 [in]     uint32 offered,
1127                 [out,ref] spoolss_PrinterDataType *type,
1128                 [out,subcontext(4),subcontext_size(offered),switch_is(*type)] spoolss_PrinterData data,
1129                 [out,ref] uint32 *needed
1130         );
1131
1132         /******************/
1133         /* Function: 0x1b */
1134         [noopnum,nopull,noprint,public] WERROR _spoolss_SetPrinterData(
1135                 [in,ref] policy_handle *handle,
1136                 [in] [string,charset(UTF16)] uint16 value_name[],
1137                 [in] spoolss_PrinterDataType type,
1138                 [in] DATA_BLOB data,
1139                 [in] uint32 _offered
1140         );
1141         [noopnum,nopull,noprint,public] void __spoolss_SetPrinterData(
1142                 [in] spoolss_PrinterDataType type,
1143                 [out,switch_is(type)] spoolss_PrinterData data
1144         );
1145         [nopush] WERROR spoolss_SetPrinterData(
1146                 [in,ref] policy_handle *handle,
1147                 [in] [string,charset(UTF16)] uint16 value_name[],
1148                 [in] spoolss_PrinterDataType type,
1149                 [in,subcontext(4),switch_is(type)] spoolss_PrinterData data,
1150                 [in,value(ndr_size_spoolss_PrinterData(&data,type,ndr->iconv_convenience,flags))] uint32 _offered
1151         );
1152
1153         /******************/
1154         /* Function: 0x1c */
1155         [todo] WERROR spoolss_WaitForPrinterChange(
1156         );
1157
1158         /******************/
1159         /* Function: 0x1d */
1160         [public] WERROR spoolss_ClosePrinter(
1161                 [in,out,ref]     policy_handle *handle
1162         );
1163
1164         /******************/
1165         /* Function: 0x1e */
1166         typedef [v1_enum] enum {
1167                 SPOOLSS_FORM_USER       = 0,
1168                 SPOOLSS_FORM_BUILTIN    = 1,
1169                 SPOOLSS_FORM_PRINTER    = 2
1170         } spoolss_FormFlags;
1171
1172         typedef struct {
1173                 uint32 width;
1174                 uint32 height;
1175         } spoolss_FormSize;
1176
1177         typedef struct {
1178                 uint32 left;
1179                 uint32 top;
1180                 uint32 right;
1181                 uint32 bottom;
1182         } spoolss_FormArea;
1183
1184         typedef struct {
1185                 spoolss_FormFlags flags;
1186                 [relative] nstring *form_name;
1187                 spoolss_FormSize size;
1188                 spoolss_FormArea area;
1189         } spoolss_FormInfo1;
1190
1191         typedef [nodiscriminant,relative_base,public,gensize] union {
1192                 [case(1)] spoolss_FormInfo1 info1;
1193                 [default];
1194         } spoolss_FormInfo;
1195
1196         typedef struct {
1197                 spoolss_FormFlags flags;
1198                 [string,charset(UTF16)] uint16 *form_name;
1199                 spoolss_FormSize size;
1200                 spoolss_FormArea area;
1201         } spoolss_AddFormInfo1;
1202
1203         typedef [switch_type(uint32)] union {
1204                 [case(1)] spoolss_AddFormInfo1 *info1;
1205         } spoolss_AddFormInfo;
1206
1207         WERROR spoolss_AddForm(
1208                 [in,ref] policy_handle *handle,
1209                 [in] uint32 level,
1210                 [in,switch_is(level)] spoolss_AddFormInfo info
1211         );
1212
1213         /******************/
1214         /* Function: 0x1f */
1215         WERROR spoolss_DeleteForm(
1216                 [in,ref] policy_handle *handle,
1217                 [in] [string,charset(UTF16)] uint16 form_name[]
1218         );
1219
1220         /******************/
1221         /* Function: 0x20 */
1222         WERROR spoolss_GetForm(
1223                 [in,ref] policy_handle *handle,
1224                 [in] [string,charset(UTF16)] uint16 form_name[],
1225                 [in] uint32 level,
1226                 [in,unique] DATA_BLOB *buffer,
1227                 [in] uint32 offered,
1228                 [out,unique,subcontext(4),subcontext_size(offered),switch_is(level)] spoolss_FormInfo *info,
1229                 [out,ref] uint32 *needed
1230         );
1231
1232         /******************/
1233         /* Function: 0x21 */
1234         WERROR spoolss_SetForm(
1235                 [in,ref] policy_handle *handle,
1236                 [in] [string,charset(UTF16)] uint16 form_name[],
1237                 [in] uint32 level,
1238                 [in,switch_is(level)] spoolss_AddFormInfo info
1239         );
1240
1241         /******************/
1242         /* Function: 0x22 */
1243         [public,noopnum,noprint] WERROR _spoolss_EnumForms(
1244                 [in,ref] policy_handle *handle,
1245                 [in]     uint32 level,
1246                 [in,unique] DATA_BLOB *buffer,
1247                 [in]     uint32 offered,
1248                 [out,unique] DATA_BLOB *info,
1249                 [out,ref] uint32 *needed,
1250                 [out,ref] uint32 *count
1251         );
1252         [public,noopnum,noprint] void __spoolss_EnumForms(
1253                 [in] uint32 level,
1254                 [in] uint32 count,
1255                 [out,switch_is(level)] spoolss_FormInfo info[count]
1256         );
1257         [nopull,nopush] WERROR spoolss_EnumForms(
1258                 [in,ref] policy_handle *handle,
1259                 [in]     uint32 level,
1260                 [in,unique] DATA_BLOB *buffer,
1261                 [in]     uint32 offered,
1262                 [out,ref] uint32 *count,
1263                 [out,unique,switch_is(level),size_is(*count)] spoolss_FormInfo *info,
1264                 [out,ref] uint32 *needed
1265         );
1266
1267         typedef struct {
1268                 [relative] nstring *port_name;
1269         } spoolss_PortInfo1;
1270
1271         typedef bitmap {
1272                 SPOOLSS_PORT_TYPE_WRITE         = 0x00000001,
1273                 SPOOLSS_PORT_TYPE_READ          = 0x00000002,
1274                 SPOOLSS_PORT_TYPE_REDIRECTED    = 0x00000004,
1275                 SPOOLSS_PORT_TYPE_NET_ATTACHED  = 0x00000008
1276         } spoolss_PortType;
1277
1278         typedef struct {
1279                 [relative] nstring *port_name;
1280                 [relative] nstring *monitor_name;
1281                 [relative] nstring *description;
1282                 spoolss_PortType port_type;
1283                 uint32 reserved;
1284         } spoolss_PortInfo2;
1285
1286         typedef [nodiscriminant,relative_base,public] union {
1287                 [case(1)] spoolss_PortInfo1 info1;
1288                 [case(2)] spoolss_PortInfo2 info2;
1289                 [case(3)]; /* TODO */
1290                 [default];
1291         } spoolss_PortInfo;
1292
1293         /******************/
1294         /* Function: 0x23 */
1295         [public,noopnum,noprint] WERROR _spoolss_EnumPorts(
1296                 [in,unique] [string,charset(UTF16)] uint16 *servername,
1297                 [in] uint32 level,
1298                 [in,unique] DATA_BLOB *buffer,
1299                 [in] uint32 offered,
1300                 [out,unique] DATA_BLOB *info,
1301                 [out,ref] uint32 *needed,
1302                 [out,ref] uint32 *count
1303         );
1304         [public,noopnum,noprint] void __spoolss_EnumPorts(
1305                 [in] uint32 level,
1306                 [in] uint32 count,
1307                 [out,switch_is(level)] spoolss_PortInfo info[count]
1308         );
1309         [nopull,nopush] WERROR spoolss_EnumPorts(
1310                 [in,unique] [string,charset(UTF16)] uint16 *servername,
1311                 [in] uint32 level,
1312                 [in,unique] DATA_BLOB *buffer,
1313                 [in] uint32 offered,
1314                 [out,ref] uint32 *count,
1315                 [out,unique,switch_is(level),size_is(*count)] spoolss_PortInfo *info,
1316                 [out,ref] uint32 *needed
1317         );
1318
1319         /******************/
1320         /* Function: 0x24 */
1321         typedef struct {
1322                 [relative] nstring *monitor_name;
1323         } spoolss_MonitorInfo1;
1324
1325         typedef struct {
1326                 [relative] nstring *monitor_name;
1327                 [relative] nstring *environment;
1328                 [relative] nstring *dll_name;
1329         } spoolss_MonitorInfo2;
1330
1331         typedef [nodiscriminant,relative_base,public] union {
1332                 [case(1)] spoolss_MonitorInfo1 info1;
1333                 [case(2)] spoolss_MonitorInfo2 info2;
1334                 [default];
1335         } spoolss_MonitorInfo;
1336
1337         [public,noopnum,noprint] WERROR _spoolss_EnumMonitors(
1338                 [in,unique] [string,charset(UTF16)] uint16 *servername,
1339                 [in] uint32 level,
1340                 [in,unique] DATA_BLOB *buffer,
1341                 [in] uint32 offered,
1342                 [out,unique] DATA_BLOB *info,
1343                 [out,ref] uint32 *needed,
1344                 [out,ref] uint32 *count
1345         );
1346         [public,noopnum,noprint] void __spoolss_EnumMonitors(
1347                 [in] uint32 level,
1348                 [in] uint32 count,
1349                 [out,switch_is(level)] spoolss_MonitorInfo info[count]
1350         );
1351         [nopull,nopush] WERROR spoolss_EnumMonitors(
1352                 [in,unique] [string,charset(UTF16)] uint16 *servername,
1353                 [in] uint32 level,
1354                 [in,unique] DATA_BLOB *buffer,
1355                 [in] uint32 offered,
1356                 [out,ref] uint32 *count,
1357                 [out,unique,switch_is(level),size_is(*count)] spoolss_MonitorInfo *info,
1358                 [out,ref] uint32 *needed
1359         );
1360
1361         /******************/
1362         /* Function: 0x25 */
1363         WERROR spoolss_AddPort(
1364                [in,unique] [string,charset(UTF16)] uint16 *server_name,
1365                [in] uint32 unknown,
1366                [in] [string,charset(UTF16)] uint16 monitor_name[]
1367         );
1368
1369         /******************/
1370         /* Function: 0x26 */
1371         [todo] WERROR spoolss_ConfigurePort(
1372         );
1373
1374         /******************/
1375         /* Function: 0x27 */
1376         [todo] WERROR spoolss_DeletePort(
1377         );
1378
1379         /******************/
1380         /* Function: 0x28 */
1381         [todo] WERROR spoolss_CreatePrinterIC(
1382         );
1383
1384         /******************/
1385         /* Function: 0x29 */
1386         [todo] WERROR spoolss_PlayGDIScriptOnPrinterIC(
1387         );
1388
1389         /******************/
1390         /* Function: 0x2a */
1391         [todo] WERROR spoolss_DeletePrinterIC(
1392         );
1393
1394         /******************/
1395         /* Function: 0x2b */
1396         [todo] WERROR spoolss_AddPrinterConnection(
1397         );
1398
1399         /******************/
1400         /* Function: 0x2c */
1401         [todo] WERROR spoolss_DeletePrinterConnection(
1402         );
1403
1404         /******************/
1405         /* Function: 0x2d */
1406         [todo] WERROR spoolss_PrinterMessageBox(
1407                 /* Marked as obsolete in MSDN.  "Not necessary and has
1408                    no effect". */
1409         );
1410
1411         /******************/
1412         /* Function: 0x2e */
1413         [todo] WERROR spoolss_AddMonitor(
1414         );
1415
1416         /******************/
1417         /* Function: 0x2f */
1418         [todo] WERROR spoolss_DeleteMonitor(
1419         );
1420
1421         /******************/
1422         /* Function: 0x30 */
1423         [todo] WERROR spoolss_DeletePrintProcessor(
1424         );
1425
1426         /******************/
1427         /* Function: 0x31 */
1428         [todo] WERROR spoolss_AddPrintProvidor(
1429         );
1430
1431         /******************/
1432         /* Function: 0x32 */
1433         [todo] WERROR spoolss_DeletePrintProvidor(
1434         );
1435
1436         /******************/
1437         /* Function: 0x33 */
1438         [todo] WERROR spoolss_EnumPrintProcDataTypes(
1439         );
1440
1441         /******************/
1442         /* Function: 0x34 */
1443         WERROR spoolss_ResetPrinter(
1444                 [in,ref] policy_handle *handle,
1445                 [in,unique] [string,charset(UTF16)] uint16 *data_type,
1446                 [in,ref] spoolss_DevmodeContainer *devmode_ctr
1447         );
1448
1449         /******************/
1450         /* Function: 0x35 */
1451         WERROR spoolss_GetPrinterDriver2(
1452                 [in,ref] policy_handle *handle,
1453                 [in,unique] [string,charset(UTF16)] uint16 *architecture,
1454                 [in]     uint32 level,
1455                 [in,unique] DATA_BLOB *buffer,
1456                 [in]     uint32 offered,
1457                 [in]     uint32 client_major_version,
1458                 [in]     uint32 client_minor_version,
1459                 [out,unique] DATA_BLOB *info,
1460                 [out,ref] uint32 *needed,
1461                 [out,ref] uint32 *server_major_version,
1462                 [out,ref] uint32 *server_minor_version
1463         );
1464
1465         /******************/
1466         /* Function: 0x36 */
1467         [todo] WERROR spoolss_FindFirstPrinterChangeNotification(
1468         );
1469
1470         /******************/
1471         /* Function: 0x37 */
1472         [todo] WERROR spoolss_FindNextPrinterChangeNotification(
1473         );
1474
1475         /******************/
1476         /* Function: 0x38 */
1477         [public] WERROR spoolss_FindClosePrinterNotify(
1478                 [in,ref] policy_handle *handle
1479         );
1480
1481         /******************/
1482         /* Function: 0x39 */
1483         [todo] WERROR spoolss_RouterFindFirstPrinterChangeNotificationOld(
1484         );
1485
1486         /******************/
1487         /* Function: 0x3a */
1488         [public] WERROR spoolss_ReplyOpenPrinter(
1489                 [in,string,charset(UTF16)] uint16 server_name[],
1490                 [in] uint32 printer_local,
1491                 [in] winreg_Type type,
1492                 [in,range(0,512)] uint32 bufsize,
1493                 [in,unique,size_is(bufsize)] uint8 *buffer,
1494                 [out,ref] policy_handle *handle
1495         );
1496
1497         /******************/
1498         /* Function: 0x3b */
1499
1500         typedef [bitmap32bit] bitmap {
1501                 PRINTER_CHANGE_ADD_PRINTER                      = 0x00000001,
1502                 PRINTER_CHANGE_SET_PRINTER                      = 0x00000002,
1503                 PRINTER_CHANGE_DELETE_PRINTER                   = 0x00000004,
1504                 PRINTER_CHANGE_FAILED_CONNECTION_PRINTER        = 0x00000008,
1505                 PRINTER_CHANGE_ADD_JOB                          = 0x00000100,
1506                 PRINTER_CHANGE_SET_JOB                          = 0x00000200,
1507                 PRINTER_CHANGE_DELETE_JOB                       = 0x00000400,
1508                 PRINTER_CHANGE_WRITE_JOB                        = 0x00000800,
1509                 PRINTER_CHANGE_ADD_FORM                         = 0x00010000,
1510                 PRINTER_CHANGE_SET_FORM                         = 0x00020000,
1511                 PRINTER_CHANGE_DELETE_FORM                      = 0x00040000,
1512                 PRINTER_CHANGE_ADD_PORT                         = 0x00100000,
1513                 PRINTER_CHANGE_CONFIGURE_PORT                   = 0x00200000,
1514                 PRINTER_CHANGE_DELETE_PORT                      = 0x00400000,
1515                 PRINTER_CHANGE_ADD_PRINT_PROCESSOR              = 0x01000000,
1516                 PRINTER_CHANGE_DELETE_PRINT_PROCESSOR           = 0x04000000,
1517                 PRINTER_CHANGE_ADD_PRINTER_DRIVER               = 0x10000000,
1518                 PRINTER_CHANGE_SET_PRINTER_DRIVER               = 0x20000000,
1519                 PRINTER_CHANGE_DELETE_PRINTER_DRIVER            = 0x40000000,
1520                 PRINTER_CHANGE_TIMEOUT                          = 0x80000000
1521         } spoolss_PrinterChangeFlags;
1522
1523         const int PRINTER_CHANGE_PRINTER                        = (PRINTER_CHANGE_ADD_PRINTER |
1524                                                                    PRINTER_CHANGE_SET_PRINTER |
1525                                                                    PRINTER_CHANGE_DELETE_PRINTER |
1526                                                                    PRINTER_CHANGE_FAILED_CONNECTION_PRINTER); /* 0x000000FF */
1527
1528         const int PRINTER_CHANGE_JOB                            = (PRINTER_CHANGE_ADD_JOB |
1529                                                                    PRINTER_CHANGE_SET_JOB |
1530                                                                    PRINTER_CHANGE_DELETE_JOB |
1531                                                                    PRINTER_CHANGE_WRITE_JOB); /* 0x0000FF00 */
1532
1533         const int PRINTER_CHANGE_FORM                           = (PRINTER_CHANGE_ADD_FORM |
1534                                                                    PRINTER_CHANGE_SET_FORM |
1535                                                                    PRINTER_CHANGE_DELETE_FORM); /* 0x00070000 */
1536
1537         const int PRINTER_CHANGE_PORT                           = (PRINTER_CHANGE_ADD_PORT |
1538                                                                    PRINTER_CHANGE_CONFIGURE_PORT |
1539                                                                    PRINTER_CHANGE_DELETE_PORT); /* 0x00700000 */
1540
1541         const int PRINTER_CHANGE_PRINT_PROCESSOR                = (PRINTER_CHANGE_ADD_PRINT_PROCESSOR |
1542                                                                    PRINTER_CHANGE_DELETE_PRINT_PROCESSOR); /* 0x07000000 */
1543
1544         const int PRINTER_CHANGE_PRINTER_DRIVER                 = (PRINTER_CHANGE_ADD_PRINTER_DRIVER |
1545                                                                    PRINTER_CHANGE_SET_PRINTER_DRIVER |
1546                                                                    PRINTER_CHANGE_DELETE_PRINTER_DRIVER); /* 0x70000000 */
1547
1548         const int PRINTER_CHANGE_ALL                            = (PRINTER_CHANGE_JOB |
1549                                                                    PRINTER_CHANGE_FORM |
1550                                                                    PRINTER_CHANGE_PORT |
1551                                                                    PRINTER_CHANGE_PRINT_PROCESSOR |
1552                                                                    PRINTER_CHANGE_PRINTER_DRIVER); /* 0x7777FFFF */
1553         WERROR spoolss_RouterReplyPrinter(
1554                 [in,ref] policy_handle *handle,
1555                 [in] spoolss_PrinterChangeFlags flags,
1556                 [in,range(0,512)] uint32 bufsize,
1557                 [in,unique,size_is(bufsize)] uint8 *buffer
1558         );
1559
1560         /******************/
1561         /* Function: 0x3c */
1562         [public] WERROR spoolss_ReplyClosePrinter(
1563                 [in,out,ref] policy_handle *handle
1564         );
1565
1566         /******************/
1567         /* Function: 0x3d */
1568         [todo] WERROR spoolss_AddPortEx(
1569         );
1570
1571         /******************/
1572         /* Function: 0x3e */
1573         [todo] WERROR spoolss_RouterFindFirstPrinterChangeNotification(
1574         );
1575
1576         /******************/
1577         /* Function: 0x3f */
1578         [todo] WERROR spoolss_SpoolerInit(
1579         );
1580
1581         /******************/
1582         /* Function: 0x40 */
1583         [todo] WERROR spoolss_ResetPrinterEx(
1584         );
1585
1586         typedef [enum16bit] enum {
1587                 SPOOLSS_FIELD_SERVER_NAME               =  0,
1588                 SPOOLSS_FIELD_PRINTER_NAME              =  1,
1589                 SPOOLSS_FIELD_SHARE_NAME        =  2,
1590                 SPOOLSS_FIELD_PORT_NAME                 =  3,
1591                 SPOOLSS_FIELD_DRIVER_NAME               =  4,
1592                 SPOOLSS_FIELD_COMMENT                   =  5,
1593                 SPOOLSS_FIELD_LOCATION                  =  6,
1594                 SPOOLSS_FIELD_DEVMODE                   =  7,
1595                 SPOOLSS_FIELD_SEPFILE                   =  8,
1596                 SPOOLSS_FIELD_PRINT_PROCESSOR   =  9,
1597                 SPOOLSS_FIELD_PARAMETERS                = 10,
1598                 SPOOLSS_FIELD_DATATYPE                  = 11,
1599                 SPOOLSS_FIELD_SECURITY_DESCRIPTOR=12,
1600                 SPOOLSS_FIELD_ATTRIBUTES                = 13,
1601                 SPOOLSS_FIELD_PRIORITY                  = 14,
1602                 SPOOLSS_FIELD_DEFAULT_PRIORITY  = 15,
1603                 SPOOLSS_FIELD_START_TIME                = 16,
1604                 SPOOLSS_FIELD_UNTIL_TIME                = 17,
1605                 SPOOLSS_FIELD_STATUS                    = 18,
1606                 SPOOLSS_FIELD_STATUS_STRING             = 19,
1607                 SPOOLSS_FIELD_CJOBS                             = 20,
1608                 SPOOLSS_FIELD_AVERAGE_PPM               = 21,
1609                 SPOOLSS_FIELD_TOTAL_PAGES               = 22,
1610                 SPOOLSS_FIELD_PAGES_PRINTED     = 23,
1611                 SPOOLSS_FIELD_TOTAL_BYTES               = 24,
1612                 SPOOLSS_FIELD_BYTES_PRINTED             = 25
1613         } spoolss_Field;
1614
1615         typedef [enum16bit] enum {
1616                 SPOOLSS_NOTIFY_PRINTER                  = 0,
1617                 SPOOLSS_NOTIFY_JOB                              = 1
1618         } spoolss_NotifyType;
1619
1620         /******************/
1621         /* Function: 0x41 */
1622         typedef struct {
1623                 spoolss_NotifyType type;
1624                 uint16 u1;
1625                 uint32 u2;
1626                 uint32 u3;
1627                 uint32 count;
1628                 [size_is(count)] spoolss_Field *fields;
1629         } spoolss_NotifyOptionType;
1630
1631         typedef struct {
1632                 [value(2)] uint32 version;
1633                 uint32 flags;
1634                 uint32 count;
1635                 [size_is(count)] spoolss_NotifyOptionType *types;
1636         } spoolss_NotifyOption;
1637
1638         [public] WERROR spoolss_RemoteFindFirstPrinterChangeNotifyEx(
1639                 [in,ref] policy_handle *handle,
1640                 [in] spoolss_PrinterChangeFlags flags,
1641                 [in] uint32 options,
1642                 [in,unique] [string,charset(UTF16)] uint16 *local_machine,
1643                 [in] uint32 printer_local,
1644                 [in,unique] spoolss_NotifyOption *notify_options
1645         );
1646
1647         /******************/
1648         /* Function: 0x42 */
1649
1650         typedef struct {
1651                 uint32 size;
1652                 [size_is(size/2),unique,charset(UTF16)] uint16 *string;
1653         } spoolss_NotifyString;
1654
1655         typedef [v1_enum] enum {
1656                 NOTIFY_TABLE_DWORD              = 0x0001,
1657                 NOTIFY_TABLE_STRING             = 0x0002,
1658                 NOTIFY_TABLE_DEVMODE            = 0x0003,
1659                 NOTIFY_TABLE_TIME               = 0x0004,
1660                 NOTIFY_TABLE_SECURITYDESCRIPTOR = 0x0005
1661         } spoolss_NotifyTable;
1662
1663         typedef [switch_type(uint32)] union {
1664                 [case(1)] uint32 integer[2];
1665                 [case(2)] spoolss_NotifyString string;
1666                 [case(3)] spoolss_DeviceMode *devmode;
1667                 [case(4)] spoolss_TimeCtr time;
1668                 [case(5)] sec_desc_buf sd;
1669         } spoolss_NotifyData;
1670
1671         typedef struct {
1672                 spoolss_NotifyType type;
1673                 spoolss_Field field;
1674                 spoolss_NotifyTable variable_type;
1675                 uint32 job_id;
1676                 [switch_is(variable_type)] spoolss_NotifyData data;
1677         } spoolss_Notify;
1678
1679         typedef struct {
1680                 [value(2)] uint32 version;
1681                 uint32 flags;
1682                 uint32 count;
1683                 [size_is(count)] spoolss_Notify notifies[];
1684         } spoolss_NotifyInfo;
1685
1686         typedef [switch_type(uint32)] union {
1687                 [case(0)] spoolss_NotifyInfo *info0;
1688         } spoolss_ReplyPrinterInfo;
1689
1690         typedef [bitmap32bit] bitmap {
1691                 PRINTER_NOTIFY_INFO_DISCARDED           = 0x00000001,
1692                 PRINTER_NOTIFY_INFO_DISCARDNOTED        = 0x00010000,
1693                 PRINTER_NOTIFY_INFO_COLOR_MISMATCH      = 0x00080000
1694         } spoolss_PrinterNotifyFlags;
1695
1696         WERROR spoolss_RouterReplyPrinterEx(
1697                 [in,ref] policy_handle *handle,
1698                 [in] uint32 color,
1699                 [in] spoolss_PrinterChangeFlags flags,
1700                 [out,ref] spoolss_PrinterNotifyFlags *reply_result,
1701                 [in] uint32 reply_type,
1702                 [in,switch_is(reply_type)] spoolss_ReplyPrinterInfo info
1703         );
1704
1705         /******************/
1706         /* Function: 0x43 */
1707         [public] WERROR spoolss_RouterRefreshPrinterChangeNotify(
1708                 [in,ref] policy_handle *handle,
1709                 [in] uint32 change_low,
1710                 [in,unique] spoolss_NotifyOption *options,
1711                 [out,ref] spoolss_NotifyInfo **info
1712         );
1713
1714         /******************/
1715         /* Function: 0x44 */
1716         [todo] WERROR spoolss_44(
1717         );
1718
1719         typedef struct {
1720                 uint32 size;
1721                 [string,charset(UTF16)] uint16 *client;
1722                 [string,charset(UTF16)] uint16 *user;
1723                 uint32 build;
1724                 spoolss_MajorVersion major;
1725                 spoolss_MinorVersion minor;
1726                 spoolss_ProcessorArchitecture processor;
1727         } spoolss_UserLevel1;
1728
1729         typedef struct {
1730                 uint32 not_used;
1731         } spoolss_UserLevel2;
1732
1733         typedef struct {
1734                 uint32 size;
1735                 uint32 flags;
1736                 uint32 size2;
1737                 [string,charset(UTF16)] uint16 *client;
1738                 [string,charset(UTF16)] uint16 *user;
1739                 uint32 build;
1740                 spoolss_MajorVersion major;
1741                 spoolss_MinorVersion minor;
1742                 spoolss_ProcessorArchitecture processor;
1743                 udlong reserved;
1744         } spoolss_UserLevel3;
1745
1746         typedef [switch_type(uint32)] union {
1747                 [case(1)]  spoolss_UserLevel1 *level1;
1748                 [case(2)]  spoolss_UserLevel2 *level2;
1749                 [case(3)]  spoolss_UserLevel3 *level3;
1750         } spoolss_UserLevel;
1751
1752         typedef struct {
1753                 uint32 level;
1754                 [switch_is(level)] spoolss_UserLevel user_info;
1755         } spoolss_UserLevelCtr;
1756
1757         typedef bitmap {
1758                 SERVER_ACCESS_ADMINISTER        = 0x00000001,
1759                 SERVER_ACCESS_ENUMERATE         = 0x00000002,
1760                 PRINTER_ACCESS_ADMINISTER       = 0x00000004,
1761                 PRINTER_ACCESS_USE              = 0x00000008,
1762                 JOB_ACCESS_ADMINISTER           = 0x00000010
1763         } spoolss_AccessRights;
1764
1765         /* Access rights for print servers */
1766         const int SERVER_ALL_ACCESS     = SEC_STD_REQUIRED |
1767                                           SERVER_ACCESS_ADMINISTER |
1768                                           SERVER_ACCESS_ENUMERATE;
1769
1770         const int SERVER_READ           = SEC_STD_READ_CONTROL |
1771                                           SERVER_ACCESS_ENUMERATE;
1772
1773         const int SERVER_WRITE          = STANDARD_RIGHTS_WRITE_ACCESS |
1774                                           SERVER_ACCESS_ADMINISTER |
1775                                           SERVER_ACCESS_ENUMERATE;
1776
1777         const int SERVER_EXECUTE        = SEC_STD_READ_CONTROL |
1778                                           SERVER_ACCESS_ENUMERATE;
1779
1780         /* Access rights for printers */
1781         const int PRINTER_ALL_ACCESS    = SEC_STD_REQUIRED |
1782                                           PRINTER_ACCESS_ADMINISTER |
1783                                           PRINTER_ACCESS_USE;
1784
1785         const int PRINTER_READ          = SEC_STD_READ_CONTROL |
1786                                           PRINTER_ACCESS_USE;
1787
1788         const int PRINTER_WRITE         = STANDARD_RIGHTS_WRITE_ACCESS |
1789                                           PRINTER_ACCESS_USE;
1790
1791         const int PRINTER_EXECUTE       = SEC_STD_READ_CONTROL |
1792                                           PRINTER_ACCESS_USE;
1793
1794         /* Access rights for jobs */
1795         const int JOB_ALL_ACCESS        = SEC_STD_REQUIRED |
1796                                           JOB_ACCESS_ADMINISTER;
1797
1798         const int JOB_READ              = SEC_STD_READ_CONTROL |
1799                                           JOB_ACCESS_ADMINISTER;
1800
1801         const int JOB_WRITE             = STANDARD_RIGHTS_WRITE_ACCESS |
1802                                           JOB_ACCESS_ADMINISTER;
1803
1804         const int JOB_EXECUTE           = SEC_STD_READ_CONTROL |
1805                                           JOB_ACCESS_ADMINISTER;
1806
1807         /* ACE masks for various print permissions */
1808         const int PRINTER_ACE_FULL_CONTROL = SEC_GENERIC_ALL |
1809                                                 PRINTER_ALL_ACCESS;
1810
1811         const int PRINTER_ACE_MANAGE_DOCUMENTS = SEC_GENERIC_ALL |
1812                                                 READ_CONTROL_ACCESS;
1813
1814         const int PRINTER_ACE_PRINT     = GENERIC_EXECUTE_ACCESS |
1815                                           READ_CONTROL_ACCESS |
1816                                           PRINTER_ACCESS_USE;
1817
1818         /******************/
1819         /* Function: 0x45 */
1820         [public] WERROR spoolss_OpenPrinterEx(
1821                 [in,unique]           [string,charset(UTF16)] uint16 *printername,
1822                 [in,unique]           [string,charset(UTF16)] uint16 *datatype,
1823                 [in]                  spoolss_DevmodeContainer devmode_ctr,
1824                 [in]                  spoolss_AccessRights access_mask,
1825                 [in]                  uint32 level,
1826                 [in,switch_is(level)] spoolss_UserLevel userlevel,
1827                 [out,ref]             policy_handle *handle
1828         );
1829
1830         /******************/
1831         /* Function: 0x46 */
1832         WERROR spoolss_AddPrinterEx(
1833                 [in,unique] [string,charset(UTF16)] uint16 *server,
1834                 [in,ref] spoolss_SetPrinterInfoCtr *info_ctr,
1835                 [in,ref] spoolss_DevmodeContainer *devmode_ctr,
1836                 [in,ref] sec_desc_buf *secdesc_ctr,
1837                 [in,ref] spoolss_UserLevelCtr *userlevel_ctr,
1838                 [out,ref] policy_handle *handle
1839         );
1840
1841         /******************/
1842         /* Function: 0x47 */
1843         [todo] WERROR spoolss_47(
1844         );
1845
1846         /******************/
1847         /* Function: 0x48 */
1848         WERROR spoolss_EnumPrinterData(
1849                 [in,ref] policy_handle *handle,
1850                 [in]     uint32 enum_index,
1851                 [out,size_is(value_offered/2),charset(UTF16)] uint16 value_name[],
1852                 [in]     uint32 value_offered,
1853                 [out,ref] uint32 *value_needed,
1854                 [out,ref] uint32 *printerdata_type,
1855                 [out,ref] DATA_BLOB *buffer,
1856                 [in]     uint32 data_offered,
1857                 [out,ref] uint32 *data_needed
1858         );
1859
1860         /******************/
1861         /* Function: 0x49 */
1862         WERROR spoolss_DeletePrinterData(
1863                 [in,ref] policy_handle *handle,
1864                 [in] [string,charset(UTF16)] uint16 value_name[]
1865         );
1866
1867         /******************/
1868         /* Function: 0x4a */
1869         [todo] WERROR spoolss_4a(
1870         );
1871
1872         /******************/
1873         /* Function: 0x4b */
1874         [todo] WERROR spoolss_4b(
1875         );
1876
1877         /******************/
1878         /* Function: 0x4c */
1879         [todo] WERROR spoolss_4c(
1880         );
1881
1882         /******************/
1883         /* Function: 0x4d */
1884         WERROR spoolss_SetPrinterDataEx(
1885                 [in,ref] policy_handle *handle,
1886                 [in]     [string,charset(UTF16)] uint16 key_name[],
1887                 [in]     [string,charset(UTF16)] uint16 value_name[],
1888                 [in]     uint32 type,
1889                 [in,ref] [size_is(offered)] uint8 *buffer,
1890                 [in]     uint32 offered
1891         );
1892
1893         /******************/
1894         /* Function: 0x4e */
1895         WERROR spoolss_GetPrinterDataEx(
1896                 [in,ref] policy_handle *handle,
1897                 [in]     [string,charset(UTF16)] uint16 key_name[],
1898                 [in]     [string,charset(UTF16)] uint16 value_name[],
1899                 [out,ref] uint32 *type,
1900                 [out,ref] [size_is(offered)] uint8 *buffer,
1901                 [in]     uint32 offered,
1902                 [out,ref] uint32 *needed
1903         );
1904
1905         /******************/
1906         /* Function: 0x4f */
1907         [public] WERROR spoolss_EnumPrinterDataEx(
1908                 [in,ref] policy_handle *handle,
1909                 [in]     [string,charset(UTF16)] uint16 key_name[],
1910                 [out,ref] [size_is(offered)] uint8 *buffer,
1911                 [in]     uint32 offered,
1912                 [out,ref] uint32 *needed,
1913                 [out,ref] uint32 *count
1914         );
1915
1916         /******************/
1917         /* Function: 0x50 */
1918         [public] WERROR spoolss_EnumPrinterKey(
1919                 [in, ref] policy_handle *handle,
1920                 [in] [string,charset(UTF16)] uint16 key_name[],
1921                 [out,ref] [size_is(key_buffer_size/2)] uint16 *key_buffer,
1922                 [in] uint32 key_buffer_size,
1923                 [out,ref] uint32 *needed
1924         );
1925
1926         /******************/
1927         /* Function: 0x51 */
1928         WERROR spoolss_DeletePrinterDataEx(
1929                 [in,ref] policy_handle *handle,
1930                 [in] [string,charset(UTF16)] uint16 key_name[],
1931                 [in] [string,charset(UTF16)] uint16 value_name[]
1932         );
1933
1934         /******************/
1935         /* Function: 0x52 */
1936         WERROR spoolss_DeletePrinterKey(
1937                 [in,ref] policy_handle *handle,
1938                 [in] [string,charset(UTF16)] uint16 key_name[]
1939         );
1940
1941         /******************/
1942         /* Function: 0x53 */
1943         [todo] WERROR spoolss_53(
1944         );
1945
1946         /******************/
1947         /* Function: 0x54 */
1948         typedef [public,bitmap32bit] bitmap {
1949                 DPD_DELETE_UNUSED_FILES         = 0x00000001,
1950                 DPD_DELETE_SPECIFIC_VERSION     = 0x00000002,
1951                 DPD_DELETE_ALL_FILES            = 0x00000004
1952         } spoolss_DeleteDriverFlags;
1953
1954         WERROR spoolss_DeletePrinterDriverEx(
1955                 [in,unique] [string,charset(UTF16)] uint16 *server,
1956                 [in] [string,charset(UTF16)] uint16 architecture[],
1957                 [in] [string,charset(UTF16)] uint16 driver[],
1958                 [in] spoolss_DeleteDriverFlags delete_flags,
1959                 [in] uint32 version
1960         );
1961
1962         /******************/
1963         /* Function: 0x55 */
1964         [todo] WERROR spoolss_55(
1965         );
1966
1967         /******************/
1968         /* Function: 0x56 */
1969         [todo] WERROR spoolss_56(
1970         );
1971
1972         /******************/
1973         /* Function: 0x57 */
1974         [todo] WERROR spoolss_57(
1975         );
1976
1977         /******************/
1978         /* Function: 0x58 */
1979
1980         typedef [v1_enum] enum {
1981                 PROTOCOL_RAWTCP_TYPE    = 1,
1982                 PROTOCOL_LPR_TYPE       = 2
1983         } spoolss_PortProtocol;
1984
1985         typedef [public] struct {
1986                 [charset(UTF16)] uint16 portname[64];
1987                 [value(0x00000001)] uint32 version;
1988                 spoolss_PortProtocol protocol;
1989                 [value(sizeof(r))] uint32 size;
1990                 uint32 reserved;
1991                 [charset(UTF16)] uint16 hostaddress[49];
1992                 [charset(UTF16)] uint16 snmpcommunity[33];
1993                 uint32 dblspool;
1994                 [charset(UTF16)] uint16 queue[33];
1995                 [charset(UTF16)] uint16 ip_address[16]; /* s3 had 17 */
1996                 [charset(UTF16)] uint16 hardware_address[13];
1997                 [charset(UTF16)] uint16 device_type[257];
1998                 uint32 port_number;
1999                 boolean32 snmp_enabled;
2000                 uint32 snmp_dev_index;
2001         } spoolss_PortData1;
2002
2003         typedef [public] struct {
2004                 [charset(UTF16)] uint16 portname[64];
2005                 [value(0x00000002)] uint32 version;
2006                 spoolss_PortProtocol protocol;
2007                 [value(sizeof(r))] uint32 size;
2008                 uint32 reserved;
2009                 [charset(UTF16)] uint16 hostaddress[128];
2010                 [charset(UTF16)] uint16 snmpcommunity[33];
2011                 uint32 dblspool;
2012                 [charset(UTF16)] uint16 queue[33];
2013                 [charset(UTF16)] uint16 device_type[257];
2014                 uint32 port_number;
2015                 boolean32 snmp_enabled;
2016                 uint32 snmp_dev_index;
2017                 uint32 port_monitor_mib_index;
2018         } spoolss_PortData2;
2019
2020         typedef [public] struct {
2021                 nstring dll_name;
2022         } spoolss_MonitorUi;
2023
2024         WERROR spoolss_XcvData(
2025                 [in,ref] policy_handle *handle,
2026                 [in] [string,charset(UTF16)] uint16 function_name[],
2027                 [in] DATA_BLOB in_data,
2028                 [in,value(r->in.in_data.length)] uint32 _in_data_length,
2029                 [out,ref] [size_is(out_data_size)] uint8 *out_data,
2030                 [in] uint32 out_data_size,
2031                 [out,ref] uint32 *needed,
2032                 [in,out,ref] uint32 *status_code
2033         );
2034
2035         /******************/
2036         /* Function: 0x59 */
2037
2038         typedef [bitmap32bit] bitmap {
2039                 APD_STRICT_UPGRADE              = 0x00000001,
2040                 APD_STRICT_DOWNGRADE            = 0x00000002,
2041                 APD_COPY_ALL_FILES              = 0x00000004,
2042                 APD_COPY_NEW_FILES              = 0x00000008,
2043                 APD_COPY_FROM_DIRECTORY         = 0x00000010,
2044                 APD_DONT_COPY_FILES_TO_CLUSTER  = 0x00001000,
2045                 APD_COPY_TO_ALL_SPOOLERS        = 0x00002000,
2046                 APD_RETURN_BLOCKING_STATUS_CODE = 0x00010000
2047         } spoolss_AddPrinterDriverExFlags;
2048
2049         [public] WERROR spoolss_AddPrinterDriverEx(
2050                 [in,unique] [string,charset(UTF16)] uint16 *servername,
2051                 [in,ref] spoolss_AddDriverInfoCtr *info_ctr,
2052                 [in] spoolss_AddPrinterDriverExFlags flags
2053         );
2054
2055         /******************/
2056         /* Function: 0x5a */
2057         [todo] WERROR spoolss_5a(
2058         );
2059
2060         /******************/
2061         /* Function: 0x5b */
2062         [todo] WERROR spoolss_5b(
2063         );
2064
2065         /******************/
2066         /* Function: 0x5c */
2067         [todo] WERROR spoolss_5c(
2068         );
2069
2070         /******************/
2071         /* Function: 0x5d */
2072         [todo] WERROR spoolss_5d(
2073         );
2074
2075         /******************/
2076         /* Function: 0x5e */
2077         [todo] WERROR spoolss_5e(
2078         );
2079
2080         /******************/
2081         /* Function: 0x5f */
2082         [todo] WERROR spoolss_5f(
2083         );
2084 }