Fixed a few typos and added the opnum for ADDPRINTERDRIVEREX to the
[tprouty/samba.git] / source / include / rpc_spoolss.h
1 /* 
2    Unix SMB/Netbios implementation.
3    Version 1.9.
4    SMB parameters and setup
5    Copyright (C) Andrew Tridgell              1992-2000,
6    Copyright (C) Luke Kenneth Casson Leighton 1996-2000,
7    Copyright (C) Jean Francois Micouleau      1998-2000.
8    
9    This program is free software; you can redistribute it and/or modify
10    it under the terms of the GNU General Public License as published by
11    the Free Software Foundation; either version 2 of the License, or
12    (at your option) any later version.
13    
14    This program is distributed in the hope that it will be useful,
15    but WITHOUT ANY WARRANTY; without even the implied warranty of
16    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17    GNU General Public License for more details.
18    
19    You should have received a copy of the GNU General Public License
20    along with this program; if not, write to the Free Software
21    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
22 */
23
24 #ifndef _RPC_SPOOLSS_H          /* _RPC_SPOOLSS_H */
25 #define _RPC_SPOOLSS_H
26
27 #define INTEGER 1
28 #define STRING 2
29
30 /* spoolss pipe: this are the calls which are not implemented ...
31 #define SPOOLSS_OPENPRINTER                             0x01
32 #define SPOOLSS_GETPRINTERDRIVER                        0x0b
33 #define SPOOLSS_GETPRINTPROCESSORDIRECTORY              0x10
34 #define SPOOLSS_READPRINTER                             0x16
35 #define SPOOLSS_WAITFORPRINTERCHANGE                    0x1c
36 #define SPOOLSS_ADDPORT                                 0x25
37 #define SPOOLSS_CONFIGUREPORT                           0x26
38 #define SPOOLSS_DELETEPORT                              0x27
39 #define SPOOLSS_CREATEPRINTERIC                         0x28
40 #define SPOOLSS_PLAYGDISCRIPTONPRINTERIC                0x29
41 #define SPOOLSS_DELETEPRINTERIC                         0x2a
42 #define SPOOLSS_ADDPRINTERCONNECTION                    0x2b
43 #define SPOOLSS_DELETEPRINTERCONNECTION                 0x2c
44 #define SPOOLSS_PRINTERMESSAGEBOX                       0x2d
45 #define SPOOLSS_ADDMONITOR                              0x2e
46 #define SPOOLSS_DELETEMONITOR                           0x2f
47 #define SPOOLSS_DELETEPRINTPROCESSOR                    0x30
48 #define SPOOLSS_ADDPRINTPROVIDOR                        0x31
49 #define SPOOLSS_DELETEPRINTPROVIDOR                     0x32
50 #define SPOOLSS_RESETPRINTER                            0x34
51 #define SPOOLSS_FINDFIRSTPRINTERCHANGENOTIFICATION      0x36
52 #define SPOOLSS_FINDNEXTPRINTERCHANGENOTIFICATION       0x37
53 #define SPOOLSS_ROUTERFINDFIRSTPRINTERNOTIFICATIONOLD   0x39
54 #define SPOOLSS_ROUTERREPLYPRINTER                      0x3b
55 #define SPOOLSS_ADDPORTEX                               0x3d
56 #define SPOOLSS_REMOTEFINDFIRSTPRINTERCHANGENOTIFICATION0x3e
57 #define SPOOLSS_SPOOLERINIT                             0x3f
58 #define SPOOLSS_RESETPRINTEREX                          0x40
59 #define SPOOLSS_ROUTERREFRESHPRINTERCHANGENOTIFICATION  0x42
60 */
61
62 /*
63  * Unimplement Win2k specific RPC's
64
65 #define SPOOLSS_ADDPRINTERDRIVEREX                      0x59
66
67 */
68
69 /* those are implemented */
70 #define SPOOLSS_ENUMPRINTERS                            0x00
71 #define SPOOLSS_SETJOB                                  0x02
72 #define SPOOLSS_GETJOB                                  0x03
73 #define SPOOLSS_ENUMJOBS                                0x04
74 #define SPOOLSS_ADDPRINTER                              0x05
75 #define SPOOLSS_DELETEPRINTER                           0x06
76 #define SPOOLSS_SETPRINTER                              0x07
77 #define SPOOLSS_GETPRINTER                              0x08
78 #define SPOOLSS_ADDPRINTERDRIVER                        0x09
79 #define SPOOLSS_ENUMPRINTERDRIVERS                      0x0a
80 #define SPOOLSS_GETPRINTERDRIVERDIRECTORY               0x0c
81 #define SPOOLSS_DELETEPRINTERDRIVER                     0x0d
82 #define SPOOLSS_ADDPRINTPROCESSOR                       0x0e
83 #define SPOOLSS_ENUMPRINTPROCESSORS                     0x0f
84 #define SPOOLSS_STARTDOCPRINTER                         0x11
85 #define SPOOLSS_STARTPAGEPRINTER                        0x12
86 #define SPOOLSS_WRITEPRINTER                            0x13
87 #define SPOOLSS_ENDPAGEPRINTER                          0x14
88 #define SPOOLSS_ABORTPRINTER                            0x15
89 #define SPOOLSS_ENDDOCPRINTER                           0x17
90 #define SPOOLSS_ADDJOB                                  0x18
91 #define SPOOLSS_SCHEDULEJOB                             0x19
92 #define SPOOLSS_GETPRINTERDATA                          0x1a
93 #define SPOOLSS_SETPRINTERDATA                          0x1b
94 #define SPOOLSS_CLOSEPRINTER                            0x1d
95 #define SPOOLSS_ADDFORM                                 0x1e
96 #define SPOOLSS_DELETEFORM                              0x1f
97 #define SPOOLSS_GETFORM                                 0x20
98 #define SPOOLSS_SETFORM                                 0x21
99 #define SPOOLSS_ENUMFORMS                               0x22
100 #define SPOOLSS_ENUMPORTS                               0x23
101 #define SPOOLSS_ENUMMONITORS                            0x24
102 #define SPOOLSS_ENUMPRINTPROCDATATYPES                  0x33
103 #define SPOOLSS_GETPRINTERDRIVER2                       0x35
104 /* find close printer notification */
105 #define SPOOLSS_FCPN                                    0x38
106 #define SPOOLSS_REPLYOPENPRINTER                        0x3a
107 #define SPOOLSS_REPLYCLOSEPRINTER                       0x3c
108 /* remote find first printer change notifyEx */
109 #define SPOOLSS_RFFPCNEX                                0x41
110 /*SPOOLSS_ROUTERREFRESHPRINTERCHANGENOTIFICATION */
111 #define SPOOLSS_RRPCN                                   0x42
112 /* remote find next printer change notifyEx */
113 #define SPOOLSS_RFNPCNEX                                0x43
114 #define SPOOLSS_OPENPRINTEREX                           0x45
115 #define SPOOLSS_ADDPRINTEREX                            0x46
116 #define SPOOLSS_ENUMPRINTERDATA                         0x48
117 #define SPOOLSS_DELETEPRINTERDATA                       0x49
118 #define SPOOLSS_GETPRINTERDATAEX                        0x4e
119 #define SPOOLSS_SETPRINTERDATAEX                        0x50
120
121 #define PRINTER_CONTROL_UNPAUSE         0x00000000
122 #define PRINTER_CONTROL_PAUSE           0x00000001
123 #define PRINTER_CONTROL_RESUME          0x00000002
124 #define PRINTER_CONTROL_PURGE           0x00000003
125 #define PRINTER_CONTROL_SET_STATUS      0x00000004
126
127 #define PRINTER_STATUS_PAUSED           0x00000001
128 #define PRINTER_STATUS_ERROR            0x00000002
129 #define PRINTER_STATUS_PENDING_DELETION 0x00000004
130 #define PRINTER_STATUS_PAPER_JAM        0x00000008
131
132 #define PRINTER_STATUS_PAPER_OUT        0x00000010
133 #define PRINTER_STATUS_MANUAL_FEED      0x00000020
134 #define PRINTER_STATUS_PAPER_PROBLEM    0x00000040
135 #define PRINTER_STATUS_OFFLINE          0x00000080
136
137 #define PRINTER_STATUS_IO_ACTIVE        0x00000100
138 #define PRINTER_STATUS_BUSY             0x00000200
139 #define PRINTER_STATUS_PRINTING         0x00000400
140 #define PRINTER_STATUS_OUTPUT_BIN_FULL  0x00000800
141
142 #define PRINTER_STATUS_NOT_AVAILABLE    0x00001000
143 #define PRINTER_STATUS_WAITING          0x00002000
144 #define PRINTER_STATUS_PROCESSING       0x00004000
145 #define PRINTER_STATUS_INITIALIZING     0x00008000
146
147 #define PRINTER_STATUS_WARMING_UP       0x00010000
148 #define PRINTER_STATUS_TONER_LOW        0x00020000
149 #define PRINTER_STATUS_NO_TONER         0x00040000
150 #define PRINTER_STATUS_PAGE_PUNT        0x00080000
151
152 #define PRINTER_STATUS_USER_INTERVENTION        0x00100000
153 #define PRINTER_STATUS_OUT_OF_MEMORY    0x00200000
154 #define PRINTER_STATUS_DOOR_OPEN        0x00400000
155 #define PRINTER_STATUS_SERVER_UNKNOWN   0x00800000
156
157 #define PRINTER_STATUS_POWER_SAVE       0x01000000
158
159 #define SERVER_ACCESS_ADMINISTER        0x00000001
160 #define SERVER_ACCESS_ENUMERATE         0x00000002
161 #define PRINTER_ACCESS_ADMINISTER       0x00000004
162 #define PRINTER_ACCESS_USE              0x00000008
163 #define JOB_ACCESS_ADMINISTER           0x00000010
164
165 /* JOB status codes. */
166
167 #define JOB_STATUS_PAUSED               0x001
168 #define JOB_STATUS_ERROR                0x002
169 #define JOB_STATUS_DELETING             0x004
170 #define JOB_STATUS_SPOOLING             0x008
171 #define JOB_STATUS_PRINTING             0x010
172 #define JOB_STATUS_OFFLINE              0x020
173 #define JOB_STATUS_PAPEROUT             0x040
174 #define JOB_STATUS_PRINTED              0x080
175 #define JOB_STATUS_DELETED              0x100
176 #define JOB_STATUS_BLOCKED              0x200
177 #define JOB_STATUS_USER_INTERVENTION    0x400
178
179 /* ACE masks for the various print permissions */
180
181 #define PRINTER_ACE_FULL_CONTROL      GENERIC_ALL_ACCESS
182 #define PRINTER_ACE_MANAGE_DOCUMENTS  READ_CONTROL_ACCESS
183 #define PRINTER_ACE_PRINT             \
184     (GENERIC_READ_ACCESS | GENERIC_WRITE_ACCESS | GENERIC_EXECUTE_ACCESS)
185
186 /* Access rights for print servers */
187 #define SERVER_ALL_ACCESS       STANDARD_RIGHTS_REQUIRED_ACCESS|SERVER_ACCESS_ADMINISTER|SERVER_ACCESS_ENUMERATE
188 #define SERVER_READ             STANDARD_RIGHTS_READ_ACCESS|SERVER_ACCESS_ENUMERATE
189 #define SERVER_WRITE            STANDARD_RIGHTS_WRITE_ACCESS|SERVER_ACCESS_ADMINISTER|SERVER_ACCESS_ENUMERATE
190 #define SERVER_EXECUTE          STANDARD_RIGHTS_EXECUTE_ACCESS|SERVER_ACCESS_ENUMERATE
191
192 /* Access rights for printers */
193 #define PRINTER_ALL_ACCESS      STANDARD_RIGHTS_REQUIRED_ACCESS|PRINTER_ACCESS_ADMINISTER|PRINTER_ACCESS_USE
194 #define PRINTER_READ          STANDARD_RIGHTS_READ_ACCESS|PRINTER_ACCESS_USE
195 #define PRINTER_WRITE         STANDARD_RIGHTS_WRITE_ACCESS|PRINTER_ACCESS_USE
196 #define PRINTER_EXECUTE       STANDARD_RIGHTS_EXECUTE_ACCESS|PRINTER_ACCESS_USE
197
198 /* Access rights for jobs */
199 #define JOB_ALL_ACCESS  STANDARD_RIGHTS_REQUIRED_ACCESS|JOB_ACCESS_ADMINISTER
200 #define JOB_READ        STANDARD_RIGHTS_READ_ACCESS|JOB_ACCESS_ADMINISTER
201 #define JOB_WRITE       STANDARD_RIGHTS_WRITE_ACCESS|JOB_ACCESS_ADMINISTER
202 #define JOB_EXECUTE     STANDARD_RIGHTS_EXECUTE_ACCESS|JOB_ACCESS_ADMINISTER
203
204 #define ONE_VALUE 01
205 #define TWO_VALUE 02
206 #define POINTER   03
207
208 #define PRINTER_NOTIFY_TYPE 0x00
209 #define JOB_NOTIFY_TYPE     0x01
210
211 #define MAX_PRINTER_NOTIFY 26
212 #define MAX_JOB_NOTIFY 24
213
214 #define MAX_NOTIFY_TYPE_FOR_NOW 26
215
216 #define PRINTER_NOTIFY_SERVER_NAME              0x00
217 #define PRINTER_NOTIFY_PRINTER_NAME             0x01
218 #define PRINTER_NOTIFY_SHARE_NAME               0x02
219 #define PRINTER_NOTIFY_PORT_NAME                0x03
220 #define PRINTER_NOTIFY_DRIVER_NAME              0x04
221 #define PRINTER_NOTIFY_COMMENT                  0x05
222 #define PRINTER_NOTIFY_LOCATION                 0x06
223 #define PRINTER_NOTIFY_DEVMODE                  0x07
224 #define PRINTER_NOTIFY_SEPFILE                  0x08
225 #define PRINTER_NOTIFY_PRINT_PROCESSOR          0x09
226 #define PRINTER_NOTIFY_PARAMETERS               0x0A
227 #define PRINTER_NOTIFY_DATATYPE                 0x0B
228 #define PRINTER_NOTIFY_SECURITY_DESCRIPTOR      0x0C
229 #define PRINTER_NOTIFY_ATTRIBUTES               0x0D
230 #define PRINTER_NOTIFY_PRIORITY                 0x0E
231 #define PRINTER_NOTIFY_DEFAULT_PRIORITY         0x0F
232 #define PRINTER_NOTIFY_START_TIME               0x10
233 #define PRINTER_NOTIFY_UNTIL_TIME               0x11
234 #define PRINTER_NOTIFY_STATUS                   0x12
235 #define PRINTER_NOTIFY_STATUS_STRING            0x13
236 #define PRINTER_NOTIFY_CJOBS                    0x14
237 #define PRINTER_NOTIFY_AVERAGE_PPM              0x15
238 #define PRINTER_NOTIFY_TOTAL_PAGES              0x16
239 #define PRINTER_NOTIFY_PAGES_PRINTED            0x17
240 #define PRINTER_NOTIFY_TOTAL_BYTES              0x18
241 #define PRINTER_NOTIFY_BYTES_PRINTED            0x19
242
243 #define JOB_NOTIFY_PRINTER_NAME                 0x00
244 #define JOB_NOTIFY_MACHINE_NAME                 0x01
245 #define JOB_NOTIFY_PORT_NAME                    0x02
246 #define JOB_NOTIFY_USER_NAME                    0x03
247 #define JOB_NOTIFY_NOTIFY_NAME                  0x04
248 #define JOB_NOTIFY_DATATYPE                     0x05
249 #define JOB_NOTIFY_PRINT_PROCESSOR              0x06
250 #define JOB_NOTIFY_PARAMETERS                   0x07
251 #define JOB_NOTIFY_DRIVER_NAME                  0x08
252 #define JOB_NOTIFY_DEVMODE                      0x09
253 #define JOB_NOTIFY_STATUS                       0x0A
254 #define JOB_NOTIFY_STATUS_STRING                0x0B
255 #define JOB_NOTIFY_SECURITY_DESCRIPTOR          0x0C
256 #define JOB_NOTIFY_DOCUMENT                     0x0D
257 #define JOB_NOTIFY_PRIORITY                     0x0E
258 #define JOB_NOTIFY_POSITION                     0x0F
259 #define JOB_NOTIFY_SUBMITTED                    0x10
260 #define JOB_NOTIFY_START_TIME                   0x11
261 #define JOB_NOTIFY_UNTIL_TIME                   0x12
262 #define JOB_NOTIFY_TIME                         0x13
263 #define JOB_NOTIFY_TOTAL_PAGES                  0x14
264 #define JOB_NOTIFY_PAGES_PRINTED                0x15
265 #define JOB_NOTIFY_TOTAL_BYTES                  0x16
266 #define JOB_NOTIFY_BYTES_PRINTED                0x17
267
268 #define PRINTER_CHANGE_ADD_PRINTER                      0x00000001
269 #define PRINTER_CHANGE_SET_PRINTER                      0x00000002
270 #define PRINTER_CHANGE_DELETE_PRINTER                   0x00000004
271 #define PRINTER_CHANGE_FAILED_CONNECTION_PRINTER        0x00000008
272 #define PRINTER_CHANGE_PRINTER  (PRINTER_CHANGE_ADD_PRINTER | \
273                                  PRINTER_CHANGE_SET_PRINTER | \
274                                  PRINTER_CHANGE_DELETE_PRINTER | \
275                                  PRINTER_CHANGE_FAILED_CONNECTION_PRINTER )
276
277 #define PRINTER_CHANGE_ADD_JOB                          0x00000100
278 #define PRINTER_CHANGE_SET_JOB                          0x00000200
279 #define PRINTER_CHANGE_DELETE_JOB                       0x00000400
280 #define PRINTER_CHANGE_WRITE_JOB                        0x00000800
281 #define PRINTER_CHANGE_JOB      (PRINTER_CHANGE_ADD_JOB | \
282                                  PRINTER_CHANGE_SET_JOB | \
283                                  PRINTER_CHANGE_DELETE_JOB | \
284                                  PRINTER_CHANGE_WRITE_JOB )
285
286 #define PRINTER_CHANGE_ADD_FORM                         0x00010000
287 #define PRINTER_CHANGE_SET_FORM                         0x00020000
288 #define PRINTER_CHANGE_DELETE_FORM                      0x00040000
289 #define PRINTER_CHANGE_FORM     (PRINTER_CHANGE_ADD_FORM | \
290                                  PRINTER_CHANGE_SET_FORM | \
291                                  PRINTER_CHANGE_DELETE_FORM )
292
293 #define PRINTER_CHANGE_ADD_PORT                         0x00100000
294 #define PRINTER_CHANGE_CONFIGURE_PORT                   0x00200000
295 #define PRINTER_CHANGE_DELETE_PORT                      0x00400000
296 #define PRINTER_CHANGE_PORT     (PRINTER_CHANGE_ADD_PORT | \
297                                  PRINTER_CHANGE_CONFIGURE_PORT | \
298                                  PRINTER_CHANGE_DELETE_PORT )
299
300 #define PRINTER_CHANGE_ADD_PRINT_PROCESSOR              0x01000000
301 #define PRINTER_CHANGE_DELETE_PRINT_PROCESSOR           0x04000000
302 #define PRINTER_CHANGE_PRINT_PROCESSOR  (PRINTER_CHANGE_ADD_PRINT_PROCESSOR | \
303                                          PRINTER_CHANGE_DELETE_PRINT_PROCESSOR )
304
305 #define PRINTER_CHANGE_ADD_PRINTER_DRIVER               0x10000000
306 #define PRINTER_CHANGE_SET_PRINTER_DRIVER               0x20000000
307 #define PRINTER_CHANGE_DELETE_PRINTER_DRIVER            0x40000000
308 #define PRINTER_CHANGE_PRINTER_DRIVER   (PRINTER_CHANGE_ADD_PRINTER_DRIVER | \
309                                          PRINTER_CHANGE_SET_PRINTER_DRIVER | \
310                                          PRINTER_CHANGE_DELETE_PRINTER_DRIVER )
311
312 #define PRINTER_CHANGE_TIMEOUT                          0x80000000
313 #define PRINTER_CHANGE_ALL      (PRINTER_CHANGE_JOB | \
314                                  PRINTER_CHANGE_FORM | \
315                                  PRINTER_CHANGE_PORT | \
316                                  PRINTER_CHANGE_PRINT_PROCESSOR | \
317                                  PRINTER_CHANGE_PRINTER_DRIVER )
318
319 #define PRINTER_NOTIFY_INFO_DISCARDED   0x1
320
321 /*
322  * The printer attributes.
323  * I #defined all of them (grabbed form MSDN)
324  * I'm only using:
325  * ( SHARED | NETWORK | RAW_ONLY )
326  * RAW_ONLY _MUST_ be present otherwise NT will send an EMF file
327  */
328
329 #define PRINTER_ATTRIBUTE_QUEUED                0x00000001
330 #define PRINTER_ATTRIBUTE_DIRECT                0x00000002
331 #define PRINTER_ATTRIBUTE_DEFAULT               0x00000004
332 #define PRINTER_ATTRIBUTE_SHARED                0x00000008
333
334 #define PRINTER_ATTRIBUTE_NETWORK               0x00000010
335 #define PRINTER_ATTRIBUTE_HIDDEN                0x00000020
336 #define PRINTER_ATTRIBUTE_LOCAL                 0x00000040
337 #define PRINTER_ATTRIBUTE_ENABLE_DEVQ           0x00000080
338
339 #define PRINTER_ATTRIBUTE_KEEPPRINTEDJOBS       0x00000100
340 #define PRINTER_ATTRIBUTE_DO_COMPLETE_FIRST     0x00000200
341 #define PRINTER_ATTRIBUTE_WORK_OFFLINE          0x00000400
342 #define PRINTER_ATTRIBUTE_ENABLE_BIDI           0x00000800
343
344 #define PRINTER_ATTRIBUTE_RAW_ONLY              0x00001000
345
346 #define NO_PRIORITY      0
347 #define MAX_PRIORITY    99
348 #define MIN_PRIORITY     1
349 #define DEF_PRIORITY     1
350
351 /* the flags of the query */
352 #define PRINTER_ENUM_DEFAULT            0x00000001
353 #define PRINTER_ENUM_LOCAL              0x00000002
354 #define PRINTER_ENUM_CONNECTIONS        0x00000004
355 #define PRINTER_ENUM_FAVORITE           0x00000004
356 #define PRINTER_ENUM_NAME               0x00000008
357 #define PRINTER_ENUM_REMOTE             0x00000010
358 #define PRINTER_ENUM_SHARED             0x00000020
359 #define PRINTER_ENUM_NETWORK            0x00000040
360
361 /* the flags of each printers */
362 #define PRINTER_ENUM_UNKNOWN_8          0x00000008
363 #define PRINTER_ENUM_EXPAND             0x00004000
364 #define PRINTER_ENUM_CONTAINER          0x00008000
365 #define PRINTER_ENUM_ICONMASK           0x00ff0000
366 #define PRINTER_ENUM_ICON1              0x00010000
367 #define PRINTER_ENUM_ICON2              0x00020000
368 #define PRINTER_ENUM_ICON3              0x00040000
369 #define PRINTER_ENUM_ICON4              0x00080000
370 #define PRINTER_ENUM_ICON5              0x00100000
371 #define PRINTER_ENUM_ICON6              0x00200000
372 #define PRINTER_ENUM_ICON7              0x00400000
373 #define PRINTER_ENUM_ICON8              0x00800000
374
375 /* this struct is undocumented */
376 /* thanks to the ddk ... */
377 typedef struct spool_user_1
378 {
379         uint32 size;            /* length of user_name & client_name + 2? */
380         uint32 client_name_ptr;
381         uint32 user_name_ptr;
382         uint32 build;
383         uint32 major;
384         uint32 minor;
385         uint32 processor;
386         UNISTR2 client_name;
387         UNISTR2 user_name;
388 }
389 SPOOL_USER_1;
390
391 typedef struct spool_user_ctr_info
392 {
393         uint32 level;
394         uint32 ptr;
395         SPOOL_USER_1 user1;
396 }
397 SPOOL_USER_CTR;
398
399 typedef struct devicemode
400 {
401         UNISTR devicename;
402         uint16 specversion;
403         uint16 driverversion;
404         uint16 size;
405         uint16 driverextra;
406         uint32 fields;
407         uint16 orientation;
408         uint16 papersize;
409         uint16 paperlength;
410         uint16 paperwidth;
411         uint16 scale;
412         uint16 copies;
413         uint16 defaultsource;
414         uint16 printquality;
415         uint16 color;
416         uint16 duplex;
417         uint16 yresolution;
418         uint16 ttoption;
419         uint16 collate;
420         UNISTR formname;
421         uint16 logpixels;
422         uint32 bitsperpel;
423         uint32 pelswidth;
424         uint32 pelsheight;
425         uint32 displayflags;
426         uint32 displayfrequency;
427         uint32 icmmethod;
428         uint32 icmintent;
429         uint32 mediatype;
430         uint32 dithertype;
431         uint32 reserved1;
432         uint32 reserved2;
433         uint32 panningwidth;
434         uint32 panningheight;
435         uint8 *private;
436 }
437 DEVICEMODE;
438
439 typedef struct _devmode_cont
440 {
441         uint32 size;
442         uint32 devmode_ptr;
443         DEVICEMODE *devmode;
444 }
445 DEVMODE_CTR;
446
447 typedef struct _printer_default
448 {
449         uint32 datatype_ptr;
450         UNISTR2 datatype;
451         DEVMODE_CTR devmode_cont;
452         uint32 access_required;
453 }
454 PRINTER_DEFAULT;
455
456 /* SPOOL_Q_OPEN_PRINTER_EX request to open a printer */
457 typedef struct spool_q_open_printer_ex
458 {
459         uint32 printername_ptr;
460         UNISTR2 printername;
461         PRINTER_DEFAULT printer_default;
462         uint32 user_switch;
463         SPOOL_USER_CTR user_ctr;
464 }
465 SPOOL_Q_OPEN_PRINTER_EX;
466
467 /* SPOOL_R_OPEN_PRINTER_EX reply to an open printer */
468 typedef struct spool_r_open_printer_ex
469 {
470         POLICY_HND handle;      /* handle used along all transactions (20*uint8) */
471         WERROR status;
472 }
473 SPOOL_R_OPEN_PRINTER_EX;
474
475 typedef struct spool_notify_option_type
476 {
477         uint16 type;
478         uint16 reserved0;
479         uint32 reserved1;
480         uint32 reserved2;
481         uint32 count;
482         uint32 fields_ptr;
483         uint32 count2;
484         uint16 fields[MAX_NOTIFY_TYPE_FOR_NOW];
485 }
486 SPOOL_NOTIFY_OPTION_TYPE;
487
488 typedef struct spool_notify_option_type_ctr
489 {
490         uint32 count;
491         SPOOL_NOTIFY_OPTION_TYPE *type;
492 }
493 SPOOL_NOTIFY_OPTION_TYPE_CTR;
494
495
496
497 typedef struct s_header_type
498 {
499         uint32 type;
500         union
501         {
502                 uint32 value;
503                 UNISTR string;
504         }
505         data;
506 }
507 HEADER_TYPE;
508
509 typedef struct new_buffer
510 {
511         uint32 ptr;
512         uint32 size;
513         prs_struct prs;
514         uint32 struct_start;
515         uint32 string_at_end;
516 }
517 NEW_BUFFER;
518
519 typedef struct spool_q_getprinterdata
520 {
521         POLICY_HND handle;
522         UNISTR2 valuename;
523         uint32 size;
524 }
525 SPOOL_Q_GETPRINTERDATA;
526
527 typedef struct spool_r_getprinterdata
528 {
529         uint32 type;
530         uint32 size;
531         uint8 *data;
532         uint32 needed;
533         WERROR status;
534 }
535 SPOOL_R_GETPRINTERDATA;
536
537 typedef struct spool_q_deleteprinterdata
538 {
539         POLICY_HND handle;
540         UNISTR2 valuename;
541 }
542 SPOOL_Q_DELETEPRINTERDATA;
543
544 typedef struct spool_r_deleteprinterdata
545 {
546         WERROR status;
547 }
548 SPOOL_R_DELETEPRINTERDATA;
549
550 typedef struct spool_q_closeprinter
551 {
552         POLICY_HND handle;
553 }
554 SPOOL_Q_CLOSEPRINTER;
555
556 typedef struct spool_r_closeprinter
557 {
558         POLICY_HND handle;
559         WERROR status;
560 }
561 SPOOL_R_CLOSEPRINTER;
562
563 typedef struct spool_q_startpageprinter
564 {
565         POLICY_HND handle;
566 }
567 SPOOL_Q_STARTPAGEPRINTER;
568
569 typedef struct spool_r_startpageprinter
570 {
571         WERROR status;
572 }
573 SPOOL_R_STARTPAGEPRINTER;
574
575 typedef struct spool_q_endpageprinter
576 {
577         POLICY_HND handle;
578 }
579 SPOOL_Q_ENDPAGEPRINTER;
580
581 typedef struct spool_r_endpageprinter
582 {
583         WERROR status;
584 }
585 SPOOL_R_ENDPAGEPRINTER;
586
587
588 typedef struct spool_q_deleteprinterdriver
589 {
590         uint32 server_ptr;
591         UNISTR2 server;
592         UNISTR2 arch;
593         UNISTR2 driver;
594 }
595 SPOOL_Q_DELETEPRINTERDRIVER;
596
597 typedef struct spool_r_deleteprinterdriver
598 {
599         WERROR status;
600 }
601 SPOOL_R_DELETEPRINTERDRIVER;
602
603
604 typedef struct spool_doc_info_1
605 {
606         uint32 p_docname;
607         uint32 p_outputfile;
608         uint32 p_datatype;
609         UNISTR2 docname;
610         UNISTR2 outputfile;
611         UNISTR2 datatype;
612 }
613 DOC_INFO_1;
614
615 typedef struct spool_doc_info
616 {
617         uint32 switch_value;
618         DOC_INFO_1 doc_info_1;
619 }
620 DOC_INFO;
621
622 typedef struct spool_doc_info_container
623 {
624         uint32 level;
625         DOC_INFO docinfo;
626 }
627 DOC_INFO_CONTAINER;
628
629 typedef struct spool_q_startdocprinter
630 {
631         POLICY_HND handle;
632         DOC_INFO_CONTAINER doc_info_container;
633 }
634 SPOOL_Q_STARTDOCPRINTER;
635
636 typedef struct spool_r_startdocprinter
637 {
638         uint32 jobid;
639         WERROR status;
640 }
641 SPOOL_R_STARTDOCPRINTER;
642
643 typedef struct spool_q_enddocprinter
644 {
645         POLICY_HND handle;
646 }
647 SPOOL_Q_ENDDOCPRINTER;
648
649 typedef struct spool_r_enddocprinter
650 {
651         WERROR status;
652 }
653 SPOOL_R_ENDDOCPRINTER;
654
655 typedef struct spool_q_writeprinter
656 {
657         POLICY_HND handle;
658         uint32 buffer_size;
659         uint8 *buffer;
660         uint32 buffer_size2;
661 }
662 SPOOL_Q_WRITEPRINTER;
663
664 typedef struct spool_r_writeprinter
665 {
666         uint32 buffer_written;
667         WERROR status;
668 }
669 SPOOL_R_WRITEPRINTER;
670
671 typedef struct spool_notify_option
672 {
673         uint32 version;
674         uint32 flags;
675         uint32 count;
676         uint32 option_type_ptr;
677         SPOOL_NOTIFY_OPTION_TYPE_CTR ctr;
678 }
679 SPOOL_NOTIFY_OPTION;
680
681 typedef struct spool_notify_info_data
682 {
683         uint16 type;
684         uint16 field;
685         uint32 reserved;
686         uint32 id;
687         union
688         {
689                 uint32 value[2];
690                 struct
691                 {
692                         uint32 length;
693                         uint16 *string;
694                 }
695                 data;
696         }
697         notify_data;
698         uint32 size;
699         BOOL enc_type;
700 } SPOOL_NOTIFY_INFO_DATA;
701
702 typedef struct spool_notify_info
703 {
704         uint32 version;
705         uint32 flags;
706         uint32 count;
707         SPOOL_NOTIFY_INFO_DATA *data;
708 }
709 SPOOL_NOTIFY_INFO;
710
711 /* If the struct name looks obscure, yes it is ! */
712 /* RemoteFindFirstPrinterChangeNotificationEx query struct */
713 typedef struct spoolss_q_rffpcnex
714 {
715         POLICY_HND handle;
716         uint32 flags;
717         uint32 options;
718         uint32 localmachine_ptr;
719         UNISTR2 localmachine;
720         uint32 printerlocal;
721         uint32 option_ptr;
722         SPOOL_NOTIFY_OPTION *option;
723 }
724 SPOOL_Q_RFFPCNEX;
725
726 typedef struct spool_r_rffpcnex
727 {
728         WERROR status;
729 }
730 SPOOL_R_RFFPCNEX;
731
732 /* Remote Find Next Printer Change Notify Ex */
733 typedef struct spool_q_rfnpcnex
734 {
735         POLICY_HND handle;
736         uint32 change;
737         uint32 option_ptr;
738         SPOOL_NOTIFY_OPTION *option;
739 }
740 SPOOL_Q_RFNPCNEX;
741
742 typedef struct spool_r_rfnpcnex
743 {
744         uint32 info_ptr;
745         SPOOL_NOTIFY_INFO info;
746         WERROR status;
747 }
748 SPOOL_R_RFNPCNEX;
749
750 /* Find Close Printer Notify */
751 typedef struct spool_q_fcpn
752 {
753         POLICY_HND handle;
754 }
755 SPOOL_Q_FCPN;
756
757 typedef struct spool_r_fcpn
758 {
759         WERROR status;
760 }
761 SPOOL_R_FCPN;
762
763
764 typedef struct printer_info_0
765 {
766         UNISTR printername;
767         UNISTR servername;
768         uint32 cjobs;
769         uint32 total_jobs;
770         uint32 total_bytes;
771         
772         uint16 year;
773         uint16 month;
774         uint16 dayofweek;
775         uint16 day;
776         uint16 hour;
777         uint16 minute;
778         uint16 second;
779         uint16 milliseconds;
780
781         uint32 global_counter;
782         uint32 total_pages;
783
784         uint16 major_version;
785         uint16 build_version;
786
787         uint32 unknown7;
788         uint32 unknown8;
789         uint32 unknown9;
790         uint32 session_counter;
791         uint32 unknown11;
792         uint32 printer_errors;
793         uint32 unknown13;
794         uint32 unknown14;
795         uint32 unknown15;
796         uint32 unknown16;
797         uint32 change_id;
798         uint32 unknown18;
799         uint32 status;
800         uint32 unknown20;
801         uint32 c_setprinter;
802
803         uint16 unknown22;
804         uint16 unknown23;
805         uint16 unknown24;
806         uint16 unknown25;
807         uint16 unknown26;
808         uint16 unknown27;
809         uint16 unknown28;
810         uint16 unknown29;
811 } PRINTER_INFO_0;
812
813 typedef struct printer_info_1
814 {
815         uint32 flags;
816         UNISTR description;
817         UNISTR name;
818         UNISTR comment;
819 }
820 PRINTER_INFO_1;
821
822 typedef struct printer_info_2
823 {
824         UNISTR servername;
825         UNISTR printername;
826         UNISTR sharename;
827         UNISTR portname;
828         UNISTR drivername;
829         UNISTR comment;
830         UNISTR location;
831         DEVICEMODE *devmode;
832         UNISTR sepfile;
833         UNISTR printprocessor;
834         UNISTR datatype;
835         UNISTR parameters;
836         SEC_DESC *secdesc;
837         uint32 attributes;
838         uint32 priority;
839         uint32 defaultpriority;
840         uint32 starttime;
841         uint32 untiltime;
842         uint32 status;
843         uint32 cjobs;
844         uint32 averageppm;
845 }
846 PRINTER_INFO_2;
847
848 typedef struct printer_info_3
849 {
850         uint32 flags;
851         SEC_DESC *secdesc;
852 }
853 PRINTER_INFO_3;
854
855 typedef struct spool_q_enumprinters
856 {
857         uint32 flags;
858         uint32 servername_ptr;
859         UNISTR2 servername;
860         uint32 level;
861         NEW_BUFFER *buffer;
862         uint32 offered;
863 }
864 SPOOL_Q_ENUMPRINTERS;
865
866 typedef struct printer_info_ctr_info
867 {
868         PRINTER_INFO_0 *printers_0;
869         PRINTER_INFO_1 *printers_1;
870         PRINTER_INFO_2 *printers_2;
871         PRINTER_INFO_3 *printers_3;
872 }
873 PRINTER_INFO_CTR;
874
875 typedef struct spool_r_enumprinters
876 {
877         NEW_BUFFER *buffer;
878         uint32 needed;          /* bytes needed */
879         uint32 returned;        /* number of printers */
880         WERROR status;
881 }
882 SPOOL_R_ENUMPRINTERS;
883
884
885 typedef struct spool_q_getprinter
886 {
887         POLICY_HND handle;
888         uint32 level;
889         NEW_BUFFER *buffer;
890         uint32 offered;
891 }
892 SPOOL_Q_GETPRINTER;
893
894 typedef struct printer_info_info
895 {
896         union
897         {
898                 PRINTER_INFO_0 *info0;
899                 PRINTER_INFO_1 *info1;
900                 PRINTER_INFO_2 *info2;
901                 void *info;
902         } printer;
903 } PRINTER_INFO;
904
905 typedef struct spool_r_getprinter
906 {
907         NEW_BUFFER *buffer;
908         uint32 needed;
909         WERROR status;
910 } SPOOL_R_GETPRINTER;
911
912 typedef struct driver_info_1
913 {
914         UNISTR name;
915 } DRIVER_INFO_1;
916
917 typedef struct driver_info_2
918 {
919         uint32 version;
920         UNISTR name;
921         UNISTR architecture;
922         UNISTR driverpath;
923         UNISTR datafile;
924         UNISTR configfile;
925 } DRIVER_INFO_2;
926
927 typedef struct driver_info_3
928 {
929         uint32 version;
930         UNISTR name;
931         UNISTR architecture;
932         UNISTR driverpath;
933         UNISTR datafile;
934         UNISTR configfile;
935         UNISTR helpfile;
936         uint16 *dependentfiles;
937         UNISTR monitorname;
938         UNISTR defaultdatatype;
939 }
940 DRIVER_INFO_3;
941
942 typedef struct driver_info_6
943 {
944         uint32 version;
945         UNISTR name;
946         UNISTR architecture;
947         UNISTR driverpath;
948         UNISTR datafile;
949         UNISTR configfile;
950         UNISTR helpfile;
951         uint16 *dependentfiles;
952         UNISTR monitorname;
953         UNISTR defaultdatatype;
954         uint16* previousdrivernames;
955         NTTIME driver_date;
956         uint32 padding;
957         uint32 driver_version_low;
958         uint32 driver_version_high;
959         UNISTR mfgname;
960         UNISTR oem_url;
961         UNISTR hardware_id;
962         UNISTR provider;
963 }
964 DRIVER_INFO_6;
965
966 typedef struct driver_info_info
967 {
968         DRIVER_INFO_1 *info1;
969         DRIVER_INFO_2 *info2;
970         DRIVER_INFO_3 *info3;
971         DRIVER_INFO_6 *info6;
972 }
973 PRINTER_DRIVER_CTR;
974
975 typedef struct spool_q_getprinterdriver2
976 {
977         POLICY_HND handle;
978         uint32 architecture_ptr;
979         UNISTR2 architecture;
980         uint32 level;
981         NEW_BUFFER *buffer;
982         uint32 offered;
983         uint32 clientmajorversion;
984         uint32 clientminorversion;
985 }
986 SPOOL_Q_GETPRINTERDRIVER2;
987
988 typedef struct spool_r_getprinterdriver2
989 {
990         NEW_BUFFER *buffer;
991         uint32 needed;
992         uint32 servermajorversion;
993         uint32 serverminorversion;
994         WERROR status;
995 }
996 SPOOL_R_GETPRINTERDRIVER2;
997
998
999 typedef struct add_jobinfo_1
1000 {
1001         UNISTR path;
1002         uint32 job_number;
1003 }
1004 ADD_JOBINFO_1;
1005
1006
1007 typedef struct spool_q_addjob
1008 {
1009         POLICY_HND handle;
1010         uint32 level;
1011         NEW_BUFFER *buffer;
1012         uint32 offered;
1013 }
1014 SPOOL_Q_ADDJOB;
1015
1016 typedef struct spool_r_addjob
1017 {
1018         NEW_BUFFER *buffer;
1019         uint32 needed;
1020         WERROR status;
1021 }
1022 SPOOL_R_ADDJOB;
1023
1024 /*
1025  * I'm really wondering how many different time formats
1026  * I will have to cope with
1027  *
1028  * JFM, 09/13/98 In a mad mood ;-(
1029 */
1030 typedef struct systemtime
1031 {
1032         uint16 year;
1033         uint16 month;
1034         uint16 dayofweek;
1035         uint16 day;
1036         uint16 hour;
1037         uint16 minute;
1038         uint16 second;
1039         uint16 milliseconds;
1040 }
1041 SYSTEMTIME;
1042
1043 typedef struct s_job_info_1
1044 {
1045         uint32 jobid;
1046         UNISTR printername;
1047         UNISTR machinename;
1048         UNISTR username;
1049         UNISTR document;
1050         UNISTR datatype;
1051         UNISTR text_status;
1052         uint32 status;
1053         uint32 priority;
1054         uint32 position;
1055         uint32 totalpages;
1056         uint32 pagesprinted;
1057         SYSTEMTIME submitted;
1058 }
1059 JOB_INFO_1;
1060
1061 typedef struct s_job_info_2
1062 {
1063         uint32 jobid;
1064         UNISTR printername;
1065         UNISTR machinename;
1066         UNISTR username;
1067         UNISTR document;
1068         UNISTR notifyname;
1069         UNISTR datatype;
1070         UNISTR printprocessor;
1071         UNISTR parameters;
1072         UNISTR drivername;
1073         DEVICEMODE *devmode;
1074         UNISTR text_status;
1075 /*      SEC_DESC sec_desc;*/
1076         uint32 status;
1077         uint32 priority;
1078         uint32 position;
1079         uint32 starttime;
1080         uint32 untiltime;
1081         uint32 totalpages;
1082         uint32 size;
1083         SYSTEMTIME submitted;
1084         uint32 timeelapsed;
1085         uint32 pagesprinted;
1086 }
1087 JOB_INFO_2;
1088
1089 typedef struct spool_q_enumjobs
1090 {
1091         POLICY_HND handle;
1092         uint32 firstjob;
1093         uint32 numofjobs;
1094         uint32 level;
1095         NEW_BUFFER *buffer;
1096         uint32 offered;
1097 }
1098 SPOOL_Q_ENUMJOBS;
1099
1100 typedef struct job_info_ctr_info
1101 {
1102         union
1103         {
1104                 JOB_INFO_1 **job_info_1;
1105                 JOB_INFO_2 **job_info_2;
1106                 void *info;
1107         } job;
1108
1109 } JOB_INFO_CTR;
1110
1111 typedef struct spool_r_enumjobs
1112 {
1113         NEW_BUFFER *buffer;
1114         uint32 needed;
1115         uint32 returned;
1116         WERROR status;
1117 }
1118 SPOOL_R_ENUMJOBS;
1119
1120 typedef struct spool_q_schedulejob
1121 {
1122         POLICY_HND handle;
1123         uint32 jobid;
1124 }
1125 SPOOL_Q_SCHEDULEJOB;
1126
1127 typedef struct spool_r_schedulejob
1128 {
1129         WERROR status;
1130 }
1131 SPOOL_R_SCHEDULEJOB;
1132
1133 typedef struct s_port_info_1
1134 {
1135         UNISTR port_name;
1136 }
1137 PORT_INFO_1;
1138
1139 typedef struct s_port_info_2
1140 {
1141         UNISTR port_name;
1142         UNISTR monitor_name;
1143         UNISTR description;
1144         uint32 port_type;
1145         uint32 reserved;
1146 }
1147 PORT_INFO_2;
1148
1149 typedef struct spool_q_enumports
1150 {
1151         uint32 name_ptr;
1152         UNISTR2 name;
1153         uint32 level;
1154         NEW_BUFFER *buffer;
1155         uint32 offered;
1156 }
1157 SPOOL_Q_ENUMPORTS;
1158
1159 typedef struct port_info_ctr_info
1160 {
1161         union
1162         {
1163                 PORT_INFO_1 *info_1;
1164                 PORT_INFO_2 *info_2;
1165         }
1166         port;
1167
1168 }
1169 PORT_INFO_CTR;
1170
1171 typedef struct spool_r_enumports
1172 {
1173         NEW_BUFFER *buffer;
1174         uint32 needed;          /* bytes needed */
1175         uint32 returned;        /* number of printers */
1176         WERROR status;
1177 }
1178 SPOOL_R_ENUMPORTS;
1179
1180 #define JOB_CONTROL_PAUSE              1
1181 #define JOB_CONTROL_RESUME             2
1182 #define JOB_CONTROL_CANCEL             3
1183 #define JOB_CONTROL_RESTART            4
1184 #define JOB_CONTROL_DELETE             5
1185
1186 typedef struct job_info_info
1187 {
1188         union
1189         {
1190                 JOB_INFO_1 job_info_1;
1191                 JOB_INFO_2 job_info_2;
1192         }
1193         job;
1194
1195 }
1196 JOB_INFO;
1197
1198 typedef struct spool_q_setjob
1199 {
1200         POLICY_HND handle;
1201         uint32 jobid;
1202         uint32 level;
1203         JOB_INFO ctr;
1204         uint32 command;
1205
1206 }
1207 SPOOL_Q_SETJOB;
1208
1209 typedef struct spool_r_setjob
1210 {
1211         WERROR status;
1212
1213 }
1214 SPOOL_R_SETJOB;
1215
1216 typedef struct spool_q_enumprinterdrivers
1217 {
1218         uint32 name_ptr;
1219         UNISTR2 name;
1220         uint32 environment_ptr;
1221         UNISTR2 environment;
1222         uint32 level;
1223         NEW_BUFFER *buffer;
1224         uint32 offered;
1225 }
1226 SPOOL_Q_ENUMPRINTERDRIVERS;
1227
1228 typedef struct spool_r_enumprinterdrivers
1229 {
1230         NEW_BUFFER *buffer;
1231         uint32 needed;
1232         uint32 returned;
1233         WERROR status;
1234 }
1235 SPOOL_R_ENUMPRINTERDRIVERS;
1236
1237 typedef struct spool_form_1
1238 {
1239         uint32 flag;
1240         UNISTR name;
1241         uint32 width;
1242         uint32 length;
1243         uint32 left;
1244         uint32 top;
1245         uint32 right;
1246         uint32 bottom;
1247 }
1248 FORM_1;
1249
1250 typedef struct spool_q_enumforms
1251 {
1252         POLICY_HND handle;
1253         uint32 level;
1254         NEW_BUFFER *buffer;
1255         uint32 offered;
1256 }
1257 SPOOL_Q_ENUMFORMS;
1258
1259 typedef struct spool_r_enumforms
1260 {
1261         NEW_BUFFER *buffer;
1262         uint32 needed;
1263         uint32 numofforms;
1264         WERROR status;
1265 }
1266 SPOOL_R_ENUMFORMS;
1267
1268 typedef struct spool_q_getform
1269 {
1270         POLICY_HND handle;
1271         UNISTR2 formname;
1272         uint32 level;
1273         NEW_BUFFER *buffer;
1274         uint32 offered;
1275 }
1276 SPOOL_Q_GETFORM;
1277
1278 typedef struct spool_r_getform
1279 {
1280         NEW_BUFFER *buffer;
1281         uint32 needed;
1282         WERROR status;
1283 }
1284 SPOOL_R_GETFORM;
1285
1286 typedef struct spool_printer_info_level_1
1287 {
1288         uint32 flags;
1289         uint32 description_ptr;
1290         uint32 name_ptr;
1291         uint32 comment_ptr;
1292         UNISTR2 description;
1293         UNISTR2 name;
1294         UNISTR2 comment;        
1295 } SPOOL_PRINTER_INFO_LEVEL_1;
1296
1297 typedef struct spool_printer_info_level_2
1298 {
1299         uint32 servername_ptr;
1300         uint32 printername_ptr;
1301         uint32 sharename_ptr;
1302         uint32 portname_ptr;
1303         uint32 drivername_ptr;
1304         uint32 comment_ptr;
1305         uint32 location_ptr;
1306         uint32 devmode_ptr;
1307         uint32 sepfile_ptr;
1308         uint32 printprocessor_ptr;
1309         uint32 datatype_ptr;
1310         uint32 parameters_ptr;
1311         uint32 secdesc_ptr;
1312         uint32 attributes;
1313         uint32 priority;
1314         uint32 default_priority;
1315         uint32 starttime;
1316         uint32 untiltime;
1317         WERROR status;
1318         uint32 cjobs;
1319         uint32 averageppm;
1320         UNISTR2 servername;
1321         UNISTR2 printername;
1322         UNISTR2 sharename;
1323         UNISTR2 portname;
1324         UNISTR2 drivername;
1325         UNISTR2 comment;
1326         UNISTR2 location;
1327         UNISTR2 sepfile;
1328         UNISTR2 printprocessor;
1329         UNISTR2 datatype;
1330         UNISTR2 parameters;
1331         SEC_DESC_BUF *secdesc;
1332 }
1333 SPOOL_PRINTER_INFO_LEVEL_2;
1334
1335 typedef struct spool_printer_info_level_3
1336 {
1337         uint32 secdesc_ptr;
1338 }
1339 SPOOL_PRINTER_INFO_LEVEL_3;
1340
1341 typedef struct spool_printer_info_level
1342 {
1343         uint32 level;
1344         uint32 info_ptr;
1345         SPOOL_PRINTER_INFO_LEVEL_1 *info_1;
1346         SPOOL_PRINTER_INFO_LEVEL_2 *info_2;
1347         SPOOL_PRINTER_INFO_LEVEL_3 *info_3;
1348 }
1349 SPOOL_PRINTER_INFO_LEVEL;
1350
1351 typedef struct spool_printer_driver_info_level_3
1352 {
1353         uint32 cversion;
1354         uint32 name_ptr;
1355         uint32 environment_ptr;
1356         uint32 driverpath_ptr;
1357         uint32 datafile_ptr;
1358         uint32 configfile_ptr;
1359         uint32 helpfile_ptr;
1360         uint32 monitorname_ptr;
1361         uint32 defaultdatatype_ptr;
1362         uint32 dependentfilessize;
1363         uint32 dependentfiles_ptr;
1364
1365         UNISTR2 name;
1366         UNISTR2 environment;
1367         UNISTR2 driverpath;
1368         UNISTR2 datafile;
1369         UNISTR2 configfile;
1370         UNISTR2 helpfile;
1371         UNISTR2 monitorname;
1372         UNISTR2 defaultdatatype;
1373         BUFFER5 dependentfiles;
1374
1375 }
1376 SPOOL_PRINTER_DRIVER_INFO_LEVEL_3;
1377
1378 /* SPOOL_PRINTER_DRIVER_INFO_LEVEL_6 structure */
1379 typedef struct {
1380         uint32 version;
1381         uint32 name_ptr;
1382         uint32 environment_ptr;
1383         uint32 driverpath_ptr;
1384         uint32 datafile_ptr;
1385         uint32 configfile_ptr;
1386         uint32 helpfile_ptr;
1387         uint32 monitorname_ptr;
1388         uint32 defaultdatatype_ptr;
1389         uint32 dependentfiles_len;
1390         uint32 dependentfiles_ptr;
1391         uint32 previousnames_len;
1392         uint32 previousnames_ptr;
1393         NTTIME  driverdate;
1394         UINT64_S        driverversion;
1395         uint32  dummy4;
1396         uint32 mfgname_ptr;
1397         uint32 oemurl_ptr;
1398         uint32 hardwareid_ptr;
1399         uint32 provider_ptr;
1400         UNISTR2 name;
1401         UNISTR2 environment;
1402         UNISTR2 driverpath;
1403         UNISTR2 datafile;
1404         UNISTR2 configfile;
1405         UNISTR2 helpfile;
1406         UNISTR2 monitorname;
1407         UNISTR2 defaultdatatype;
1408         BUFFER5 dependentfiles;
1409         BUFFER5 previousnames;
1410         UNISTR2 mfgname;
1411         UNISTR2 oemurl;
1412         UNISTR2 hardwareid;
1413         UNISTR2 provider;
1414 } SPOOL_PRINTER_DRIVER_INFO_LEVEL_6;
1415
1416
1417 typedef struct spool_printer_driver_info_level
1418 {
1419         uint32 level;
1420         uint32 ptr;
1421         SPOOL_PRINTER_DRIVER_INFO_LEVEL_3 *info_3;
1422         SPOOL_PRINTER_DRIVER_INFO_LEVEL_6 *info_6;
1423 }
1424 SPOOL_PRINTER_DRIVER_INFO_LEVEL;
1425
1426
1427 /* this struct is undocumented */
1428 /* thanks to the ddk ... */
1429 typedef struct spool_user_level_1
1430 {
1431         uint32 size;
1432         uint32 client_name_ptr;
1433         uint32 user_name_ptr;
1434         uint32 build;
1435         uint32 major;
1436         uint32 minor;
1437         uint32 processor;
1438         UNISTR2 client_name;
1439         UNISTR2 user_name;
1440 }
1441 SPOOL_USER_LEVEL_1;
1442
1443 typedef struct spool_user_level
1444 {
1445         SPOOL_USER_LEVEL_1 *user_level_1;
1446 }
1447 SPOOL_USER_LEVEL;
1448
1449 typedef struct spool_q_setprinter
1450 {
1451         POLICY_HND handle;
1452         uint32 level;
1453         SPOOL_PRINTER_INFO_LEVEL info;
1454         SEC_DESC_BUF *secdesc_ctr;
1455         DEVMODE_CTR devmode_ctr;
1456
1457         uint32 command;
1458
1459 }
1460 SPOOL_Q_SETPRINTER;
1461
1462 typedef struct spool_r_setprinter
1463 {
1464         WERROR status;
1465 }
1466 SPOOL_R_SETPRINTER;
1467
1468 typedef struct spool_q_addprinter
1469 {
1470         UNISTR2 server_name;
1471         uint32 level;
1472         SPOOL_PRINTER_INFO_LEVEL info;
1473         uint32 unk0;
1474         uint32 unk1;
1475         uint32 unk2;
1476         uint32 unk3;
1477         uint32 user_level;
1478         SPOOL_USER_LEVEL user;
1479 }
1480 SPOOL_Q_ADDPRINTER;
1481
1482 typedef struct spool_r_addprinter
1483 {
1484         WERROR status;
1485 }
1486 SPOOL_R_ADDPRINTER;
1487
1488 typedef struct spool_q_deleteprinter
1489 {
1490         POLICY_HND handle;
1491 }
1492 SPOOL_Q_DELETEPRINTER;
1493
1494 typedef struct spool_r_deleteprinter
1495 {
1496         POLICY_HND handle;
1497         WERROR status;
1498 }
1499 SPOOL_R_DELETEPRINTER;
1500
1501 typedef struct spool_q_abortprinter
1502 {
1503         POLICY_HND handle;
1504 }
1505 SPOOL_Q_ABORTPRINTER;
1506
1507 typedef struct spool_r_abortprinter
1508 {
1509         WERROR status;
1510 }
1511 SPOOL_R_ABORTPRINTER;
1512
1513
1514 typedef struct spool_q_addprinterex
1515 {
1516         uint32 server_name_ptr;
1517         UNISTR2 server_name;
1518         uint32 level;
1519         SPOOL_PRINTER_INFO_LEVEL info;
1520         uint32 unk0;
1521         uint32 unk1;
1522         uint32 unk2;
1523         uint32 unk3;
1524         uint32 user_switch;
1525         SPOOL_USER_CTR user_ctr;
1526 }
1527 SPOOL_Q_ADDPRINTEREX;
1528
1529 typedef struct spool_r_addprinterex
1530 {
1531         POLICY_HND handle;
1532         WERROR status;
1533 }
1534 SPOOL_R_ADDPRINTEREX;
1535
1536
1537 typedef struct spool_q_addprinterdriver
1538 {
1539         uint32 server_name_ptr;
1540         UNISTR2 server_name;
1541         uint32 level;
1542         SPOOL_PRINTER_DRIVER_INFO_LEVEL info;
1543 }
1544 SPOOL_Q_ADDPRINTERDRIVER;
1545
1546 typedef struct spool_r_addprinterdriver
1547 {
1548         WERROR status;
1549 }
1550 SPOOL_R_ADDPRINTERDRIVER;
1551
1552
1553 typedef struct driver_directory_1
1554 {
1555         UNISTR name;
1556 }
1557 DRIVER_DIRECTORY_1;
1558
1559 typedef struct driver_info_ctr_info
1560 {
1561         DRIVER_DIRECTORY_1 *info1;
1562 }
1563 DRIVER_DIRECTORY_CTR;
1564
1565 typedef struct spool_q_getprinterdriverdirectory
1566 {
1567         uint32 name_ptr;
1568         UNISTR2 name;
1569         uint32 environment_ptr;
1570         UNISTR2 environment;
1571         uint32 level;
1572         NEW_BUFFER *buffer;
1573         uint32 offered;
1574 }
1575 SPOOL_Q_GETPRINTERDRIVERDIR;
1576
1577 typedef struct spool_r_getprinterdriverdirectory
1578 {
1579         NEW_BUFFER *buffer;
1580         uint32 needed;
1581         WERROR status;
1582 }
1583 SPOOL_R_GETPRINTERDRIVERDIR;
1584
1585 typedef struct spool_q_addprintprocessor
1586 {
1587         uint32 server_ptr;
1588         UNISTR2 server;
1589         UNISTR2 environment;
1590         UNISTR2 path;
1591         UNISTR2 name;
1592 }
1593 SPOOL_Q_ADDPRINTPROCESSOR;
1594
1595 typedef struct spool_r_addprintprocessor
1596 {
1597         WERROR status;
1598 }
1599 SPOOL_R_ADDPRINTPROCESSOR;
1600
1601
1602 typedef struct spool_q_enumprintprocessors
1603 {
1604         uint32 name_ptr;
1605         UNISTR2 name;
1606         uint32 environment_ptr;
1607         UNISTR2 environment;
1608         uint32 level;
1609         NEW_BUFFER *buffer;
1610         uint32 offered;
1611 }
1612 SPOOL_Q_ENUMPRINTPROCESSORS;
1613
1614 typedef struct printprocessor_1
1615 {
1616         UNISTR name;
1617 }
1618 PRINTPROCESSOR_1;
1619
1620 typedef struct spool_r_enumprintprocessors
1621 {
1622         NEW_BUFFER *buffer;
1623         uint32 needed;
1624         uint32 returned;
1625         WERROR status;
1626 }
1627 SPOOL_R_ENUMPRINTPROCESSORS;
1628
1629 typedef struct spool_q_enumprintprocdatatypes
1630 {
1631         uint32 name_ptr;
1632         UNISTR2 name;
1633         uint32 processor_ptr;
1634         UNISTR2 processor;
1635         uint32 level;
1636         NEW_BUFFER *buffer;
1637         uint32 offered;
1638 }
1639 SPOOL_Q_ENUMPRINTPROCDATATYPES;
1640
1641 typedef struct ppdatatype_1
1642 {
1643         UNISTR name;
1644 }
1645 PRINTPROCDATATYPE_1;
1646
1647 typedef struct spool_r_enumprintprocdatatypes
1648 {
1649         NEW_BUFFER *buffer;
1650         uint32 needed;
1651         uint32 returned;
1652         WERROR status;
1653 }
1654 SPOOL_R_ENUMPRINTPROCDATATYPES;
1655
1656 typedef struct printmonitor_1
1657 {
1658         UNISTR name;
1659 }
1660 PRINTMONITOR_1;
1661
1662 typedef struct printmonitor_2
1663 {
1664         UNISTR name;
1665         UNISTR environment;
1666         UNISTR dll_name;
1667 }
1668 PRINTMONITOR_2;
1669
1670 typedef struct spool_q_enumprintmonitors
1671 {
1672         uint32 name_ptr;
1673         UNISTR2 name;
1674         uint32 level;
1675         NEW_BUFFER *buffer;
1676         uint32 offered;
1677 }
1678 SPOOL_Q_ENUMPRINTMONITORS;
1679
1680 typedef struct spool_r_enumprintmonitors
1681 {
1682         NEW_BUFFER *buffer;
1683         uint32 needed;
1684         uint32 returned;
1685         WERROR status;
1686 }
1687 SPOOL_R_ENUMPRINTMONITORS;
1688
1689
1690 typedef struct spool_q_enumprinterdata
1691 {
1692         POLICY_HND handle;
1693         uint32 index;
1694         uint32 valuesize;
1695         uint32 datasize;
1696 }
1697 SPOOL_Q_ENUMPRINTERDATA;
1698
1699 typedef struct spool_r_enumprinterdata
1700 {
1701         uint32 valuesize;
1702         uint16 *value;
1703         uint32 realvaluesize;
1704         uint32 type;
1705         uint32 datasize;
1706         uint8 *data;
1707         uint32 realdatasize;
1708         WERROR status;
1709 }
1710 SPOOL_R_ENUMPRINTERDATA;
1711
1712 typedef struct spool_q_setprinterdata
1713 {
1714         POLICY_HND handle;
1715         UNISTR2 value;
1716         uint32 type;
1717         uint32 max_len;
1718         uint8 *data;
1719         uint32 real_len;
1720         uint32 numeric_data;
1721 }
1722 SPOOL_Q_SETPRINTERDATA;
1723
1724 typedef struct spool_r_setprinterdata
1725 {
1726         WERROR status;
1727 }
1728 SPOOL_R_SETPRINTERDATA;
1729
1730 typedef struct _form
1731 {
1732         uint32 flags;
1733         uint32 name_ptr;
1734         uint32 size_x;
1735         uint32 size_y;
1736         uint32 left;
1737         uint32 top;
1738         uint32 right;
1739         uint32 bottom;
1740         UNISTR2 name;
1741 }
1742 FORM;
1743
1744 typedef struct spool_q_addform
1745 {
1746         POLICY_HND handle;
1747         uint32 level;
1748         uint32 level2;
1749         FORM form;
1750 }
1751 SPOOL_Q_ADDFORM;
1752
1753 typedef struct spool_r_addform
1754 {
1755         WERROR status;
1756 }
1757 SPOOL_R_ADDFORM;
1758
1759 typedef struct spool_q_setform
1760 {
1761         POLICY_HND handle;
1762         UNISTR2 name;
1763         uint32 level;
1764         uint32 level2;
1765         FORM form;
1766 }
1767 SPOOL_Q_SETFORM;
1768
1769 typedef struct spool_r_setform
1770 {
1771         WERROR status;
1772 }
1773 SPOOL_R_SETFORM;
1774
1775 typedef struct spool_q_deleteform
1776 {
1777         POLICY_HND handle;
1778         UNISTR2 name;
1779 }
1780 SPOOL_Q_DELETEFORM;
1781
1782 typedef struct spool_r_deleteform
1783 {
1784         WERROR status;
1785 }
1786 SPOOL_R_DELETEFORM;
1787
1788 typedef struct spool_q_getjob
1789 {
1790         POLICY_HND handle;
1791         uint32 jobid;
1792         uint32 level;
1793         NEW_BUFFER *buffer;
1794         uint32 offered;
1795 }
1796 SPOOL_Q_GETJOB;
1797
1798 typedef struct pjob_info_info
1799 {
1800         union
1801         {
1802                 JOB_INFO_1 *job_info_1;
1803                 JOB_INFO_2 *job_info_2;
1804                 void *info;
1805         }
1806         job;
1807
1808 }
1809 PJOB_INFO;
1810
1811 typedef struct spool_r_getjob
1812 {
1813         NEW_BUFFER *buffer;
1814         uint32 needed;
1815         WERROR status;
1816 }
1817 SPOOL_R_GETJOB;
1818
1819 typedef struct spool_q_replyopenprinter
1820 {
1821         UNISTR2 string;
1822         uint32 printer;
1823         uint32 type;
1824         uint32 unknown0;
1825         uint32 unknown1;
1826 }
1827 SPOOL_Q_REPLYOPENPRINTER;
1828
1829 typedef struct spool_r_replyopenprinter
1830 {
1831         POLICY_HND handle;
1832         WERROR status;
1833 }
1834 SPOOL_R_REPLYOPENPRINTER;
1835
1836 typedef struct spool_q_replycloseprinter
1837 {
1838         POLICY_HND handle;
1839 }
1840 SPOOL_Q_REPLYCLOSEPRINTER;
1841
1842 typedef struct spool_r_replycloseprinter
1843 {
1844         POLICY_HND handle;
1845         WERROR status;
1846 }
1847 SPOOL_R_REPLYCLOSEPRINTER;
1848
1849 typedef struct spool_q_rrpcn
1850 {
1851         POLICY_HND handle;
1852         uint32 change_low;
1853         uint32 change_high;
1854         uint32 unknown0;
1855         uint32 unknown1;
1856         uint32 info_ptr;
1857         SPOOL_NOTIFY_INFO info; 
1858 }
1859 SPOOL_Q_REPLY_RRPCN;
1860
1861 typedef struct spool_r_rrpcn
1862 {
1863         uint32 unknown0;
1864         WERROR status;
1865 }
1866 SPOOL_R_REPLY_RRPCN;
1867
1868 typedef struct spool_q_getprinterdataex
1869 {
1870         POLICY_HND handle;
1871         UNISTR2 keyname;
1872         UNISTR2 valuename;
1873         uint32 size;
1874 }
1875 SPOOL_Q_GETPRINTERDATAEX;
1876
1877 typedef struct spool_r_getprinterdataex
1878 {
1879         uint32 type;
1880         uint32 size;
1881         uint8 *data;
1882         uint32 needed;
1883         WERROR status;
1884 }
1885 SPOOL_R_GETPRINTERDATAEX;
1886
1887 typedef struct spool_q_setprinterdataex
1888 {
1889         POLICY_HND handle;
1890         UNISTR2 key;
1891         UNISTR2 value;
1892         uint32 type;
1893         uint32 max_len;
1894         uint8 *data;
1895         uint32 real_len;
1896         uint32 numeric_data;
1897 }
1898 SPOOL_Q_SETPRINTERDATAEX;
1899
1900 typedef struct spool_r_setprinterdataex
1901 {
1902         WERROR status;
1903 }
1904 SPOOL_R_SETPRINTERDATAEX;
1905
1906 #define PRINTER_DRIVER_VERSION 2
1907 #define PRINTER_DRIVER_ARCHITECTURE "Windows NT x86"
1908
1909 #endif /* _RPC_SPOOLSS_H */