r25068: Older samba3 DCs will return DCERPC_FAULT_OP_RNG_ERROR for every opcode on the
[Samba.git] / source / librpc / idl / spoolss.idl
blob104c0e32e5987d4045cb2b5ba8d13638369d2ed8
1 #include "idl_types.h"
3 /*
4 spoolss interface definitions
5 */
7 [ uuid("12345678-1234-abcd-ef00-0123456789ab"),
8 version(1.0),
9 endpoint("ncacn_np:[\\pipe\\spoolss]"),
10 pointer_default(unique),
11 pointer_default_top(unique),
12 helpstring("Spooler SubSystem"),
13 depends(security),
14 helper("librpc/ndr/ndr_spoolss_buf.h")
15 ] interface spoolss
17 typedef 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;
28 typedef struct {
29 [relative] nstring *printername;
30 [relative] nstring *servername;
31 uint32 cjobs;
32 uint32 total_jobs;
33 uint32 total_bytes;
34 spoolss_Time time;
35 uint32 global_counter;
36 uint32 total_pages;
37 uint32 version;
38 uint32 unknown10;
39 uint32 unknown11;
40 uint32 unknown12;
41 uint32 session_counter;
42 uint32 unknown14;
43 uint32 printer_errors;
44 uint32 unknown16;
45 uint32 unknown17;
46 uint32 unknown18;
47 uint32 unknown19;
48 uint32 change_id;
49 uint32 unknown21;
50 uint32 status;
51 uint32 unknown23;
52 uint32 c_setprinter;
53 uint16 unknown25;
54 uint16 unknown26;
55 uint32 unknown27;
56 uint32 unknown28;
57 uint32 unknown29;
58 } spoolss_PrinterInfo0;
60 typedef [public,gensize] struct {
61 string32 devicename;
62 uint16 specversion;
63 uint16 driverversion;
64 uint16 size;
65 [value(r->driverextra_data.length)] uint16 __driverextra_length;
66 uint32 fields;
67 uint16 orientation;
68 uint16 papersize;
69 uint16 paperlength;
70 uint16 paperwidth;
71 uint16 scale;
72 uint16 copies;
73 uint16 defaultsource;
74 uint16 printquality;
75 uint16 color;
76 uint16 duplex;
77 uint16 yresolution;
78 uint16 ttoption;
79 uint16 collate;
80 string32 formname;
81 uint16 logpixels;
82 uint32 bitsperpel;
83 uint32 pelswidth;
84 uint32 pelsheight;
85 uint32 displayflags;
86 uint32 displayfrequency;
87 uint32 icmmethod;
88 uint32 icmintent;
89 uint32 mediatype;
90 uint32 dithertype;
91 uint32 reserved1;
92 uint32 reserved2;
93 uint32 panningwidth;
94 uint32 panningheight;
95 [subcontext_size(__driverextra_length),subcontext(0),flag(NDR_REMAINING)] DATA_BLOB driverextra_data;
96 } spoolss_DeviceMode;
98 typedef [public] bitmap {
99 PRINTER_ENUM_DEFAULT = 0x00000001,
100 PRINTER_ENUM_LOCAL = 0x00000002,
101 PRINTER_ENUM_CONNECTIONS = 0x00000004,
102 PRINTER_ENUM_FAVORITE = 0x00000004,
103 PRINTER_ENUM_NAME = 0x00000008,
104 PRINTER_ENUM_REMOTE = 0x00000010,
105 PRINTER_ENUM_SHARED = 0x00000020,
106 PRINTER_ENUM_NETWORK = 0x00000040,
107 PRINTER_ENUM_UNKNOWN_8 = 0x00000008,
108 PRINTER_ENUM_EXPAND = 0x00004000,
109 PRINTER_ENUM_CONTAINER = 0x00008000,
110 PRINTER_ENUM_ICON1 = 0x00010000,
111 PRINTER_ENUM_ICON2 = 0x00020000,
112 PRINTER_ENUM_ICON3 = 0x00040000,
113 PRINTER_ENUM_ICON4 = 0x00080000,
114 PRINTER_ENUM_ICON5 = 0x00100000,
115 PRINTER_ENUM_ICON6 = 0x00200000,
116 PRINTER_ENUM_ICON7 = 0x00400000,
117 PRINTER_ENUM_ICON8 = 0x00800000,
118 PRINTER_ENUM_HIDE = 0x01000000
119 } spoolss_EnumPrinterFlags;
121 typedef struct {
122 spoolss_EnumPrinterFlags flags;
123 [relative] nstring *name;
124 [relative] nstring *description;
125 [relative] nstring *comment;
126 } spoolss_PrinterInfo1;
128 typedef bitmap {
129 PRINTER_ATTRIBUTE_QUEUED = 0x00000001,
130 PRINTER_ATTRIBUTE_DIRECT = 0x00000002,
131 PRINTER_ATTRIBUTE_DEFAULT = 0x00000004,
132 PRINTER_ATTRIBUTE_SHARED = 0x00000008,
133 PRINTER_ATTRIBUTE_NETWORK = 0x00000010,
134 PRINTER_ATTRIBUTE_HIDDEN = 0x00000020,
135 PRINTER_ATTRIBUTE_LOCAL = 0x00000040,
136 PRINTER_ATTRIBUTE_ENABLE_DEVQ = 0x00000080,
137 PRINTER_ATTRIBUTE_KEEPPRINTEDJOBS = 0x00000100,
138 PRINTER_ATTRIBUTE_DO_COMPLETE_FIRST = 0x00000200,
139 PRINTER_ATTRIBUTE_WORK_OFFLINE = 0x00000400,
140 PRINTER_ATTRIBUTE_ENABLE_BIDI = 0x00000800,
141 PRINTER_ATTRIBUTE_RAW_ONLY = 0x00001000,
142 PRINTER_ATTRIBUTE_PUBLISHED = 0x00002000,
143 PRINTER_ATTRIBUTE_FAX = 0x00004000,
144 PRINTER_ATTRIBUTE_TS = 0x00008000
145 } spoolss_PrinterAttributes;
147 typedef bitmap {
148 PRINTER_STATUS_PAUSED = 0x00000001,
149 PRINTER_STATUS_ERROR = 0x00000002,
150 PRINTER_STATUS_PENDING_DELETION = 0x00000004,
151 PRINTER_STATUS_PAPER_JAM = 0x00000008,
152 PRINTER_STATUS_PAPER_OUT = 0x00000010,
153 PRINTER_STATUS_MANUAL_FEED = 0x00000020,
154 PRINTER_STATUS_PAPER_PROBLEM = 0x00000040,
155 PRINTER_STATUS_OFFLINE = 0x00000080,
156 PRINTER_STATUS_IO_ACTIVE = 0x00000100,
157 PRINTER_STATUS_BUSY = 0x00000200,
158 PRINTER_STATUS_PRINTING = 0x00000400,
159 PRINTER_STATUS_OUTPUT_BIN_FULL = 0x00000800,
160 PRINTER_STATUS_NOT_AVAILABLE = 0x00001000,
161 PRINTER_STATUS_WAITING = 0x00002000,
162 PRINTER_STATUS_PROCESSING = 0x00004000,
163 PRINTER_STATUS_INITIALIZING = 0x00008000,
164 PRINTER_STATUS_WARMING_UP = 0x00010000,
165 PRINTER_STATUS_TONER_LOW = 0x00020000,
166 PRINTER_STATUS_NO_TONER = 0x00040000,
167 PRINTER_STATUS_PAGE_PUNT = 0x00080000,
168 PRINTER_STATUS_USER_INTERVENTION= 0x00100000,
169 PRINTER_STATUS_OUT_OF_MEMORY = 0x00200000,
170 PRINTER_STATUS_DOOR_OPEN = 0x00400000,
171 PRINTER_STATUS_SERVER_UNKNOWN = 0x00800000,
172 PRINTER_STATUS_POWER_SAVE = 0x01000000
173 } spoolss_PrinterStatus;
175 typedef struct {
176 [relative] nstring *servername;
177 [relative] nstring *printername;
178 [relative] nstring *sharename;
179 [relative] nstring *portname;
180 [relative] nstring *drivername;
181 [relative] nstring *comment;
182 [relative] nstring *location;
183 [relative,subcontext(0)] spoolss_DeviceMode *devmode;
184 [relative] nstring *sepfile;
185 [relative] nstring *printprocessor;
186 [relative] nstring *datatype;
187 [relative] nstring *parameters;
188 [relative,subcontext(0)] security_descriptor *secdesc;
189 spoolss_PrinterAttributes attributes;
190 uint32 priority;
191 uint32 defaultpriority;
192 uint32 starttime;
193 uint32 untiltime;
194 spoolss_PrinterStatus status;
195 uint32 cjobs;
196 uint32 averageppm;
197 } spoolss_PrinterInfo2;
199 typedef struct {
200 [relative,subcontext(0)] security_descriptor *secdesc;
201 } spoolss_PrinterInfo3;
203 typedef struct {
204 [relative] nstring *printername;
205 [relative] nstring *servername;
206 spoolss_PrinterAttributes attributes;
207 } spoolss_PrinterInfo4;
209 typedef struct {
210 [relative] nstring *printername;
211 [relative] nstring *portname;
212 spoolss_PrinterAttributes attributes;
213 uint32 device_not_selected_timeout;
214 uint32 transmission_retry_timeout;
215 } spoolss_PrinterInfo5;
217 typedef struct {
218 spoolss_PrinterStatus status;
219 } spoolss_PrinterInfo6;
221 typedef bitmap {
222 DSPRINT_PUBLISH = 0x00000001,
223 DSPRINT_UPDATE = 0x00000002,
224 DSPRINT_UNPUBLISH = 0x00000004,
225 DSPRINT_REPUBLISH = 0x00000008,
226 DSPRINT_PENDING = 0x80000000
227 } spoolss_DsPrintAction;
229 typedef struct {
230 [relative] nstring *guid; /* text form of printer guid */
231 spoolss_DsPrintAction action;
232 } spoolss_PrinterInfo7;
234 typedef struct {
235 [relative,subcontext(0)] spoolss_DeviceMode *devmode;
236 } spoolss_DeviceModeInfo;
238 typedef [nodiscriminant,relative_base,public] union {
239 [case(0)] spoolss_PrinterInfo0 info0;
240 [case(1)] spoolss_PrinterInfo1 info1;
241 [case(2)] spoolss_PrinterInfo2 info2;
242 [case(3)] spoolss_PrinterInfo3 info3;
243 [case(4)] spoolss_PrinterInfo4 info4;
244 [case(5)] spoolss_PrinterInfo5 info5;
245 [case(6)] spoolss_PrinterInfo6 info6;
246 [case(7)] spoolss_PrinterInfo7 info7;
247 [case(8)] spoolss_DeviceModeInfo info8;
248 [case(9)] spoolss_DeviceModeInfo info9;
249 [default];
250 } spoolss_PrinterInfo;
252 /******************/
253 /* Function: 0x00 */
254 /* we are using this as internal parsing code */
255 [public,noopnum,noprint] WERROR _spoolss_EnumPrinters(
256 [in] spoolss_EnumPrinterFlags flags,
257 [in] [string,charset(UTF16)] uint16 *server,
258 [in] uint32 level,
259 [in] DATA_BLOB *buffer,
260 [in] uint32 offered,
261 [out] DATA_BLOB *info,
262 [out] uint32 *needed,
263 [out] uint32 *count
265 [public,noopnum,noprint] void __spoolss_EnumPrinters(
266 [in] uint32 level,
267 [in] uint32 count,
268 [out,switch_is(level)] spoolss_PrinterInfo info[count]
270 [nopull,nopush] WERROR spoolss_EnumPrinters(
271 [in] spoolss_EnumPrinterFlags flags,
272 [in] [string,charset(UTF16)] uint16 *server,
273 [in] uint32 level,
274 [in] DATA_BLOB *buffer,
275 [in] uint32 offered,
276 /* what we have here is a subcontext containing an array of no discriminant unions
277 * and the array has no size in front
279 [out,switch_is(level),size_is(count)] spoolss_PrinterInfo *info,
280 [out] uint32 *needed,
281 [out] uint32 *count
284 /******************/
285 /* Function: 0x01 */
286 typedef struct {
287 [value(_ndr_size_spoolss_DeviceMode(devmode, ndr->flags))] uint32 _ndr_size;
288 [subcontext(4),subcontext_size(_ndr_size)] spoolss_DeviceMode *devmode;
289 } spoolss_DevmodeContainer;
291 WERROR spoolss_OpenPrinter(
292 [in] [string,charset(UTF16)] uint16 *printername,
293 [in] [string,charset(UTF16)] uint16 *datatype,
294 [in] spoolss_DevmodeContainer devmode_ctr,
295 [in] uint32 access_mask,
296 [out,ref] policy_handle *handle
299 /******************/
300 /* Function: 0x02 */
301 typedef struct {
302 uint32 job_id;
303 [relative] nstring *printer_name;
304 [relative] nstring *server_name;
305 [relative] nstring *user_name;
306 [relative] nstring *document_name;
307 [relative] nstring *data_type;
308 [relative] nstring *text_status;
309 uint32 status;
310 uint32 priority;
311 uint32 position;
312 uint32 total_pages;
313 uint32 pages_printed;
314 spoolss_Time time;
315 } spoolss_JobInfo1;
317 typedef [nodiscriminant,relative_base,public] union {
318 [case(1)] spoolss_JobInfo1 info1;
319 [case(2)]; /* TODO */
320 [case(3)]; /* TODO */
321 [default];
322 } spoolss_JobInfo;
324 typedef struct {
325 uint32 level;
326 [switch_is(level)] spoolss_JobInfo info;
327 } spoolss_JobInfoContainer;
329 typedef [v1_enum] enum {
330 SPOOLSS_JOB_CONTROL_PAUSE = 1,
331 SPOOLSS_JOB_CONTROL_RESUME = 2,
332 SPOOLSS_JOB_CONTROL_CANCEL = 3,
333 SPOOLSS_JOB_CONTROL_RESTART = 4,
334 SPOOLSS_JOB_CONTROL_DELETE = 5,
335 SPOOLSS_JOB_CONTROL_SEND_TO_PRINTER = 6,
336 SPOOLSS_JOB_CONTROL_LAST_PAGE_EJECTED = 7
337 } spoolss_JobControl;
339 WERROR spoolss_SetJob(
340 [in,ref] policy_handle *handle,
341 [in] uint32 job_id,
342 [in] spoolss_JobInfoContainer *ctr,
343 [in] spoolss_JobControl command
346 /******************/
347 /* Function: 0x03 */
348 WERROR spoolss_GetJob(
349 [in,ref] policy_handle *handle,
350 [in] uint32 job_id,
351 [in] uint32 level,
352 [in] DATA_BLOB *buffer,
353 [in] uint32 offered,
354 [out,subcontext(4),subcontext_size(offered),switch_is(level)] spoolss_JobInfo *info,
355 [out] uint32 *needed
358 /******************/
359 /* Function: 0x04 */
360 [public,noopnum,noprint] WERROR _spoolss_EnumJobs(
361 [in,ref] policy_handle *handle,
362 [in] uint32 firstjob,
363 [in] uint32 numjobs,
364 [in] uint32 level,
365 [in] DATA_BLOB *buffer,
366 [in] uint32 offered,
367 [out] DATA_BLOB *info,
368 [out] uint32 *needed,
369 [out] uint32 *count
371 [public,noopnum,noprint] void __spoolss_EnumJobs(
372 [in] uint32 level,
373 [in] uint32 count,
374 [out,switch_is(level)] spoolss_JobInfo info[count]
376 [nopull,nopush] WERROR spoolss_EnumJobs(
377 [in,ref] policy_handle *handle,
378 [in] uint32 firstjob,
379 [in] uint32 numjobs,
380 [in] uint32 level,
381 [in] DATA_BLOB *buffer,
382 [in] uint32 offered,
383 [out,switch_is(level),size_is(count)] spoolss_JobInfo *info,
384 [out] uint32 *needed,
385 [out] uint32 *count
388 /******************/
389 /* Function: 0x05 */
390 WERROR spoolss_AddPrinter(
391 /* This function is not implemented in Samba 3 as no
392 clients have been observed using it. */
395 /******************/
396 /* Function: 0x06 */
397 WERROR spoolss_DeletePrinter(
400 /******************/
401 /* Function: 0x07 */
402 typedef [v1_enum] enum {
403 SPOOLSS_PRINTER_CONTROL_UNPAUSE = 0,
404 SPOOLSS_PRINTER_CONTROL_PAUSE = 1,
405 SPOOLSS_PRINTER_CONTROL_RESUME = 2,
406 SPOOLSS_PRINTER_CONTROL_PURGE = 3,
407 SPOOLSS_PRINTER_CONTROL_SET_STATUS = 4
408 } spoolss_PrinterControl;
410 typedef [switch_type(uint32)] union {
411 [case(0)] spoolss_PrinterInfo0 *info0;
412 [case(1)] spoolss_PrinterInfo1 *info1;
413 [case(2)] spoolss_PrinterInfo2 *info2;
414 [case(3)] spoolss_PrinterInfo3 *info3;
415 [case(4)] spoolss_PrinterInfo4 *info4;
416 [case(5)] spoolss_PrinterInfo5 *info5;
417 [case(6)] spoolss_PrinterInfo6 *info6;
418 [case(7)] spoolss_PrinterInfo7 *info7;
419 [case(8)] spoolss_DeviceModeInfo *info8;
420 [case(9)] spoolss_DeviceModeInfo *info9;
421 [default];
422 } spoolss_SetPrinterInfo;
424 WERROR spoolss_SetPrinter(
425 [in,ref] policy_handle *handle,
426 [in] uint32 level,
427 [in,switch_is(level)] spoolss_SetPrinterInfo info,
428 [in] spoolss_DevmodeContainer devmode_ctr,
429 [in] sec_desc_buf secdesc_ctr,
430 [in] spoolss_PrinterControl command
433 /******************/
434 /* Function: 0x08 */
435 WERROR spoolss_GetPrinter(
436 [in,ref] policy_handle *handle,
437 [in] uint32 level,
438 [in] DATA_BLOB *buffer,
439 [in] uint32 offered,
440 [out,subcontext(4),subcontext_size(offered),switch_is(level)] spoolss_PrinterInfo *info,
441 [out] uint32 *needed
444 /******************/
445 /* Function: 0x09 */
446 WERROR spoolss_AddPrinterDriver(
449 typedef struct {
450 [relative] nstring *driver_name;
451 } spoolss_DriverInfo1;
453 typedef [v1_enum] enum {
454 SPOOLSS_DRIVER_VERSION_9X = 0,
455 SPOOLSS_DRIVER_VERSION_NT35 = 1,
456 SPOOLSS_DRIVER_VERSION_NT4 = 2,
457 SPOOLSS_DRIVER_VERSION_200X = 3
458 } spoolss_DriverOSVersion;
460 typedef struct {
461 spoolss_DriverOSVersion version;
462 [relative] nstring *driver_name;
463 [relative] nstring *architecture;
464 [relative] nstring *driver_path;
465 [relative] nstring *data_file;
466 [relative] nstring *config_file;
467 } spoolss_DriverInfo2;
469 typedef struct {
470 spoolss_DriverOSVersion version;
471 [relative] nstring *driver_name;
472 [relative] nstring *architecture;
473 [relative] nstring *driver_path;
474 [relative] nstring *data_file;
475 [relative] nstring *config_file;
476 [relative] nstring *help_file;
477 [relative] nstring_array *dependent_files;
478 [relative] nstring *monitor_name;
479 [relative] nstring *default_datatype;
480 } spoolss_DriverInfo3;
482 typedef struct {
483 spoolss_DriverOSVersion version;
484 [relative] nstring *driver_name;
485 [relative] nstring *architecture;
486 [relative] nstring *driver_path;
487 [relative] nstring *data_file;
488 [relative] nstring *config_file;
489 [relative] nstring *help_file;
490 [relative] nstring_array *dependent_files;
491 [relative] nstring *monitor_name;
492 [relative] nstring *default_datatype;
493 [relative] nstring_array *previous_names;
494 } spoolss_DriverInfo4;
496 typedef struct {
497 spoolss_DriverOSVersion version;
498 [relative] nstring *driver_name;
499 [relative] nstring *architecture;
500 [relative] nstring *driver_path;
501 [relative] nstring *data_file;
502 [relative] nstring *config_file;
503 uint32 driver_attributes;
504 uint32 config_version;
505 uint32 driver_version;
506 } spoolss_DriverInfo5;
508 typedef struct {
509 spoolss_DriverOSVersion version;
510 [relative] nstring *driver_name;
511 [relative] nstring *architecture;
512 [relative] nstring *driver_path;
513 [relative] nstring *data_file;
514 [relative] nstring *config_file;
515 [relative] nstring *help_file;
516 [relative] nstring_array *dependent_files;
517 [relative] nstring *monitor_name;
518 [relative] nstring *default_datatype;
519 [relative] nstring_array *previous_names;
520 NTTIME driver_data;
521 hyper driver_version;
522 [relative] nstring *manufacturer_name;
523 [relative] nstring *manufacturer_url;
524 [relative] nstring *hardware_id;
525 [relative] nstring *provider;
526 } spoolss_DriverInfo6;
528 typedef [nodiscriminant,relative_base,public] union {
529 [case(1)] spoolss_DriverInfo1 info1;
530 [case(2)] spoolss_DriverInfo2 info2;
531 [case(3)] spoolss_DriverInfo3 info3;
532 [case(4)] spoolss_DriverInfo4 info4;
533 [case(5)] spoolss_DriverInfo5 info5;
534 [case(6)] spoolss_DriverInfo6 info6;
535 [default];
536 } spoolss_DriverInfo;
538 /******************/
539 /* Function: 0x0a */
540 [public,noopnum,noprint] WERROR _spoolss_EnumPrinterDrivers(
541 [in] [string,charset(UTF16)] uint16 *server,
542 [in] [string,charset(UTF16)] uint16 *environment,
543 [in] uint32 level,
544 [in] DATA_BLOB *buffer,
545 [in] uint32 offered,
546 [out] DATA_BLOB *info,
547 [out] uint32 *needed,
548 [out] uint32 *count
550 [public,noopnum,noprint] void __spoolss_EnumPrinterDrivers(
551 [in] uint32 level,
552 [in] uint32 count,
553 [out,switch_is(level)] spoolss_DriverInfo info[count]
555 [nopull,nopush] WERROR spoolss_EnumPrinterDrivers(
556 [in] [string,charset(UTF16)] uint16 *server,
557 [in] [string,charset(UTF16)] uint16 *environment,
558 [in] uint32 level,
559 [in] DATA_BLOB *buffer,
560 [in] uint32 offered,
561 [out,switch_is(level),size_is(count)] spoolss_DriverInfo *info,
562 [out] uint32 *needed,
563 [out] uint32 *count
566 /******************/
567 /* Function: 0x0b */
568 WERROR spoolss_GetPrinterDriver(
571 /******************/
572 /* Function: 0x0c */
573 typedef struct {
574 nstring directory_name;
575 } spoolss_DriverDirectoryInfo1;
577 /* NOTE: it's seems that w2k3 completly ignores the level
578 in its server code
580 typedef [nodiscriminant,relative_base,gensize,public] union {
581 [case(1)] spoolss_DriverDirectoryInfo1 info1;
582 [default] spoolss_DriverDirectoryInfo1 info1;
583 } spoolss_DriverDirectoryInfo;
585 WERROR spoolss_GetPrinterDriverDirectory(
586 [in] [string,charset(UTF16)] uint16 *server,
587 [in] [string,charset(UTF16)] uint16 *environment,
588 [in] uint32 level,
589 [in] DATA_BLOB *buffer,
590 [in] uint32 offered,
591 [out,subcontext(4),subcontext_size(offered),switch_is(level)] spoolss_DriverDirectoryInfo *info,
592 [out] uint32 *needed
595 /******************/
596 /* Function: 0x0d */
597 WERROR spoolss_DeletePrinterDriver(
598 [in,ref] policy_handle *handle,
599 [in] [string,charset(UTF16)] uint16 *server,
600 [in] [string,charset(UTF16)] uint16 architecture[],
601 [in] [string,charset(UTF16)] uint16 driver[]
604 /******************/
605 /* Function: 0x0e */
606 WERROR spoolss_AddPrintProcessor(
609 /******************/
610 /* Function: 0x0f */
611 typedef struct {
612 [relative] nstring *print_processor_name;
613 } spoolss_PrintProcessorInfo1;
615 typedef [nodiscriminant,relative_base,public] union {
616 [case(1)] spoolss_PrintProcessorInfo1 info1;
617 [default];
618 } spoolss_PrintProcessorInfo;
620 [public,noopnum,noprint] WERROR _spoolss_EnumPrintProcessors(
621 [in] [string,charset(UTF16)] uint16 *servername,
622 [in] [string,charset(UTF16)] uint16 *environment,
623 [in] uint32 level,
624 [in] DATA_BLOB *buffer,
625 [in] uint32 offered,
626 [out] DATA_BLOB *info,
627 [out] uint32 *needed,
628 [out] uint32 *count
630 [public,noopnum,noprint] void __spoolss_EnumPrintProcessors(
631 [in] uint32 level,
632 [in] uint32 count,
633 [out,switch_is(level)] spoolss_PrintProcessorInfo info[count]
635 [nopull,nopush] WERROR spoolss_EnumPrintProcessors(
636 [in] [string,charset(UTF16)] uint16 *servername,
637 [in] [string,charset(UTF16)] uint16 *environment,
638 [in] uint32 level,
639 [in] DATA_BLOB *buffer,
640 [in] uint32 offered,
641 [out,switch_is(level),size_is(count)] spoolss_PrintProcessorInfo *info,
642 [out] uint32 *needed,
643 [out] uint32 *count
646 /******************/
647 /* Function: 0x10 */
648 WERROR spoolss_GetPrintProcessorDirectory(
651 /******************/
652 /* Function: 0x11 */
653 typedef struct {
654 [string,charset(UTF16)] uint16 *document_name;
655 [string,charset(UTF16)] uint16 *output_file;
656 [string,charset(UTF16)] uint16 *datatype;
657 } spoolss_DocumentInfo1;
659 typedef [switch_type(uint32)] union {
660 [case(1)] spoolss_DocumentInfo1 *info1;
661 [case(2)]; /* TODO */
662 [case(3)]; /* TODO */
663 [default];
664 } spoolss_DocumentInfo;
666 WERROR spoolss_StartDocPrinter(
667 [in,ref] policy_handle *handle,
668 [in] uint32 level,
669 [in,switch_is(level)] spoolss_DocumentInfo info,
670 [out] uint32 *job_id
673 /******************/
674 /* Function: 0x12 */
675 WERROR spoolss_StartPagePrinter(
676 [in,ref] policy_handle *handle
679 /******************/
680 /* Function: 0x13 */
681 WERROR spoolss_WritePrinter(
682 [in,ref] policy_handle *handle,
683 [in] DATA_BLOB data,
684 [in,value(r->in.data.length)] uint32 _data_size,
685 [out] uint32 *num_written
688 /******************/
689 /* Function: 0x14 */
690 WERROR spoolss_EndPagePrinter(
691 [in,ref] policy_handle *handle
694 /******************/
695 /* Function: 0x15 */
696 WERROR spoolss_AbortPrinter(
697 [in,ref] policy_handle *handle
700 /******************/
701 /* Function: 0x16 */
702 WERROR spoolss_ReadPrinter(
703 [in,ref] policy_handle *handle,
704 [in] uint32 data_size,
705 [out] DATA_BLOB *data,
706 [out,value(r->out.data.length)] uint32 *_data_size
709 /******************/
710 /* Function: 0x17 */
711 WERROR spoolss_EndDocPrinter(
712 [in,ref] policy_handle *handle
715 /******************/
716 /* Function: 0x18 */
717 WERROR spoolss_AddJob(
720 /******************/
721 /* Function: 0x19 */
722 WERROR spoolss_ScheduleJob(
725 /******************/
726 /* Function: 0x1a */
727 const string SPOOLSS_ARCHITECTURE_NT_X86 = "Windows NT x86";
729 typedef [public,gensize] struct {
730 [value(ndr_size_spoolss_OSVersion(r,ndr->flags))] uint32 _ndr_size;
731 uint32 major;
732 uint32 minor;
733 uint32 build;
734 [value(2)] uint32 unknown;
735 [subcontext(0),subcontext_size(256)] nstring extra_string;
736 } spoolss_OSVersion;
738 typedef [public,gensize] struct {
739 [value(ndr_size_spoolss_OSVersionEx(r,ndr->flags))] uint32 _ndr_size;
740 uint32 major;
741 uint32 minor;
742 uint32 build;
743 [value(2)] uint32 unknown1;
744 [subcontext(0),subcontext_size(256)] nstring extra_string;
745 uint32 unknown2;/* service pack number? I saw 0 from w2k3 and 1 from winxp sp1*/
746 uint32 unknown3;/* hmm? w2k3: 131346(0x20112) winxp sp1: 503382272 0x1E010100 */
747 } spoolss_OSVersionEx;
749 typedef [v1_enum] enum {
750 SPOOLSS_PRINTER_DATA_TYPE_NULL = 0,
751 SPOOLSS_PRINTER_DATA_TYPE_STRING = 1,
752 SPOOLSS_PRINTER_DATA_TYPE_BINARY = 3,
753 SPOOLSS_PRINTER_DATA_TYPE_UINT32 = 4,
754 SPOOLSS_PRINTER_DATA_TYPE_STRING_ARRAY = 7
755 } spoolss_PrinterDataType;
757 typedef [nodiscriminant,public,gensize] union {
758 [case(SPOOLSS_PRINTER_DATA_TYPE_NULL)];
759 [case(SPOOLSS_PRINTER_DATA_TYPE_STRING)] nstring string;
760 [case(SPOOLSS_PRINTER_DATA_TYPE_BINARY),flag(NDR_REMAINING)] DATA_BLOB binary;
761 [case(SPOOLSS_PRINTER_DATA_TYPE_UINT32)] uint32 value;
762 [case(SPOOLSS_PRINTER_DATA_TYPE_STRING_ARRAY)] nstring_array string_array;
763 [default,flag(NDR_REMAINING)] DATA_BLOB data;
764 } spoolss_PrinterData;
766 [noopnum,noprint,public] WERROR _spoolss_GetPrinterData(
767 [in,ref] policy_handle *handle,
768 [in] [string,charset(UTF16)] uint16 value_name[],
769 [in] uint32 offered,
770 [out] spoolss_PrinterDataType *type,
771 [out] DATA_BLOB *data,
772 [out] uint32 *needed
774 [noopnum,noprint,public] void __spoolss_GetPrinterData(
775 [in] spoolss_PrinterDataType type,
776 [out,switch_is(type)] spoolss_PrinterData *data
778 [nopull,nopush] WERROR spoolss_GetPrinterData(
779 [in,ref] policy_handle *handle,
780 [in] [string,charset(UTF16)] uint16 value_name[],
781 [in] uint32 offered,
782 [out] spoolss_PrinterDataType *type,
783 [out,subcontext(4),subcontext_size(offered),switch_is(type)] spoolss_PrinterData *data,
784 [out] uint32 *needed
787 /******************/
788 /* Function: 0x1b */
789 [noopnum,nopull,noprint,public] WERROR _spoolss_SetPrinterData(
790 [in,ref] policy_handle *handle,
791 [in] [string,charset(UTF16)] uint16 value_name[],
792 [in] spoolss_PrinterDataType type,
793 [in] DATA_BLOB data,
794 [in] uint32 *_offered
796 [noopnum,nopull,noprint,public] void __spoolss_SetPrinterData(
797 [in] spoolss_PrinterDataType type,
798 [out,switch_is(type)] spoolss_PrinterData *data
800 [nopush] WERROR spoolss_SetPrinterData(
801 [in,ref] policy_handle *handle,
802 [in] [string,charset(UTF16)] uint16 value_name[],
803 [in] spoolss_PrinterDataType type,
804 [in,subcontext(4),switch_is(type)] spoolss_PrinterData data,
805 [in,value(ndr_size_spoolss_PrinterData(&data,type,flags))] uint32 _offered
808 /******************/
809 /* Function: 0x1c */
810 WERROR spoolss_WaitForPrinterChange(
813 /******************/
814 /* Function: 0x1d */
815 WERROR spoolss_ClosePrinter(
816 [in,out,ref] policy_handle *handle
819 /******************/
820 /* Function: 0x1e */
821 typedef [v1_enum] enum {
822 SPOOLSS_FORM_USER = 0,
823 SPOOLSS_FORM_BUILTIN = 1,
824 SPOOLSS_FORM_PRINTER = 2
825 } spoolss_FormFlags;
827 typedef struct {
828 uint32 width;
829 uint32 height;
830 } spoolss_FormSize;
832 typedef struct {
833 uint32 left;
834 uint32 top;
835 uint32 right;
836 uint32 bottom;
837 } spoolss_FormArea;
839 typedef struct {
840 spoolss_FormFlags flags;
841 [relative] nstring *form_name;
842 spoolss_FormSize size;
843 spoolss_FormArea area;
844 } spoolss_FormInfo1;
846 typedef [nodiscriminant,relative_base,public,gensize] union {
847 [case(1)] spoolss_FormInfo1 info1;
848 [default];
849 } spoolss_FormInfo;
851 typedef struct {
852 spoolss_FormFlags flags;
853 [string,charset(UTF16)] uint16 *form_name;
854 spoolss_FormSize size;
855 spoolss_FormArea area;
856 } spoolss_AddFormInfo1;
858 typedef [switch_type(uint32)] union {
859 [case(1)] spoolss_AddFormInfo1 *info1;
860 } spoolss_AddFormInfo;
862 WERROR spoolss_AddForm(
863 [in,ref] policy_handle *handle,
864 [in] uint32 level,
865 [in,switch_is(level)] spoolss_AddFormInfo info
868 /******************/
869 /* Function: 0x1f */
870 WERROR spoolss_DeleteForm(
871 [in,ref] policy_handle *handle,
872 [in] [string,charset(UTF16)] uint16 form_name[]
875 /******************/
876 /* Function: 0x20 */
877 WERROR spoolss_GetForm(
878 [in,ref] policy_handle *handle,
879 [in] [string,charset(UTF16)] uint16 form_name[],
880 [in] uint32 level,
881 [in] DATA_BLOB *buffer,
882 [in] uint32 offered,
883 [out,subcontext(4),subcontext_size(offered),switch_is(level)] spoolss_FormInfo *info,
884 [out] uint32 *needed
887 /******************/
888 /* Function: 0x21 */
889 WERROR spoolss_SetForm(
890 [in,ref] policy_handle *handle,
891 [in] [string,charset(UTF16)] uint16 form_name[],
892 [in] uint32 level,
893 [in,switch_is(level)] spoolss_AddFormInfo info
896 /******************/
897 /* Function: 0x22 */
898 [public,noopnum,noprint] WERROR _spoolss_EnumForms(
899 [in,ref] policy_handle *handle,
900 [in] uint32 level,
901 [in] DATA_BLOB *buffer,
902 [in] uint32 offered,
903 [out] DATA_BLOB *info,
904 [out] uint32 *needed,
905 [out] uint32 *count
907 [public,noopnum,noprint] void __spoolss_EnumForms(
908 [in] uint32 level,
909 [in] uint32 count,
910 [out,switch_is(level)] spoolss_FormInfo info[count]
912 [nopull,nopush] WERROR spoolss_EnumForms(
913 [in,ref] policy_handle *handle,
914 [in] uint32 level,
915 [in] DATA_BLOB *buffer,
916 [in] uint32 offered,
917 [out,switch_is(level),size_is(count)] spoolss_FormInfo *info,
918 [out] uint32 *needed,
919 [out] uint32 *count
922 typedef struct {
923 [relative] nstring *port_name;
924 } spoolss_PortInfo1;
926 typedef bitmap {
927 SPOOLSS_PORT_TYPE_WRITE = 0x00000001,
928 SPOOLSS_PORT_TYPE_READ = 0x00000002,
929 SPOOLSS_PORT_TYPE_REDIRECTED = 0x00000004,
930 SPOOLSS_PORT_TYPE_NET_ATTACHED = 0x00000008
931 } spoolss_PortType;
933 typedef struct {
934 [relative] nstring *port_name;
935 [relative] nstring *monitor_name;
936 [relative] nstring *description;
937 spoolss_PortType port_type;
938 uint32 reserved;
939 } spoolss_PortInfo2;
941 typedef [nodiscriminant,relative_base,public] union {
942 [case(1)] spoolss_PortInfo1 info1;
943 [case(2)] spoolss_PortInfo2 info2;
944 [case(3)]; /* TODO */
945 [default];
946 } spoolss_PortInfo;
948 /******************/
949 /* Function: 0x23 */
950 [public,noopnum,noprint] WERROR _spoolss_EnumPorts(
951 [in] [string,charset(UTF16)] uint16 *servername,
952 [in] uint32 level,
953 [in] DATA_BLOB *buffer,
954 [in] uint32 offered,
955 [out] DATA_BLOB *info,
956 [out] uint32 *needed,
957 [out] uint32 *count
959 [public,noopnum,noprint] void __spoolss_EnumPorts(
960 [in] uint32 level,
961 [in] uint32 count,
962 [out,switch_is(level)] spoolss_PortInfo info[count]
964 [nopull,nopush] WERROR spoolss_EnumPorts(
965 [in] [string,charset(UTF16)] uint16 *servername,
966 [in] uint32 level,
967 [in] DATA_BLOB *buffer,
968 [in] uint32 offered,
969 [out,switch_is(level),size_is(count)] spoolss_PortInfo *info,
970 [out] uint32 *needed,
971 [out] uint32 *count
974 /******************/
975 /* Function: 0x24 */
976 typedef struct {
977 [relative] nstring *monitor_name;
978 } spoolss_MonitorInfo1;
980 typedef struct {
981 [relative] nstring *monitor_name;
982 [relative] nstring *environment;
983 [relative] nstring *dll_name;
984 } spoolss_MonitorInfo2;
986 typedef [nodiscriminant,relative_base,public] union {
987 [case(1)] spoolss_MonitorInfo1 info1;
988 [case(2)] spoolss_MonitorInfo2 info2;
989 [default];
990 } spoolss_MonitorInfo;
992 [public,noopnum,noprint] WERROR _spoolss_EnumMonitors(
993 [in] [string,charset(UTF16)] uint16 *servername,
994 [in] uint32 level,
995 [in] DATA_BLOB *buffer,
996 [in] uint32 offered,
997 [out] DATA_BLOB *info,
998 [out] uint32 *needed,
999 [out] uint32 *count
1001 [public,noopnum,noprint] void __spoolss_EnumMonitors(
1002 [in] uint32 level,
1003 [in] uint32 count,
1004 [out,switch_is(level)] spoolss_MonitorInfo info[count]
1006 [nopull,nopush] WERROR spoolss_EnumMonitors(
1007 [in] [string,charset(UTF16)] uint16 *servername,
1008 [in] uint32 level,
1009 [in] DATA_BLOB *buffer,
1010 [in] uint32 offered,
1011 [out,switch_is(level),size_is(count)] spoolss_MonitorInfo *info,
1012 [out] uint32 *needed,
1013 [out] uint32 *count
1016 /******************/
1017 /* Function: 0x25 */
1018 WERROR spoolss_AddPort(
1019 [in] [string,charset(UTF16)] uint16 *server_name,
1020 [in] uint32 unknown,
1021 [in] [string,charset(UTF16)] uint16 monitor_name[]
1024 /******************/
1025 /* Function: 0x26 */
1026 WERROR spoolss_ConfigurePort(
1029 /******************/
1030 /* Function: 0x27 */
1031 WERROR spoolss_DeletePort(
1034 /******************/
1035 /* Function: 0x28 */
1036 WERROR spoolss_CreatePrinterIC(
1039 /******************/
1040 /* Function: 0x29 */
1041 WERROR spoolss_PlayGDIScriptOnPrinterIC(
1044 /******************/
1045 /* Function: 0x2a */
1046 WERROR spoolss_DeletePrinterIC(
1049 /******************/
1050 /* Function: 0x2b */
1051 WERROR spoolss_AddPrinterConnection(
1054 /******************/
1055 /* Function: 0x2c */
1056 WERROR spoolss_DeletePrinterConnection(
1059 /******************/
1060 /* Function: 0x2d */
1061 WERROR spoolss_PrinterMessageBox(
1062 /* Marked as obsolete in MSDN. "Not necessary and has
1063 no effect". */
1066 /******************/
1067 /* Function: 0x2e */
1068 WERROR spoolss_AddMonitor(
1071 /******************/
1072 /* Function: 0x2f */
1073 WERROR spoolss_DeleteMonitor(
1076 /******************/
1077 /* Function: 0x30 */
1078 WERROR spoolss_DeletePrintProcessor(
1081 /******************/
1082 /* Function: 0x31 */
1083 WERROR spoolss_AddPrintProvidor(
1086 /******************/
1087 /* Function: 0x32 */
1088 WERROR spoolss_DeletePrintProvidor(
1091 /******************/
1092 /* Function: 0x33 */
1093 WERROR spoolss_EnumPrintProcDataTypes(
1096 /******************/
1097 /* Function: 0x34 */
1098 WERROR spoolss_ResetPrinter(
1101 /******************/
1102 /* Function: 0x35 */
1103 WERROR spoolss_GetPrinterDriver2(
1104 [in,ref] policy_handle *handle,
1105 [in] [string,charset(UTF16)] uint16 *architecture,
1106 [in] uint32 level,
1107 [in] DATA_BLOB *buffer,
1108 [in] uint32 offered,
1109 [in] uint32 client_major_version,
1110 [in] uint32 client_minor_version,
1111 [out] DATA_BLOB *info,
1112 [out] uint32 *needed,
1113 [out] uint32 *server_major_version,
1114 [out] uint32 *server_minor_version
1117 /******************/
1118 /* Function: 0x36 */
1119 WERROR spoolss_FindFirstPrinterChangeNotification(
1122 /******************/
1123 /* Function: 0x37 */
1124 WERROR spoolss_FindNextPrinterChangeNotification(
1127 /******************/
1128 /* Function: 0x38 */
1129 WERROR spoolss_FindClosePrinterNotify(
1132 /******************/
1133 /* Function: 0x39 */
1134 WERROR spoolss_RouterFindFirstPrinterChangeNotificationOld(
1137 /******************/
1138 /* Function: 0x3a */
1139 WERROR spoolss_ReplyOpenPrinter(
1142 /******************/
1143 /* Function: 0x3b */
1144 WERROR spoolss_RouterReplyPrinter(
1147 /******************/
1148 /* Function: 0x3c */
1149 WERROR spoolss_ReplyClosePrinter(
1152 /******************/
1153 /* Function: 0x3d */
1154 WERROR spoolss_AddPortEx(
1157 /******************/
1158 /* Function: 0x3e */
1159 WERROR spoolss_RouterFindFirstPrinterChangeNotification(
1162 /******************/
1163 /* Function: 0x3f */
1164 WERROR spoolss_SpoolerInit(
1167 /******************/
1168 /* Function: 0x40 */
1169 WERROR spoolss_ResetPrinterEx(
1172 /******************/
1173 /* Function: 0x41 */
1174 typedef [flag(NDR_PAHEX)] struct {
1175 uint16 u1;
1176 uint16 u2;
1177 uint32 u3;
1178 uint32 u4;
1179 uint32 count;
1180 [size_is(count)] uint16 *array;
1181 } spoolss_RemoteFindFirstPrinterChangeNotifyEx_t2;
1183 typedef struct {
1184 uint32 u1;
1185 uint32 u2;
1186 uint32 count;
1187 [size_is(count)] spoolss_RemoteFindFirstPrinterChangeNotifyEx_t2 *t2;
1188 } spoolss_RemoteFindFirstPrinterChangeNotifyEx_t1;
1190 WERROR spoolss_RemoteFindFirstPrinterChangeNotifyEx(
1191 [in,ref] policy_handle *handle,
1192 [in] uint32 u1,
1193 [in] uint32 u2,
1194 [in] [string,charset(UTF16)] uint16 *str,
1195 [in] uint32 u3,
1196 [in] spoolss_RemoteFindFirstPrinterChangeNotifyEx_t1 *t1
1199 /******************/
1200 /* Function: 0x42 */
1201 WERROR spoolss_RouterRefreshPrinterChangeNotification(
1204 /******************/
1205 /* Function: 0x43 */
1206 WERROR spoolss_RemoteFindNextPrinterChangeNotifyEx(
1209 /******************/
1210 /* Function: 0x44 */
1211 WERROR spoolss_44(
1214 typedef struct {
1215 uint32 size;
1216 [string,charset(UTF16)] uint16 *client;
1217 [string,charset(UTF16)] uint16 *user;
1218 uint32 build;
1219 uint32 major;
1220 uint32 minor;
1221 uint32 processor;
1222 } spoolss_UserLevel1;
1224 typedef union {
1225 [case(1)] spoolss_UserLevel1 *level1;
1226 } spoolss_UserLevel;
1228 /******************/
1229 /* Function: 0x45 */
1230 WERROR spoolss_OpenPrinterEx(
1231 [in] [string,charset(UTF16)] uint16 *printername,
1232 [in] [string,charset(UTF16)] uint16 *datatype,
1233 [in] spoolss_DevmodeContainer devmode_ctr,
1234 [in] uint32 access_mask,
1235 [in] uint32 level,
1236 [in,switch_is(level)] spoolss_UserLevel userlevel,
1237 [out,ref] policy_handle *handle
1240 /******************/
1241 /* Function: 0x46 */
1242 WERROR spoolss_AddPrinterEx(
1243 [in] [string,charset(UTF16)] uint16 *server,
1244 [in] uint32 level,
1245 [in,switch_is(level)] spoolss_PrinterInfo *info,
1246 [in] spoolss_DevmodeContainer devmode_ctr,
1247 [in] security_descriptor *secdesc,
1248 [in] uint32 ulevel,
1249 [in,switch_is(ulevel)] spoolss_UserLevel userlevel
1252 /******************/
1253 /* Function: 0x47 */
1254 WERROR spoolss_47(
1257 /******************/
1258 /* Function: 0x48 */
1259 WERROR spoolss_EnumPrinterData(
1260 [in,ref] policy_handle *handle,
1261 [in] uint32 enum_index,
1262 [in] uint32 value_offered,
1263 [out] lstring *value_name,
1264 [out] uint32 *value_needed,
1265 [out] uint32 *printerdata_type,
1266 [out] DATA_BLOB *buffer,
1267 [in,out,ref] uint32 *data_size
1270 /******************/
1271 /* Function: 0x49 */
1272 WERROR spoolss_DeletePrinterData(
1273 [in,ref] policy_handle *handle,
1274 [in] [string,charset(UTF16)] uint16 value_name[]
1277 /******************/
1278 /* Function: 0x4a */
1279 WERROR spoolss_4a(
1282 /******************/
1283 /* Function: 0x4b */
1284 WERROR spoolss_4b(
1287 /******************/
1288 /* Function: 0x4c */
1289 WERROR spoolss_4c(
1292 /******************/
1293 /* Function: 0x4d */
1294 WERROR spoolss_SetPrinterDataEx(
1295 [in,ref] policy_handle *handle,
1296 [in] [string,charset(UTF16)] uint16 key_name[],
1297 [in] [string,charset(UTF16)] uint16 value_name[],
1298 [in] uint32 type,
1299 [in] DATA_BLOB buffer,
1300 [in] uint32 offered
1303 /******************/
1304 /* Function: 0x4e */
1305 WERROR spoolss_GetPrinterDataEx(
1306 [in,ref] policy_handle *handle,
1307 [in] [string,charset(UTF16)] uint16 key_name[],
1308 [in] [string,charset(UTF16)] uint16 value_name[],
1309 [in] uint32 offered,
1310 [out] uint32 *type,
1311 [out] DATA_BLOB *buffer,
1312 [out] uint32 *needed
1315 /******************/
1316 /* Function: 0x4f */
1317 WERROR spoolss_EnumPrinterDataEx(
1318 [in,ref] policy_handle *handle,
1319 [in] [string,charset(UTF16)] uint16 key_name[],
1320 [in] uint32 offered,
1321 [out] DATA_BLOB *buffer,
1322 [out] uint32 *needed,
1323 [out] uint32 *count
1326 /******************/
1327 /* Function: 0x50 */
1328 WERROR spoolss_EnumPrinterKey(
1331 /******************/
1332 /* Function: 0x51 */
1333 WERROR spoolss_DeletePrinterDataEx(
1334 [in,ref] policy_handle *handle,
1335 [in] [string,charset(UTF16)] uint16 key_name[],
1336 [in] [string,charset(UTF16)] uint16 value_name[]
1339 /******************/
1340 /* Function: 0x52 */
1341 WERROR spoolss_DeletePrinterKey(
1344 /******************/
1345 /* Function: 0x53 */
1346 WERROR spoolss_53(
1349 /******************/
1350 /* Function: 0x54 */
1351 WERROR spoolss_DeletePrinterDriverEx(
1354 /******************/
1355 /* Function: 0x55 */
1356 WERROR spoolss_55(
1359 /******************/
1360 /* Function: 0x56 */
1361 WERROR spoolss_56(
1364 /******************/
1365 /* Function: 0x57 */
1366 WERROR spoolss_57(
1369 /******************/
1370 /* Function: 0x58 */
1371 WERROR spoolss_XcvData(
1372 [in,ref] policy_handle *handle,
1373 [in] [string,charset(UTF16)] uint16 function_name[],
1374 [in] DATA_BLOB in_data,
1375 [in,value(r->in.in_data.length)] uint32 _in_data_length,
1376 [in] uint32 offered,
1377 [in] uint32 unknown1,
1378 [out] DATA_BLOB *out_data,
1379 [out] uint32 *needed,
1380 [out] uint32 *unknown2
1383 /******************/
1384 /* Function: 0x59 */
1385 WERROR spoolss_AddPrinterDriverEx(
1388 /******************/
1389 /* Function: 0x5a */
1390 WERROR spoolss_5a(
1393 /******************/
1394 /* Function: 0x5b */
1395 WERROR spoolss_5b(
1398 /******************/
1399 /* Function: 0x5c */
1400 WERROR spoolss_5c(
1403 /******************/
1404 /* Function: 0x5d */
1405 WERROR spoolss_5d(
1408 /******************/
1409 /* Function: 0x5e */
1410 WERROR spoolss_5e(
1413 /******************/
1414 /* Function: 0x5f */
1415 WERROR spoolss_5f(