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