Merge branch 'master' of ssh://git.samba.org/data/git/samba
[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] 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,public] 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_date;
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_date;
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 [public,gensize] struct {
763                 [relative] nstring *driver_name;
764         } spoolss_DriverInfo1;
765
766         typedef [public,gensize] 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 [public,gensize] 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 [public,gensize] 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 [public,gensize] 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 [public,gensize] 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_date;
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 [public,gensize] 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_date;
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 [v1_enum] enum {
863                 SPOOLSS_DRIVER_FILE_TYPE_RENDERING      = 0x00000000,
864                 SPOOLSS_DRIVER_FILE_TYPE_CONFIGURATION  = 0x00000001,
865                 SPOOLSS_DRIVER_FILE_TYPE_DATA           = 0x00000002,
866                 SPOOLSS_DRIVER_FILE_TYPE_HELP           = 0x00000003,
867                 SPOOLSS_DRIVER_FILE_TYPE_OTHER          = 0x00000004
868         } spoolss_DriverFileType;
869
870         typedef [public] struct {
871                 [relative] nstring *file_name;
872                 spoolss_DriverFileType file_type;
873                 uint32 file_version;
874         } spoolss_DriverFileInfo;
875
876         typedef [public,gensize,nopush,nopull] struct {
877                 spoolss_DriverOSVersion version;
878                 [relative] nstring *driver_name;
879                 [relative] nstring *architecture;
880                 [relative] [size_is(file_count)] spoolss_DriverFileInfo *file_info;
881                 uint32 file_count;
882                 [relative] nstring *monitor_name;
883                 [relative] nstring *default_datatype;
884                 [relative] nstring_array *previous_names;
885                 NTTIME driver_date;
886                 hyper driver_version;
887                 [relative] nstring *manufacturer_name;
888                 [relative] nstring *manufacturer_url;
889                 [relative] nstring *hardware_id;
890                 [relative] nstring *provider;
891         } spoolss_DriverInfo101;
892
893         typedef [nodiscriminant,relative_base,public] union {
894                 [case(1)] spoolss_DriverInfo1 info1;
895                 [case(2)] spoolss_DriverInfo2 info2;
896                 [case(3)] spoolss_DriverInfo3 info3;
897                 [case(4)] spoolss_DriverInfo4 info4;
898                 [case(5)] spoolss_DriverInfo5 info5;
899                 [case(6)] spoolss_DriverInfo6 info6;
900                 [case(8)] spoolss_DriverInfo8 info8;
901                 [case(101)] spoolss_DriverInfo101 info101;
902                 [default];
903         } spoolss_DriverInfo;
904
905         /******************/
906         /* Function: 0x0a */
907         [public,noopnum,noprint] WERROR _spoolss_EnumPrinterDrivers(
908                 [in,unique] [string,charset(UTF16)] uint16 *server,
909                 [in,unique] [string,charset(UTF16)] uint16 *environment,
910                 [in] uint32 level,
911                 [in,unique] DATA_BLOB *buffer,
912                 [in] uint32 offered,
913                 [out,unique] DATA_BLOB *info,
914                 [out,ref] uint32 *needed,
915                 [out,ref] uint32 *count
916         );
917         [public,noopnum,noprint] void __spoolss_EnumPrinterDrivers(
918                 [in] uint32 level,
919                 [in] uint32 count,
920                 [out,switch_is(level)] spoolss_DriverInfo info[count]
921         );
922         [nopull,nopush] WERROR spoolss_EnumPrinterDrivers(
923                 [in,unique] [string,charset(UTF16)] uint16 *server,
924                 [in,unique] [string,charset(UTF16)] uint16 *environment,
925                 [in] uint32 level,
926                 [in,unique] DATA_BLOB *buffer,
927                 [in] uint32 offered,
928                 [out,ref] uint32 *count,
929                 [out,unique,switch_is(level),size_is(*count)] spoolss_DriverInfo *info,
930                 [out,ref] uint32 *needed
931         );
932
933         /******************/
934         /* Function: 0x0b */
935         [todo] WERROR spoolss_GetPrinterDriver(
936         );
937
938         /******************/
939         /* Function: 0x0c */
940         typedef [public,gensize] struct {
941                 nstring directory_name;
942         } spoolss_DriverDirectoryInfo1;
943
944         /* NOTE: it's seems that w2k3 completly ignores the level
945                  in its server code
946          */
947         typedef [nodiscriminant,relative_base,gensize,public] union {
948                 [case(1)] spoolss_DriverDirectoryInfo1 info1;
949                 [default] spoolss_DriverDirectoryInfo1 info1;
950         } spoolss_DriverDirectoryInfo;
951
952         [public] WERROR spoolss_GetPrinterDriverDirectory(
953                 [in,unique] [string,charset(UTF16)] uint16 *server,
954                 [in,unique] [string,charset(UTF16)] uint16 *environment,
955                 [in] uint32 level,
956                 [in,unique] DATA_BLOB *buffer,
957                 [in] uint32 offered,
958                 [out,unique,subcontext(4),subcontext_size(offered),switch_is(level)] spoolss_DriverDirectoryInfo *info,
959                 [out,ref] uint32 *needed
960         );
961
962         /******************/
963         /* Function: 0x0d */
964         WERROR spoolss_DeletePrinterDriver(
965                 [in,unique] [string,charset(UTF16)] uint16 *server,
966                 [in] [string,charset(UTF16)] uint16 architecture[],
967                 [in] [string,charset(UTF16)] uint16 driver[]
968         );
969
970         /******************/
971         /* Function: 0x0e */
972         WERROR spoolss_AddPrintProcessor(
973                 [in,unique] [string,charset(UTF16)] uint16 *server,
974                 [in] [string,charset(UTF16)] uint16 architecture[],
975                 [in] [string,charset(UTF16)] uint16 path_name[],
976                 [in] [string,charset(UTF16)] uint16 print_processor_name[]
977         );
978
979         /******************/
980         /* Function: 0x0f */
981         typedef struct {
982                 [relative] nstring *print_processor_name;
983         } spoolss_PrintProcessorInfo1;
984
985         typedef [nodiscriminant,relative_base,public] union {
986                 [case(1)] spoolss_PrintProcessorInfo1 info1;
987                 [default];
988         } spoolss_PrintProcessorInfo;
989
990         [public,noopnum,noprint] WERROR _spoolss_EnumPrintProcessors(
991                 [in,unique] [string,charset(UTF16)] uint16 *servername,
992                 [in,unique] [string,charset(UTF16)] uint16 *environment,
993                 [in] uint32 level,
994                 [in,unique] DATA_BLOB *buffer,
995                 [in] uint32 offered,
996                 [out,unique] DATA_BLOB *info,
997                 [out,ref] uint32 *needed,
998                 [out,ref] uint32 *count
999         );
1000         [public,noopnum,noprint] void __spoolss_EnumPrintProcessors(
1001                 [in] uint32 level,
1002                 [in] uint32 count,
1003                 [out,switch_is(level)] spoolss_PrintProcessorInfo info[count]
1004         );
1005         [nopull,nopush] WERROR spoolss_EnumPrintProcessors(
1006                 [in,unique] [string,charset(UTF16)] uint16 *servername,
1007                 [in,unique] [string,charset(UTF16)] uint16 *environment,
1008                 [in] uint32 level,
1009                 [in,unique] DATA_BLOB *buffer,
1010                 [in] uint32 offered,
1011                 [out,ref] uint32 *count,
1012                 [out,unique,switch_is(level),size_is(*count)] spoolss_PrintProcessorInfo *info,
1013                 [out,ref] uint32 *needed
1014         );
1015
1016         /******************/
1017         /* Function: 0x10 */
1018         typedef [public,gensize] struct {
1019                 nstring directory_name;
1020         } spoolss_PrintProcessorDirectoryInfo1;
1021
1022         typedef [nodiscriminant,relative_base,gensize,public] union {
1023                 [case(1)] spoolss_PrintProcessorDirectoryInfo1 info1;
1024                 [default];
1025         } spoolss_PrintProcessorDirectoryInfo;
1026
1027         WERROR spoolss_GetPrintProcessorDirectory(
1028                 [in,unique] [string,charset(UTF16)] uint16 *server,
1029                 [in,unique] [string,charset(UTF16)] uint16 *environment,
1030                 [in] uint32 level,
1031                 [in,unique] DATA_BLOB *buffer,
1032                 [in] uint32 offered,
1033                 [out,unique,subcontext(4),subcontext_size(offered),switch_is(level)] spoolss_PrintProcessorDirectoryInfo *info,
1034                 [out,ref] uint32 *needed
1035         );
1036
1037         /******************/
1038         /* Function: 0x11 */
1039         typedef struct {
1040                 [string,charset(UTF16)] uint16 *document_name;
1041                 [string,charset(UTF16)] uint16 *output_file;
1042                 [string,charset(UTF16)] uint16 *datatype;
1043         } spoolss_DocumentInfo1;
1044
1045         typedef [switch_type(uint32)] union {
1046                 [case(1)] spoolss_DocumentInfo1 *info1;
1047                 [case(2)]; /* TODO */
1048                 [case(3)]; /* TODO */
1049                 [default];
1050         } spoolss_DocumentInfo;
1051
1052         WERROR spoolss_StartDocPrinter(
1053                 [in,ref] policy_handle *handle,
1054                 [in] uint32 level,
1055                 [in,switch_is(level)] spoolss_DocumentInfo info,
1056                 [out,ref] uint32 *job_id
1057         );
1058
1059         /******************/
1060         /* Function: 0x12 */
1061         WERROR spoolss_StartPagePrinter(
1062                 [in,ref] policy_handle *handle
1063         );
1064
1065         /******************/
1066         /* Function: 0x13 */
1067         WERROR spoolss_WritePrinter(
1068                 [in,ref] policy_handle *handle,
1069                 [in] DATA_BLOB data,
1070                 [in,value(r->in.data.length)] uint32 _data_size,
1071                 [out,ref] uint32 *num_written
1072         );
1073
1074         /******************/
1075         /* Function: 0x14 */
1076         WERROR spoolss_EndPagePrinter(
1077                 [in,ref] policy_handle *handle
1078         );
1079
1080         /******************/
1081         /* Function: 0x15 */
1082         WERROR spoolss_AbortPrinter(
1083                 [in,ref] policy_handle *handle
1084         );
1085
1086         /******************/
1087         /* Function: 0x16 */
1088         WERROR spoolss_ReadPrinter(
1089                 [in,ref] policy_handle *handle,
1090                 [out,ref] [size_is(data_size)] uint8 *data,
1091                 [in] uint32 data_size,
1092                 [out,ref] uint32 *_data_size
1093         );
1094
1095         /******************/
1096         /* Function: 0x17 */
1097         WERROR spoolss_EndDocPrinter(
1098                 [in,ref] policy_handle *handle
1099         );
1100
1101         /******************/
1102         /* Function: 0x18 */
1103         WERROR spoolss_AddJob(
1104                 [in,ref] policy_handle *handle,
1105                 [in] uint32 level,
1106                 [in,out,unique] [size_is(offered)] uint8 *buffer,
1107                 [in] uint32 offered,
1108                 [out,ref] uint32 *needed
1109         );
1110
1111         /******************/
1112         /* Function: 0x19 */
1113         WERROR spoolss_ScheduleJob(
1114                 [in,ref] policy_handle *handle,
1115                 [in] uint32 jobid
1116         );
1117
1118         /******************/
1119         /* Function: 0x1a */
1120         const string SPOOLSS_ARCHITECTURE_NT_X86                = "Windows NT x86";
1121
1122         typedef [public,gensize] struct {
1123                 [value(ndr_size_spoolss_OSVersion(r,ndr->iconv_convenience,ndr->flags))] uint32 _ndr_size;
1124                 uint32 major;
1125                 uint32 minor;
1126                 uint32 build;
1127                 [value(2)] uint32 unknown;
1128                 [subcontext(0),subcontext_size(256)] nstring extra_string;
1129         } spoolss_OSVersion;
1130
1131         typedef [public,gensize] struct {
1132                 [value(ndr_size_spoolss_OSVersionEx(r,ndr->iconv_convenience,ndr->flags))] uint32 _ndr_size;
1133                 uint32 major;
1134                 uint32 minor;
1135                 uint32 build;
1136                 [value(2)] uint32 unknown1;
1137                 [subcontext(0),subcontext_size(256)] nstring extra_string;
1138                 uint32 unknown2;/* service pack number? I saw 0 from w2k3 and 1 from winxp sp1*/
1139                 uint32 unknown3;/* hmm? w2k3: 131346(0x20112) winxp sp1: 503382272 0x1E010100 */
1140         } spoolss_OSVersionEx;
1141
1142         typedef [v1_enum] enum {
1143                 SPOOLSS_PRINTER_DATA_TYPE_NULL = 0,
1144                 SPOOLSS_PRINTER_DATA_TYPE_STRING = 1,
1145                 SPOOLSS_PRINTER_DATA_TYPE_BINARY = 3,
1146                 SPOOLSS_PRINTER_DATA_TYPE_UINT32 = 4,
1147                 SPOOLSS_PRINTER_DATA_TYPE_STRING_ARRAY = 7
1148         } spoolss_PrinterDataType;
1149
1150         typedef [nodiscriminant,public,gensize] union {
1151                 [case(SPOOLSS_PRINTER_DATA_TYPE_NULL)];
1152                 [case(SPOOLSS_PRINTER_DATA_TYPE_STRING)] nstring string;
1153                 [case(SPOOLSS_PRINTER_DATA_TYPE_BINARY),flag(NDR_REMAINING)] DATA_BLOB binary;
1154                 [case(SPOOLSS_PRINTER_DATA_TYPE_UINT32)] uint32 value;
1155                 [case(SPOOLSS_PRINTER_DATA_TYPE_STRING_ARRAY)] nstring_array string_array;
1156                 [default,flag(NDR_REMAINING)] DATA_BLOB data;
1157         } spoolss_PrinterData;
1158
1159         [noopnum,noprint,public] WERROR _spoolss_GetPrinterData(
1160                 [in,ref] policy_handle *handle,
1161                 [in]     [string,charset(UTF16)] uint16 value_name[],
1162                 [in]     uint32 offered,
1163                 [out,ref] spoolss_PrinterDataType *type,
1164                 [out]    DATA_BLOB data,
1165                 [out,ref] uint32 *needed
1166         );
1167         [noopnum,noprint,public] void __spoolss_GetPrinterData(
1168                 [in] spoolss_PrinterDataType type,
1169                 [out,switch_is(type)] spoolss_PrinterData data
1170         );
1171         [nopull,nopush,public] WERROR spoolss_GetPrinterData(
1172                 [in,ref] policy_handle *handle,
1173                 [in]     [string,charset(UTF16)] uint16 value_name[],
1174                 [in]     uint32 offered,
1175                 [out,ref] spoolss_PrinterDataType *type,
1176                 [out,subcontext(4),subcontext_size(offered),switch_is(*type)] spoolss_PrinterData data,
1177                 [out,ref] uint32 *needed
1178         );
1179
1180         /******************/
1181         /* Function: 0x1b */
1182         [noopnum,nopull,noprint,public] WERROR _spoolss_SetPrinterData(
1183                 [in,ref] policy_handle *handle,
1184                 [in] [string,charset(UTF16)] uint16 value_name[],
1185                 [in] spoolss_PrinterDataType type,
1186                 [in] DATA_BLOB data,
1187                 [in] uint32 _offered
1188         );
1189         [noopnum,nopull,noprint,public] void __spoolss_SetPrinterData(
1190                 [in] spoolss_PrinterDataType type,
1191                 [out,switch_is(type)] spoolss_PrinterData data
1192         );
1193         [nopush] WERROR spoolss_SetPrinterData(
1194                 [in,ref] policy_handle *handle,
1195                 [in] [string,charset(UTF16)] uint16 value_name[],
1196                 [in] spoolss_PrinterDataType type,
1197                 [in,subcontext(4),switch_is(type)] spoolss_PrinterData data,
1198                 [in,value(ndr_size_spoolss_PrinterData(&data,type,ndr->iconv_convenience,flags))] uint32 _offered
1199         );
1200
1201         /******************/
1202         /* Function: 0x1c */
1203         [todo] WERROR spoolss_WaitForPrinterChange(
1204         );
1205
1206         /******************/
1207         /* Function: 0x1d */
1208         [public] WERROR spoolss_ClosePrinter(
1209                 [in,out,ref]     policy_handle *handle
1210         );
1211
1212         /******************/
1213         /* Function: 0x1e */
1214         typedef [v1_enum] enum {
1215                 SPOOLSS_FORM_USER       = 0,
1216                 SPOOLSS_FORM_BUILTIN    = 1,
1217                 SPOOLSS_FORM_PRINTER    = 2
1218         } spoolss_FormFlags;
1219
1220         typedef struct {
1221                 uint32 width;
1222                 uint32 height;
1223         } spoolss_FormSize;
1224
1225         typedef struct {
1226                 uint32 left;
1227                 uint32 top;
1228                 uint32 right;
1229                 uint32 bottom;
1230         } spoolss_FormArea;
1231
1232         typedef struct {
1233                 spoolss_FormFlags flags;
1234                 [relative] nstring *form_name;
1235                 spoolss_FormSize size;
1236                 spoolss_FormArea area;
1237         } spoolss_FormInfo1;
1238
1239         typedef [nodiscriminant,relative_base,public,gensize] union {
1240                 [case(1)] spoolss_FormInfo1 info1;
1241                 [default];
1242         } spoolss_FormInfo;
1243
1244         typedef struct {
1245                 spoolss_FormFlags flags;
1246                 [string,charset(UTF16)] uint16 *form_name;
1247                 spoolss_FormSize size;
1248                 spoolss_FormArea area;
1249         } spoolss_AddFormInfo1;
1250
1251         typedef [switch_type(uint32)] union {
1252                 [case(1)] spoolss_AddFormInfo1 *info1;
1253         } spoolss_AddFormInfo;
1254
1255         WERROR spoolss_AddForm(
1256                 [in,ref] policy_handle *handle,
1257                 [in] uint32 level,
1258                 [in,switch_is(level)] spoolss_AddFormInfo info
1259         );
1260
1261         /******************/
1262         /* Function: 0x1f */
1263         WERROR spoolss_DeleteForm(
1264                 [in,ref] policy_handle *handle,
1265                 [in] [string,charset(UTF16)] uint16 form_name[]
1266         );
1267
1268         /******************/
1269         /* Function: 0x20 */
1270         WERROR spoolss_GetForm(
1271                 [in,ref] policy_handle *handle,
1272                 [in] [string,charset(UTF16)] uint16 form_name[],
1273                 [in] uint32 level,
1274                 [in,unique] DATA_BLOB *buffer,
1275                 [in] uint32 offered,
1276                 [out,unique,subcontext(4),subcontext_size(offered),switch_is(level)] spoolss_FormInfo *info,
1277                 [out,ref] uint32 *needed
1278         );
1279
1280         /******************/
1281         /* Function: 0x21 */
1282         WERROR spoolss_SetForm(
1283                 [in,ref] policy_handle *handle,
1284                 [in] [string,charset(UTF16)] uint16 form_name[],
1285                 [in] uint32 level,
1286                 [in,switch_is(level)] spoolss_AddFormInfo info
1287         );
1288
1289         /******************/
1290         /* Function: 0x22 */
1291         [public,noopnum,noprint] WERROR _spoolss_EnumForms(
1292                 [in,ref] policy_handle *handle,
1293                 [in]     uint32 level,
1294                 [in,unique] DATA_BLOB *buffer,
1295                 [in]     uint32 offered,
1296                 [out,unique] DATA_BLOB *info,
1297                 [out,ref] uint32 *needed,
1298                 [out,ref] uint32 *count
1299         );
1300         [public,noopnum,noprint] void __spoolss_EnumForms(
1301                 [in] uint32 level,
1302                 [in] uint32 count,
1303                 [out,switch_is(level)] spoolss_FormInfo info[count]
1304         );
1305         [nopull,nopush] WERROR spoolss_EnumForms(
1306                 [in,ref] policy_handle *handle,
1307                 [in]     uint32 level,
1308                 [in,unique] DATA_BLOB *buffer,
1309                 [in]     uint32 offered,
1310                 [out,ref] uint32 *count,
1311                 [out,unique,switch_is(level),size_is(*count)] spoolss_FormInfo *info,
1312                 [out,ref] uint32 *needed
1313         );
1314
1315         typedef struct {
1316                 [relative] nstring *port_name;
1317         } spoolss_PortInfo1;
1318
1319         typedef bitmap {
1320                 SPOOLSS_PORT_TYPE_WRITE         = 0x00000001,
1321                 SPOOLSS_PORT_TYPE_READ          = 0x00000002,
1322                 SPOOLSS_PORT_TYPE_REDIRECTED    = 0x00000004,
1323                 SPOOLSS_PORT_TYPE_NET_ATTACHED  = 0x00000008
1324         } spoolss_PortType;
1325
1326         typedef struct {
1327                 [relative] nstring *port_name;
1328                 [relative] nstring *monitor_name;
1329                 [relative] nstring *description;
1330                 spoolss_PortType port_type;
1331                 uint32 reserved;
1332         } spoolss_PortInfo2;
1333
1334         typedef [nodiscriminant,relative_base,public] union {
1335                 [case(1)] spoolss_PortInfo1 info1;
1336                 [case(2)] spoolss_PortInfo2 info2;
1337                 [case(3)]; /* TODO */
1338                 [default];
1339         } spoolss_PortInfo;
1340
1341         /******************/
1342         /* Function: 0x23 */
1343         [public,noopnum,noprint] WERROR _spoolss_EnumPorts(
1344                 [in,unique] [string,charset(UTF16)] uint16 *servername,
1345                 [in] uint32 level,
1346                 [in,unique] DATA_BLOB *buffer,
1347                 [in] uint32 offered,
1348                 [out,unique] DATA_BLOB *info,
1349                 [out,ref] uint32 *needed,
1350                 [out,ref] uint32 *count
1351         );
1352         [public,noopnum,noprint] void __spoolss_EnumPorts(
1353                 [in] uint32 level,
1354                 [in] uint32 count,
1355                 [out,switch_is(level)] spoolss_PortInfo info[count]
1356         );
1357         [nopull,nopush] WERROR spoolss_EnumPorts(
1358                 [in,unique] [string,charset(UTF16)] uint16 *servername,
1359                 [in] uint32 level,
1360                 [in,unique] DATA_BLOB *buffer,
1361                 [in] uint32 offered,
1362                 [out,ref] uint32 *count,
1363                 [out,unique,switch_is(level),size_is(*count)] spoolss_PortInfo *info,
1364                 [out,ref] uint32 *needed
1365         );
1366
1367         /******************/
1368         /* Function: 0x24 */
1369         typedef struct {
1370                 [relative] nstring *monitor_name;
1371         } spoolss_MonitorInfo1;
1372
1373         typedef struct {
1374                 [relative] nstring *monitor_name;
1375                 [relative] nstring *environment;
1376                 [relative] nstring *dll_name;
1377         } spoolss_MonitorInfo2;
1378
1379         typedef [nodiscriminant,relative_base,public] union {
1380                 [case(1)] spoolss_MonitorInfo1 info1;
1381                 [case(2)] spoolss_MonitorInfo2 info2;
1382                 [default];
1383         } spoolss_MonitorInfo;
1384
1385         [public,noopnum,noprint] WERROR _spoolss_EnumMonitors(
1386                 [in,unique] [string,charset(UTF16)] uint16 *servername,
1387                 [in] uint32 level,
1388                 [in,unique] DATA_BLOB *buffer,
1389                 [in] uint32 offered,
1390                 [out,unique] DATA_BLOB *info,
1391                 [out,ref] uint32 *needed,
1392                 [out,ref] uint32 *count
1393         );
1394         [public,noopnum,noprint] void __spoolss_EnumMonitors(
1395                 [in] uint32 level,
1396                 [in] uint32 count,
1397                 [out,switch_is(level)] spoolss_MonitorInfo info[count]
1398         );
1399         [nopull,nopush] WERROR spoolss_EnumMonitors(
1400                 [in,unique] [string,charset(UTF16)] uint16 *servername,
1401                 [in] uint32 level,
1402                 [in,unique] DATA_BLOB *buffer,
1403                 [in] uint32 offered,
1404                 [out,ref] uint32 *count,
1405                 [out,unique,switch_is(level),size_is(*count)] spoolss_MonitorInfo *info,
1406                 [out,ref] uint32 *needed
1407         );
1408
1409         /******************/
1410         /* Function: 0x25 */
1411         WERROR spoolss_AddPort(
1412                [in,unique] [string,charset(UTF16)] uint16 *server_name,
1413                [in] uint32 unknown,
1414                [in] [string,charset(UTF16)] uint16 monitor_name[]
1415         );
1416
1417         /******************/
1418         /* Function: 0x26 */
1419         [todo] WERROR spoolss_ConfigurePort(
1420         );
1421
1422         /******************/
1423         /* Function: 0x27 */
1424         [todo] WERROR spoolss_DeletePort(
1425         );
1426
1427         /******************/
1428         /* Function: 0x28 */
1429         [todo] WERROR spoolss_CreatePrinterIC(
1430         );
1431
1432         /******************/
1433         /* Function: 0x29 */
1434         [todo] WERROR spoolss_PlayGDIScriptOnPrinterIC(
1435         );
1436
1437         /******************/
1438         /* Function: 0x2a */
1439         [todo] WERROR spoolss_DeletePrinterIC(
1440         );
1441
1442         /******************/
1443         /* Function: 0x2b */
1444         [todo] WERROR spoolss_AddPrinterConnection(
1445         );
1446
1447         /******************/
1448         /* Function: 0x2c */
1449         [todo] WERROR spoolss_DeletePrinterConnection(
1450         );
1451
1452         /******************/
1453         /* Function: 0x2d */
1454         [todo] WERROR spoolss_PrinterMessageBox(
1455                 /* Marked as obsolete in MSDN.  "Not necessary and has
1456                    no effect". */
1457         );
1458
1459         /******************/
1460         /* Function: 0x2e */
1461         [todo] WERROR spoolss_AddMonitor(
1462         );
1463
1464         /******************/
1465         /* Function: 0x2f */
1466         [todo] WERROR spoolss_DeleteMonitor(
1467         );
1468
1469         /******************/
1470         /* Function: 0x30 */
1471         [todo] WERROR spoolss_DeletePrintProcessor(
1472         );
1473
1474         /******************/
1475         /* Function: 0x31 */
1476         [todo] WERROR spoolss_AddPrintProvidor(
1477         );
1478
1479         /******************/
1480         /* Function: 0x32 */
1481         [todo] WERROR spoolss_DeletePrintProvidor(
1482         );
1483
1484         /******************/
1485         /* Function: 0x33 */
1486         [todo] WERROR spoolss_EnumPrintProcDataTypes(
1487         );
1488
1489         /******************/
1490         /* Function: 0x34 */
1491         WERROR spoolss_ResetPrinter(
1492                 [in,ref] policy_handle *handle,
1493                 [in,unique] [string,charset(UTF16)] uint16 *data_type,
1494                 [in,ref] spoolss_DevmodeContainer *devmode_ctr
1495         );
1496
1497         /******************/
1498         /* Function: 0x35 */
1499         WERROR spoolss_GetPrinterDriver2(
1500                 [in,ref] policy_handle *handle,
1501                 [in,unique] [string,charset(UTF16)] uint16 *architecture,
1502                 [in]     uint32 level,
1503                 [in,unique] DATA_BLOB *buffer,
1504                 [in]     uint32 offered,
1505                 [in]     uint32 client_major_version,
1506                 [in]     uint32 client_minor_version,
1507                 [out,unique] DATA_BLOB *info,
1508                 [out,ref] uint32 *needed,
1509                 [out,ref] uint32 *server_major_version,
1510                 [out,ref] uint32 *server_minor_version
1511         );
1512
1513         /******************/
1514         /* Function: 0x36 */
1515         [todo] WERROR spoolss_FindFirstPrinterChangeNotification(
1516         );
1517
1518         /******************/
1519         /* Function: 0x37 */
1520         [todo] WERROR spoolss_FindNextPrinterChangeNotification(
1521         );
1522
1523         /******************/
1524         /* Function: 0x38 */
1525         [public] WERROR spoolss_FindClosePrinterNotify(
1526                 [in,ref] policy_handle *handle
1527         );
1528
1529         /******************/
1530         /* Function: 0x39 */
1531         [todo] WERROR spoolss_RouterFindFirstPrinterChangeNotificationOld(
1532         );
1533
1534         /******************/
1535         /* Function: 0x3a */
1536         [public] WERROR spoolss_ReplyOpenPrinter(
1537                 [in,string,charset(UTF16)] uint16 server_name[],
1538                 [in] uint32 printer_local,
1539                 [in] winreg_Type type,
1540                 [in,range(0,512)] uint32 bufsize,
1541                 [in,unique,size_is(bufsize)] uint8 *buffer,
1542                 [out,ref] policy_handle *handle
1543         );
1544
1545         /******************/
1546         /* Function: 0x3b */
1547
1548         typedef [bitmap32bit] bitmap {
1549                 PRINTER_CHANGE_ADD_PRINTER                      = 0x00000001,
1550                 PRINTER_CHANGE_SET_PRINTER                      = 0x00000002,
1551                 PRINTER_CHANGE_DELETE_PRINTER                   = 0x00000004,
1552                 PRINTER_CHANGE_FAILED_CONNECTION_PRINTER        = 0x00000008,
1553                 PRINTER_CHANGE_ADD_JOB                          = 0x00000100,
1554                 PRINTER_CHANGE_SET_JOB                          = 0x00000200,
1555                 PRINTER_CHANGE_DELETE_JOB                       = 0x00000400,
1556                 PRINTER_CHANGE_WRITE_JOB                        = 0x00000800,
1557                 PRINTER_CHANGE_ADD_FORM                         = 0x00010000,
1558                 PRINTER_CHANGE_SET_FORM                         = 0x00020000,
1559                 PRINTER_CHANGE_DELETE_FORM                      = 0x00040000,
1560                 PRINTER_CHANGE_ADD_PORT                         = 0x00100000,
1561                 PRINTER_CHANGE_CONFIGURE_PORT                   = 0x00200000,
1562                 PRINTER_CHANGE_DELETE_PORT                      = 0x00400000,
1563                 PRINTER_CHANGE_ADD_PRINT_PROCESSOR              = 0x01000000,
1564                 PRINTER_CHANGE_DELETE_PRINT_PROCESSOR           = 0x04000000,
1565                 PRINTER_CHANGE_SERVER                           = 0x08000000,
1566                 PRINTER_CHANGE_ADD_PRINTER_DRIVER               = 0x10000000,
1567                 PRINTER_CHANGE_SET_PRINTER_DRIVER               = 0x20000000,
1568                 PRINTER_CHANGE_DELETE_PRINTER_DRIVER            = 0x40000000,
1569                 PRINTER_CHANGE_TIMEOUT                          = 0x80000000
1570         } spoolss_PrinterChangeFlags;
1571
1572         const int PRINTER_CHANGE_PRINTER                        = 0x000000FF;
1573
1574         const int PRINTER_CHANGE_JOB                            = 0x0000FF00;
1575
1576         const int PRINTER_CHANGE_FORM                           = (PRINTER_CHANGE_ADD_FORM |
1577                                                                    PRINTER_CHANGE_SET_FORM |
1578                                                                    PRINTER_CHANGE_DELETE_FORM); /* 0x00070000 */
1579
1580         const int PRINTER_CHANGE_PORT                           = (PRINTER_CHANGE_ADD_PORT |
1581                                                                    PRINTER_CHANGE_CONFIGURE_PORT |
1582                                                                    PRINTER_CHANGE_DELETE_PORT); /* 0x00700000 */
1583
1584         const int PRINTER_CHANGE_PRINT_PROCESSOR                = 0x07000000;
1585
1586         const int PRINTER_CHANGE_PRINTER_DRIVER                 = (PRINTER_CHANGE_ADD_PRINTER_DRIVER |
1587                                                                    PRINTER_CHANGE_SET_PRINTER_DRIVER |
1588                                                                    PRINTER_CHANGE_DELETE_PRINTER_DRIVER); /* 0x70000000 */
1589
1590         const int PRINTER_CHANGE_ALL                            = (PRINTER_CHANGE_PRINTER |
1591                                                                    PRINTER_CHANGE_JOB |
1592                                                                    PRINTER_CHANGE_FORM |
1593                                                                    PRINTER_CHANGE_PORT |
1594                                                                    PRINTER_CHANGE_PRINT_PROCESSOR |
1595                                                                    PRINTER_CHANGE_PRINTER_DRIVER); /* 0x7777FFFF */
1596         WERROR spoolss_RouterReplyPrinter(
1597                 [in,ref] policy_handle *handle,
1598                 [in] spoolss_PrinterChangeFlags flags,
1599                 [in,range(0,512)] uint32 bufsize,
1600                 [in,unique,size_is(bufsize)] uint8 *buffer
1601         );
1602
1603         /******************/
1604         /* Function: 0x3c */
1605         [public] WERROR spoolss_ReplyClosePrinter(
1606                 [in,out,ref] policy_handle *handle
1607         );
1608
1609         /******************/
1610         /* Function: 0x3d */
1611         [todo] WERROR spoolss_AddPortEx(
1612         );
1613
1614         /******************/
1615         /* Function: 0x3e */
1616         [todo] WERROR spoolss_RouterFindFirstPrinterChangeNotification(
1617         );
1618
1619         /******************/
1620         /* Function: 0x3f */
1621         [todo] WERROR spoolss_SpoolerInit(
1622         );
1623
1624         /******************/
1625         /* Function: 0x40 */
1626         [todo] WERROR spoolss_ResetPrinterEx(
1627         );
1628
1629         typedef [enum16bit] enum {
1630                 SPOOLSS_FIELD_SERVER_NAME               =  0,
1631                 SPOOLSS_FIELD_PRINTER_NAME              =  1,
1632                 SPOOLSS_FIELD_SHARE_NAME        =  2,
1633                 SPOOLSS_FIELD_PORT_NAME                 =  3,
1634                 SPOOLSS_FIELD_DRIVER_NAME               =  4,
1635                 SPOOLSS_FIELD_COMMENT                   =  5,
1636                 SPOOLSS_FIELD_LOCATION                  =  6,
1637                 SPOOLSS_FIELD_DEVMODE                   =  7,
1638                 SPOOLSS_FIELD_SEPFILE                   =  8,
1639                 SPOOLSS_FIELD_PRINT_PROCESSOR   =  9,
1640                 SPOOLSS_FIELD_PARAMETERS                = 10,
1641                 SPOOLSS_FIELD_DATATYPE                  = 11,
1642                 SPOOLSS_FIELD_SECURITY_DESCRIPTOR=12,
1643                 SPOOLSS_FIELD_ATTRIBUTES                = 13,
1644                 SPOOLSS_FIELD_PRIORITY                  = 14,
1645                 SPOOLSS_FIELD_DEFAULT_PRIORITY  = 15,
1646                 SPOOLSS_FIELD_START_TIME                = 16,
1647                 SPOOLSS_FIELD_UNTIL_TIME                = 17,
1648                 SPOOLSS_FIELD_STATUS                    = 18,
1649                 SPOOLSS_FIELD_STATUS_STRING             = 19,
1650                 SPOOLSS_FIELD_CJOBS                             = 20,
1651                 SPOOLSS_FIELD_AVERAGE_PPM               = 21,
1652                 SPOOLSS_FIELD_TOTAL_PAGES               = 22,
1653                 SPOOLSS_FIELD_PAGES_PRINTED     = 23,
1654                 SPOOLSS_FIELD_TOTAL_BYTES               = 24,
1655                 SPOOLSS_FIELD_BYTES_PRINTED             = 25
1656         } spoolss_Field;
1657
1658         typedef [enum16bit] enum {
1659                 SPOOLSS_NOTIFY_PRINTER                  = 0,
1660                 SPOOLSS_NOTIFY_JOB                              = 1
1661         } spoolss_NotifyType;
1662
1663         /******************/
1664         /* Function: 0x41 */
1665         typedef struct {
1666                 spoolss_NotifyType type;
1667                 uint16 u1;
1668                 uint32 u2;
1669                 uint32 u3;
1670                 uint32 count;
1671                 [size_is(count)] spoolss_Field *fields;
1672         } spoolss_NotifyOptionType;
1673
1674         typedef [bitmap32bit] bitmap {
1675                 PRINTER_NOTIFY_OPTIONS_REFRESH  = 0x00000001
1676         } spoolssNotifyOptionFlags;
1677
1678         typedef struct {
1679                 [value(2)] uint32 version;
1680                 spoolssNotifyOptionFlags flags;
1681                 uint32 count;
1682                 [size_is(count)] spoolss_NotifyOptionType *types;
1683         } spoolss_NotifyOption;
1684
1685         [public] WERROR spoolss_RemoteFindFirstPrinterChangeNotifyEx(
1686                 [in,ref] policy_handle *handle,
1687                 [in] spoolss_PrinterChangeFlags flags,
1688                 [in] uint32 options,
1689                 [in,unique] [string,charset(UTF16)] uint16 *local_machine,
1690                 [in] uint32 printer_local,
1691                 [in,unique] spoolss_NotifyOption *notify_options
1692         );
1693
1694         /******************/
1695         /* Function: 0x42 */
1696
1697         typedef struct {
1698                 uint32 size;
1699                 [size_is(size/2),unique,charset(UTF16)] uint16 *string;
1700         } spoolss_NotifyString;
1701
1702         typedef [v1_enum] enum {
1703                 NOTIFY_TABLE_DWORD              = 0x0001,
1704                 NOTIFY_TABLE_STRING             = 0x0002,
1705                 NOTIFY_TABLE_DEVMODE            = 0x0003,
1706                 NOTIFY_TABLE_TIME               = 0x0004,
1707                 NOTIFY_TABLE_SECURITYDESCRIPTOR = 0x0005
1708         } spoolss_NotifyTable;
1709
1710         typedef [switch_type(uint32)] union {
1711                 [case(1)] uint32 integer[2];
1712                 [case(2)] spoolss_NotifyString string;
1713                 [case(3)] spoolss_DevmodeContainer devmode;
1714                 [case(4)] spoolss_TimeCtr time;
1715                 [case(5)] sec_desc_buf sd;
1716         } spoolss_NotifyData;
1717
1718         typedef struct {
1719                 spoolss_NotifyType type;
1720                 spoolss_Field field;
1721                 spoolss_NotifyTable variable_type;
1722                 uint32 job_id;
1723                 [switch_is(variable_type)] spoolss_NotifyData data;
1724         } spoolss_Notify;
1725
1726         typedef struct {
1727                 [value(2)] uint32 version;
1728                 uint32 flags;
1729                 uint32 count;
1730                 [size_is(count)] spoolss_Notify notifies[];
1731         } spoolss_NotifyInfo;
1732
1733         typedef [switch_type(uint32)] union {
1734                 [case(0)] spoolss_NotifyInfo *info0;
1735         } spoolss_ReplyPrinterInfo;
1736
1737         typedef [bitmap32bit] bitmap {
1738                 PRINTER_NOTIFY_INFO_DISCARDED           = 0x00000001,
1739                 PRINTER_NOTIFY_INFO_DISCARDNOTED        = 0x00010000,
1740                 PRINTER_NOTIFY_INFO_COLOR_MISMATCH      = 0x00080000
1741         } spoolss_PrinterNotifyFlags;
1742
1743         WERROR spoolss_RouterReplyPrinterEx(
1744                 [in,ref] policy_handle *handle,
1745                 [in] uint32 color,
1746                 [in] spoolss_PrinterChangeFlags flags,
1747                 [out,ref] spoolss_PrinterNotifyFlags *reply_result,
1748                 [in] uint32 reply_type,
1749                 [in,switch_is(reply_type)] spoolss_ReplyPrinterInfo info
1750         );
1751
1752         /******************/
1753         /* Function: 0x43 */
1754         [public] WERROR spoolss_RouterRefreshPrinterChangeNotify(
1755                 [in,ref] policy_handle *handle,
1756                 [in] uint32 change_low,
1757                 [in,unique] spoolss_NotifyOption *options,
1758                 [out,ref] spoolss_NotifyInfo **info
1759         );
1760
1761         /******************/
1762         /* Function: 0x44 */
1763         [todo] WERROR spoolss_44(
1764         );
1765
1766         typedef struct {
1767                 uint32 size;
1768                 [string,charset(UTF16)] uint16 *client;
1769                 [string,charset(UTF16)] uint16 *user;
1770                 uint32 build;
1771                 spoolss_MajorVersion major;
1772                 spoolss_MinorVersion minor;
1773                 spoolss_ProcessorArchitecture processor;
1774         } spoolss_UserLevel1;
1775
1776         typedef struct {
1777                 uint32 not_used;
1778         } spoolss_UserLevel2;
1779
1780         typedef struct {
1781                 uint32 size;
1782                 uint32 flags;
1783                 uint32 size2;
1784                 [string,charset(UTF16)] uint16 *client;
1785                 [string,charset(UTF16)] uint16 *user;
1786                 uint32 build;
1787                 spoolss_MajorVersion major;
1788                 spoolss_MinorVersion minor;
1789                 spoolss_ProcessorArchitecture processor;
1790                 udlong reserved;
1791         } spoolss_UserLevel3;
1792
1793         typedef [switch_type(uint32)] union {
1794                 [case(1)]  spoolss_UserLevel1 *level1;
1795                 [case(2)]  spoolss_UserLevel2 *level2;
1796                 [case(3)]  spoolss_UserLevel3 *level3;
1797         } spoolss_UserLevel;
1798
1799         typedef struct {
1800                 uint32 level;
1801                 [switch_is(level)] spoolss_UserLevel user_info;
1802         } spoolss_UserLevelCtr;
1803
1804         typedef bitmap {
1805                 SERVER_ACCESS_ADMINISTER        = 0x00000001,
1806                 SERVER_ACCESS_ENUMERATE         = 0x00000002,
1807                 PRINTER_ACCESS_ADMINISTER       = 0x00000004,
1808                 PRINTER_ACCESS_USE              = 0x00000008,
1809                 JOB_ACCESS_ADMINISTER           = 0x00000010
1810         } spoolss_AccessRights;
1811
1812         /* Access rights for print servers */
1813         const int SERVER_ALL_ACCESS     = SEC_STD_REQUIRED |
1814                                           SERVER_ACCESS_ADMINISTER |
1815                                           SERVER_ACCESS_ENUMERATE;
1816
1817         const int SERVER_READ           = SEC_STD_READ_CONTROL |
1818                                           SERVER_ACCESS_ENUMERATE;
1819
1820         const int SERVER_WRITE          = STANDARD_RIGHTS_WRITE_ACCESS |
1821                                           SERVER_ACCESS_ADMINISTER |
1822                                           SERVER_ACCESS_ENUMERATE;
1823
1824         const int SERVER_EXECUTE        = SEC_STD_READ_CONTROL |
1825                                           SERVER_ACCESS_ENUMERATE;
1826
1827         /* Access rights for printers */
1828         const int PRINTER_ALL_ACCESS    = SEC_STD_REQUIRED |
1829                                           PRINTER_ACCESS_ADMINISTER |
1830                                           PRINTER_ACCESS_USE;
1831
1832         const int PRINTER_READ          = SEC_STD_READ_CONTROL |
1833                                           PRINTER_ACCESS_USE;
1834
1835         const int PRINTER_WRITE         = STANDARD_RIGHTS_WRITE_ACCESS |
1836                                           PRINTER_ACCESS_USE;
1837
1838         const int PRINTER_EXECUTE       = SEC_STD_READ_CONTROL |
1839                                           PRINTER_ACCESS_USE;
1840
1841         /* Access rights for jobs */
1842         const int JOB_ALL_ACCESS        = SEC_STD_REQUIRED |
1843                                           JOB_ACCESS_ADMINISTER;
1844
1845         const int JOB_READ              = SEC_STD_READ_CONTROL |
1846                                           JOB_ACCESS_ADMINISTER;
1847
1848         const int JOB_WRITE             = STANDARD_RIGHTS_WRITE_ACCESS |
1849                                           JOB_ACCESS_ADMINISTER;
1850
1851         const int JOB_EXECUTE           = SEC_STD_READ_CONTROL |
1852                                           JOB_ACCESS_ADMINISTER;
1853
1854         /* ACE masks for various print permissions */
1855         const int PRINTER_ACE_FULL_CONTROL = SEC_GENERIC_ALL |
1856                                                 PRINTER_ALL_ACCESS;
1857
1858         const int PRINTER_ACE_MANAGE_DOCUMENTS = SEC_GENERIC_ALL |
1859                                                 READ_CONTROL_ACCESS;
1860
1861         const int PRINTER_ACE_PRINT     = GENERIC_EXECUTE_ACCESS |
1862                                           READ_CONTROL_ACCESS |
1863                                           PRINTER_ACCESS_USE;
1864
1865         /******************/
1866         /* Function: 0x45 */
1867         [public] WERROR spoolss_OpenPrinterEx(
1868                 [in,unique]           [string,charset(UTF16)] uint16 *printername,
1869                 [in,unique]           [string,charset(UTF16)] uint16 *datatype,
1870                 [in]                  spoolss_DevmodeContainer devmode_ctr,
1871                 [in]                  spoolss_AccessRights access_mask,
1872                 [in]                  uint32 level,
1873                 [in,switch_is(level)] spoolss_UserLevel userlevel,
1874                 [out,ref]             policy_handle *handle
1875         );
1876
1877         /******************/
1878         /* Function: 0x46 */
1879         WERROR spoolss_AddPrinterEx(
1880                 [in,unique] [string,charset(UTF16)] uint16 *server,
1881                 [in,ref] spoolss_SetPrinterInfoCtr *info_ctr,
1882                 [in,ref] spoolss_DevmodeContainer *devmode_ctr,
1883                 [in,ref] sec_desc_buf *secdesc_ctr,
1884                 [in,ref] spoolss_UserLevelCtr *userlevel_ctr,
1885                 [out,ref] policy_handle *handle
1886         );
1887
1888         /******************/
1889         /* Function: 0x47 */
1890         [todo] WERROR spoolss_47(
1891         );
1892
1893         /******************/
1894         /* Function: 0x48 */
1895         WERROR spoolss_EnumPrinterData(
1896                 [in,ref] policy_handle *handle,
1897                 [in]     uint32 enum_index,
1898                 [out,size_is(value_offered/2),charset(UTF16)] uint16 value_name[],
1899                 [in]     uint32 value_offered,
1900                 [out,ref] uint32 *value_needed,
1901                 [out,ref] uint32 *printerdata_type,
1902                 [out,ref] DATA_BLOB *buffer,
1903                 [in]     uint32 data_offered,
1904                 [out,ref] uint32 *data_needed
1905         );
1906
1907         /******************/
1908         /* Function: 0x49 */
1909         WERROR spoolss_DeletePrinterData(
1910                 [in,ref] policy_handle *handle,
1911                 [in] [string,charset(UTF16)] uint16 value_name[]
1912         );
1913
1914         /******************/
1915         /* Function: 0x4a */
1916         [todo] WERROR spoolss_4a(
1917         );
1918
1919         /******************/
1920         /* Function: 0x4b */
1921         [todo] WERROR spoolss_4b(
1922         );
1923
1924         /******************/
1925         /* Function: 0x4c */
1926         [todo] WERROR spoolss_4c(
1927         );
1928
1929         /******************/
1930         /* Function: 0x4d */
1931         WERROR spoolss_SetPrinterDataEx(
1932                 [in,ref] policy_handle *handle,
1933                 [in]     [string,charset(UTF16)] uint16 key_name[],
1934                 [in]     [string,charset(UTF16)] uint16 value_name[],
1935                 [in]     uint32 type,
1936                 [in,ref] [size_is(offered)] uint8 *buffer,
1937                 [in]     uint32 offered
1938         );
1939
1940         /******************/
1941         /* Function: 0x4e */
1942         WERROR spoolss_GetPrinterDataEx(
1943                 [in,ref] policy_handle *handle,
1944                 [in]     [string,charset(UTF16)] uint16 key_name[],
1945                 [in]     [string,charset(UTF16)] uint16 value_name[],
1946                 [out,ref] uint32 *type,
1947                 [out,ref] [size_is(offered)] uint8 *buffer,
1948                 [in]     uint32 offered,
1949                 [out,ref] uint32 *needed
1950         );
1951
1952         /******************/
1953         /* Function: 0x4f */
1954         [public] WERROR spoolss_EnumPrinterDataEx(
1955                 [in,ref] policy_handle *handle,
1956                 [in]     [string,charset(UTF16)] uint16 key_name[],
1957                 [out,ref] [size_is(offered)] uint8 *buffer,
1958                 [in]     uint32 offered,
1959                 [out,ref] uint32 *needed,
1960                 [out,ref] uint32 *count
1961         );
1962
1963         /******************/
1964         /* Function: 0x50 */
1965         [public] WERROR spoolss_EnumPrinterKey(
1966                 [in, ref] policy_handle *handle,
1967                 [in] [string,charset(UTF16)] uint16 key_name[],
1968                 [out,ref] [size_is(key_buffer_size/2)] uint16 *key_buffer,
1969                 [in] uint32 key_buffer_size,
1970                 [out,ref] uint32 *needed
1971         );
1972
1973         /******************/
1974         /* Function: 0x51 */
1975         WERROR spoolss_DeletePrinterDataEx(
1976                 [in,ref] policy_handle *handle,
1977                 [in] [string,charset(UTF16)] uint16 key_name[],
1978                 [in] [string,charset(UTF16)] uint16 value_name[]
1979         );
1980
1981         /******************/
1982         /* Function: 0x52 */
1983         WERROR spoolss_DeletePrinterKey(
1984                 [in,ref] policy_handle *handle,
1985                 [in] [string,charset(UTF16)] uint16 key_name[]
1986         );
1987
1988         /******************/
1989         /* Function: 0x53 */
1990         [todo] WERROR spoolss_53(
1991         );
1992
1993         /******************/
1994         /* Function: 0x54 */
1995         typedef [public,bitmap32bit] bitmap {
1996                 DPD_DELETE_UNUSED_FILES         = 0x00000001,
1997                 DPD_DELETE_SPECIFIC_VERSION     = 0x00000002,
1998                 DPD_DELETE_ALL_FILES            = 0x00000004
1999         } spoolss_DeleteDriverFlags;
2000
2001         WERROR spoolss_DeletePrinterDriverEx(
2002                 [in,unique] [string,charset(UTF16)] uint16 *server,
2003                 [in] [string,charset(UTF16)] uint16 architecture[],
2004                 [in] [string,charset(UTF16)] uint16 driver[],
2005                 [in] spoolss_DeleteDriverFlags delete_flags,
2006                 [in] uint32 version
2007         );
2008
2009         /******************/
2010         /* Function: 0x55 */
2011         [todo] WERROR spoolss_55(
2012         );
2013
2014         /******************/
2015         /* Function: 0x56 */
2016         [todo] WERROR spoolss_56(
2017         );
2018
2019         /******************/
2020         /* Function: 0x57 */
2021         [todo] WERROR spoolss_57(
2022         );
2023
2024         /******************/
2025         /* Function: 0x58 */
2026
2027         typedef [v1_enum] enum {
2028                 PROTOCOL_RAWTCP_TYPE    = 1,
2029                 PROTOCOL_LPR_TYPE       = 2
2030         } spoolss_PortProtocol;
2031
2032         typedef [public] struct {
2033                 [charset(UTF16)] uint16 portname[64];
2034                 [value(0x00000001)] uint32 version;
2035                 spoolss_PortProtocol protocol;
2036                 [value(sizeof(r))] uint32 size;
2037                 uint32 reserved;
2038                 [charset(UTF16)] uint16 hostaddress[49];
2039                 [charset(UTF16)] uint16 snmpcommunity[33];
2040                 uint32 dblspool;
2041                 [charset(UTF16)] uint16 queue[33];
2042                 [charset(UTF16)] uint16 ip_address[16]; /* s3 had 17 */
2043                 [charset(UTF16)] uint16 hardware_address[13];
2044                 [charset(UTF16)] uint16 device_type[257];
2045                 uint32 port_number;
2046                 boolean32 snmp_enabled;
2047                 uint32 snmp_dev_index;
2048         } spoolss_PortData1;
2049
2050         typedef [public] struct {
2051                 [charset(UTF16)] uint16 portname[64];
2052                 [value(0x00000002)] uint32 version;
2053                 spoolss_PortProtocol protocol;
2054                 [value(sizeof(r))] uint32 size;
2055                 uint32 reserved;
2056                 [charset(UTF16)] uint16 hostaddress[128];
2057                 [charset(UTF16)] uint16 snmpcommunity[33];
2058                 uint32 dblspool;
2059                 [charset(UTF16)] uint16 queue[33];
2060                 [charset(UTF16)] uint16 device_type[257];
2061                 uint32 port_number;
2062                 boolean32 snmp_enabled;
2063                 uint32 snmp_dev_index;
2064                 uint32 port_monitor_mib_index;
2065         } spoolss_PortData2;
2066
2067         typedef [public] struct {
2068                 nstring dll_name;
2069         } spoolss_MonitorUi;
2070
2071         WERROR spoolss_XcvData(
2072                 [in,ref] policy_handle *handle,
2073                 [in] [string,charset(UTF16)] uint16 function_name[],
2074                 [in] DATA_BLOB in_data,
2075                 [in,value(r->in.in_data.length)] uint32 _in_data_length,
2076                 [out,ref] [size_is(out_data_size)] uint8 *out_data,
2077                 [in] uint32 out_data_size,
2078                 [out,ref] uint32 *needed,
2079                 [in,out,ref] uint32 *status_code
2080         );
2081
2082         /******************/
2083         /* Function: 0x59 */
2084
2085         typedef [bitmap32bit] bitmap {
2086                 APD_STRICT_UPGRADE              = 0x00000001,
2087                 APD_STRICT_DOWNGRADE            = 0x00000002,
2088                 APD_COPY_ALL_FILES              = 0x00000004,
2089                 APD_COPY_NEW_FILES              = 0x00000008,
2090                 APD_COPY_FROM_DIRECTORY         = 0x00000010,
2091                 APD_DONT_COPY_FILES_TO_CLUSTER  = 0x00001000,
2092                 APD_COPY_TO_ALL_SPOOLERS        = 0x00002000,
2093                 APD_RETURN_BLOCKING_STATUS_CODE = 0x00010000
2094         } spoolss_AddPrinterDriverExFlags;
2095
2096         [public] WERROR spoolss_AddPrinterDriverEx(
2097                 [in,unique] [string,charset(UTF16)] uint16 *servername,
2098                 [in,ref] spoolss_AddDriverInfoCtr *info_ctr,
2099                 [in] spoolss_AddPrinterDriverExFlags flags
2100         );
2101
2102         /******************/
2103         /* Function: 0x5a */
2104         [todo] WERROR spoolss_5a(
2105         );
2106
2107         /******************/
2108         /* Function: 0x5b */
2109         [todo] WERROR spoolss_5b(
2110         );
2111
2112         /******************/
2113         /* Function: 0x5c */
2114         [todo] WERROR spoolss_5c(
2115         );
2116
2117         /******************/
2118         /* Function: 0x5d */
2119         [todo] WERROR spoolss_5d(
2120         );
2121
2122         /******************/
2123         /* Function: 0x5e */
2124         [todo] WERROR spoolss_5e(
2125         );
2126
2127         /******************/
2128         /* Function: 0x5f */
2129         [todo] WERROR spoolss_5f(
2130         );
2131 }