4 spoolss interface definitions
6 import "misc.idl", "security.idl", "winreg.idl";
8 [ uuid("12345678-1234-abcd-ef00-0123456789ab"),
10 endpoint("ncacn_np:[\\pipe\\spoolss]"),
11 pointer_default(unique),
12 helpstring("Spooler SubSystem"),
13 helper("../librpc/ndr/ndr_spoolss_buf.h")
16 typedef [v1_enum] enum winreg_Type winreg_Type;
17 typedef [gensize] struct {
29 [value(ndr_size_spoolss_Time(time, ndr->iconv_convenience, ndr->flags))] uint32 size;
30 [unique] spoolss_Time *time;
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,
60 SPOOLSS_MINOR_VERSION_XP = 0x00000001,
61 /* Windows 2003, Windows XP x64 */
62 SPOOLSS_MINOR_VERSION_2003_XP64 = 0x00000002,
64 SPOOLSS_MINOR_VERSION_98 = 0x0000000a,
66 SPOOLSS_MINOR_VERSION_ME = 0x0000005a
67 } spoolss_MinorVersion;
69 const int PRINTER_STATUS_OK = 0x00000000;
72 PRINTER_STATUS_PAUSED = 0x00000001,
73 PRINTER_STATUS_ERROR = 0x00000002,
74 PRINTER_STATUS_PENDING_DELETION = 0x00000004,
75 PRINTER_STATUS_PAPER_JAM = 0x00000008,
76 PRINTER_STATUS_PAPER_OUT = 0x00000010,
77 PRINTER_STATUS_MANUAL_FEED = 0x00000020,
78 PRINTER_STATUS_PAPER_PROBLEM = 0x00000040,
79 PRINTER_STATUS_OFFLINE = 0x00000080,
80 PRINTER_STATUS_IO_ACTIVE = 0x00000100,
81 PRINTER_STATUS_BUSY = 0x00000200,
82 PRINTER_STATUS_PRINTING = 0x00000400,
83 PRINTER_STATUS_OUTPUT_BIN_FULL = 0x00000800,
84 PRINTER_STATUS_NOT_AVAILABLE = 0x00001000,
85 PRINTER_STATUS_WAITING = 0x00002000,
86 PRINTER_STATUS_PROCESSING = 0x00004000,
87 PRINTER_STATUS_INITIALIZING = 0x00008000,
88 PRINTER_STATUS_WARMING_UP = 0x00010000,
89 PRINTER_STATUS_TONER_LOW = 0x00020000,
90 PRINTER_STATUS_NO_TONER = 0x00040000,
91 PRINTER_STATUS_PAGE_PUNT = 0x00080000,
92 PRINTER_STATUS_USER_INTERVENTION= 0x00100000,
93 PRINTER_STATUS_OUT_OF_MEMORY = 0x00200000,
94 PRINTER_STATUS_DOOR_OPEN = 0x00400000,
95 PRINTER_STATUS_SERVER_UNKNOWN = 0x00800000,
96 PRINTER_STATUS_POWER_SAVE = 0x01000000
97 } spoolss_PrinterStatus;
99 /* JOB status codes. */
101 const int JOB_STATUS_QUEUED = 0x0000;
103 typedef [bitmap32bit] bitmap {
104 JOB_STATUS_PAUSED = 0x00000001,
105 JOB_STATUS_ERROR = 0x00000002,
106 JOB_STATUS_DELETING = 0x00000004,
107 JOB_STATUS_SPOOLING = 0x00000008,
108 JOB_STATUS_PRINTING = 0x00000010,
109 JOB_STATUS_OFFLINE = 0x00000020,
110 JOB_STATUS_PAPEROUT = 0x00000040,
111 JOB_STATUS_PRINTED = 0x00000080,
112 JOB_STATUS_DELETED = 0x00000100,
113 JOB_STATUS_BLOCKED_DEVQ = 0x00000200,
114 JOB_STATUS_USER_INTERVENTION = 0x00000400,
115 JOB_STATUS_RESTART = 0x00000800,
116 JOB_STATUS_COMPLETE = 0x00001000
119 typedef [public,gensize] struct {
120 [relative] nstring *printername;
121 [relative] nstring *servername;
126 uint32 global_counter;
132 uint32 session_counter;
133 uint32 num_error_out_of_paper;
134 uint32 num_error_not_ready;
135 spoolss_JobStatus job_error;
136 uint32 number_of_processors;
137 spoolss_ProcessorType processor_type;
138 uint32 high_part_total_bytes;
141 spoolss_PrinterStatus status;
142 uint32 enumerate_network_printers;
144 spoolss_ProcessorArchitecture processor_architecture;
145 uint16 processor_level;
149 } spoolss_PrinterInfo0;
151 typedef [bitmap32bit] bitmap {
152 DEVMODE_ORIENTATION = 0x00000001,
153 DEVMODE_PAPERSIZE = 0x00000002,
154 DEVMODE_PAPERLENGTH = 0x00000004,
155 DEVMODE_PAPERWIDTH = 0x00000008,
156 DEVMODE_SCALE = 0x00000010,
157 DEVMODE_POSITION = 0x00000020,
158 DEVMODE_NUP = 0x00000040,
159 DEVMODE_COPIES = 0x00000100,
160 DEVMODE_DEFAULTSOURCE = 0x00000200,
161 DEVMODE_PRINTQUALITY = 0x00000400,
162 DEVMODE_COLOR = 0x00000800,
163 DEVMODE_DUPLEX = 0x00001000,
164 DEVMODE_YRESOLUTION = 0x00002000,
165 DEVMODE_TTOPTION = 0x00004000,
166 DEVMODE_COLLATE = 0x00008000,
167 DEVMODE_FORMNAME = 0x00010000,
168 DEVMODE_LOGPIXELS = 0x00020000,
169 DEVMODE_BITSPERPEL = 0x00040000,
170 DEVMODE_PELSWIDTH = 0x00080000,
171 DEVMODE_PELSHEIGHT = 0x00100000,
172 DEVMODE_DISPLAYFLAGS = 0x00200000,
173 DEVMODE_DISPLAYFREQUENCY = 0x00400000,
174 DEVMODE_ICMMETHOD = 0x00800000,
175 DEVMODE_ICMINTENT = 0x01000000,
176 DEVMODE_MEDIATYPE = 0x02000000,
177 DEVMODE_DITHERTYPE = 0x04000000,
178 DEVMODE_PANNINGWIDTH = 0x08000000,
179 DEVMODE_PANNINGHEIGHT = 0x10000000
180 } spoolss_DeviceModeFields;
182 typedef [public,gensize] struct {
183 [charset(UTF16)] uint16 devicename[32];
185 uint16 driverversion;
187 [value(r->driverextra_data.length)] uint16 __driverextra_length;
188 spoolss_DeviceModeFields fields;
195 uint16 defaultsource;
202 [charset(UTF16)] uint16 formname[32];
208 uint32 displayfrequency;
216 uint32 panningheight;
217 [subcontext_size(__driverextra_length),subcontext(0),flag(NDR_REMAINING)] DATA_BLOB driverextra_data;
218 } spoolss_DeviceMode;
220 typedef [public] bitmap {
221 PRINTER_ENUM_DEFAULT = 0x00000001,
222 PRINTER_ENUM_LOCAL = 0x00000002,
223 PRINTER_ENUM_CONNECTIONS = 0x00000004,
224 PRINTER_ENUM_FAVORITE = 0x00000004,
225 PRINTER_ENUM_NAME = 0x00000008,
226 PRINTER_ENUM_REMOTE = 0x00000010,
227 PRINTER_ENUM_SHARED = 0x00000020,
228 PRINTER_ENUM_NETWORK = 0x00000040,
229 PRINTER_ENUM_EXPAND = 0x00004000,
230 PRINTER_ENUM_CONTAINER = 0x00008000,
231 PRINTER_ENUM_ICON1 = 0x00010000,
232 PRINTER_ENUM_ICON2 = 0x00020000,
233 PRINTER_ENUM_ICON3 = 0x00040000,
234 PRINTER_ENUM_ICON4 = 0x00080000,
235 PRINTER_ENUM_ICON5 = 0x00100000,
236 PRINTER_ENUM_ICON6 = 0x00200000,
237 PRINTER_ENUM_ICON7 = 0x00400000,
238 PRINTER_ENUM_ICON8 = 0x00800000,
239 PRINTER_ENUM_HIDE = 0x01000000
240 } spoolss_EnumPrinterFlags;
242 const int PRINTER_ENUM_ICONMASK = (PRINTER_ENUM_ICON1 |
249 PRINTER_ENUM_ICON8); /* 0x00ff0000 */
251 typedef [public,gensize] struct {
252 spoolss_EnumPrinterFlags flags;
253 [relative] nstring *description;
254 [relative] nstring *name;
255 [relative] nstring *comment;
256 } spoolss_PrinterInfo1;
259 PRINTER_ATTRIBUTE_QUEUED = 0x00000001,
260 PRINTER_ATTRIBUTE_DIRECT = 0x00000002,
261 PRINTER_ATTRIBUTE_DEFAULT = 0x00000004,
262 PRINTER_ATTRIBUTE_SHARED = 0x00000008,
263 PRINTER_ATTRIBUTE_NETWORK = 0x00000010,
264 PRINTER_ATTRIBUTE_HIDDEN = 0x00000020,
265 PRINTER_ATTRIBUTE_LOCAL = 0x00000040,
266 PRINTER_ATTRIBUTE_ENABLE_DEVQ = 0x00000080,
267 PRINTER_ATTRIBUTE_KEEPPRINTEDJOBS = 0x00000100,
268 PRINTER_ATTRIBUTE_DO_COMPLETE_FIRST = 0x00000200,
269 PRINTER_ATTRIBUTE_WORK_OFFLINE = 0x00000400,
270 PRINTER_ATTRIBUTE_ENABLE_BIDI = 0x00000800,
271 PRINTER_ATTRIBUTE_RAW_ONLY = 0x00001000,
272 PRINTER_ATTRIBUTE_PUBLISHED = 0x00002000,
273 PRINTER_ATTRIBUTE_FAX = 0x00004000,
274 PRINTER_ATTRIBUTE_TS = 0x00008000
275 } spoolss_PrinterAttributes;
277 typedef [public,gensize] struct {
278 [relative] nstring *servername;
279 [relative] nstring *printername;
280 [relative] nstring *sharename;
281 [relative] nstring *portname;
282 [relative] nstring *drivername;
283 [relative] nstring *comment;
284 [relative] nstring *location;
285 [relative,subcontext(0)] spoolss_DeviceMode *devmode;
286 [relative] nstring *sepfile;
287 [relative] nstring *printprocessor;
288 [relative] nstring *datatype;
289 [relative] nstring *parameters;
290 [relative,subcontext(0)] security_descriptor *secdesc;
291 spoolss_PrinterAttributes attributes;
292 [range(0,99)] uint32 priority;
293 uint32 defaultpriority;
296 spoolss_PrinterStatus status;
299 } spoolss_PrinterInfo2;
301 typedef [public,gensize] struct {
302 [relative,subcontext(0)] security_descriptor *secdesc;
303 } spoolss_PrinterInfo3;
305 typedef [public,gensize] struct {
306 [relative] nstring *printername;
307 [relative] nstring *servername;
308 spoolss_PrinterAttributes attributes;
309 } spoolss_PrinterInfo4;
311 typedef [public,gensize] struct {
312 [relative] nstring *printername;
313 [relative] nstring *portname;
314 spoolss_PrinterAttributes attributes;
315 uint32 device_not_selected_timeout;
316 uint32 transmission_retry_timeout;
317 } spoolss_PrinterInfo5;
319 typedef [public,gensize] struct {
320 spoolss_PrinterStatus status;
321 } spoolss_PrinterInfo6;
324 DSPRINT_PUBLISH = 0x00000001,
325 DSPRINT_UPDATE = 0x00000002,
326 DSPRINT_UNPUBLISH = 0x00000004,
327 DSPRINT_REPUBLISH = 0x00000008,
328 DSPRINT_PENDING = 0x80000000
329 } spoolss_DsPrintAction;
331 typedef [public,gensize] struct {
332 [relative] nstring *guid; /* text form of printer guid */
333 spoolss_DsPrintAction action;
334 } spoolss_PrinterInfo7;
337 [relative,subcontext(0)] spoolss_DeviceMode *devmode;
338 } spoolss_DeviceModeInfo;
340 typedef [nodiscriminant,relative_base,public,gensize] union {
341 [case(0)] spoolss_PrinterInfo0 info0;
342 [case(1)] spoolss_PrinterInfo1 info1;
343 [case(2)] spoolss_PrinterInfo2 info2;
344 [case(3)] spoolss_PrinterInfo3 info3;
345 [case(4)] spoolss_PrinterInfo4 info4;
346 [case(5)] spoolss_PrinterInfo5 info5;
347 [case(6)] spoolss_PrinterInfo6 info6;
348 [case(7)] spoolss_PrinterInfo7 info7;
349 [case(8)] spoolss_DeviceModeInfo info8;
350 [case(9)] spoolss_DeviceModeInfo info9;
352 } spoolss_PrinterInfo;
356 /* we are using this as internal parsing code */
357 [public,noopnum,noprint] WERROR _spoolss_EnumPrinters(
358 [in] spoolss_EnumPrinterFlags flags,
359 [in,unique] [string,charset(UTF16)] uint16 *server,
361 [in,unique] DATA_BLOB *buffer,
363 [out,unique] DATA_BLOB *info,
364 [out,ref] uint32 *needed,
365 [out,ref] uint32 *count
367 [public,noopnum,noprint] void __spoolss_EnumPrinters(
370 [out,switch_is(level)] spoolss_PrinterInfo info[count]
372 [nopull,nopush] WERROR spoolss_EnumPrinters(
373 [in] spoolss_EnumPrinterFlags flags,
374 [in,unique] [string,charset(UTF16)] uint16 *server,
376 [in,unique] DATA_BLOB *buffer,
378 /* what we have here is a subcontext containing an array of no discriminant unions
379 * and the array has no size in front
381 [out,ref] uint32 *count,
382 [out,ref,switch_is(level),size_is(,*count)] spoolss_PrinterInfo **info,
383 [out,ref] uint32 *needed
389 [value(_ndr_size_spoolss_DeviceMode(devmode, ndr->iconv_convenience, ndr->flags))] uint32 _ndr_size;
390 [subcontext(4),subcontext_size(_ndr_size)] spoolss_DeviceMode *devmode;
391 } spoolss_DevmodeContainer;
393 [public] WERROR spoolss_OpenPrinter(
394 [in,unique] [string,charset(UTF16)] uint16 *printername,
395 [in,unique] [string,charset(UTF16)] uint16 *datatype,
396 [in] spoolss_DevmodeContainer devmode_ctr,
397 [in] spoolss_AccessRights access_mask,
398 [out,ref] policy_handle *handle
404 typedef [public,gensize] struct {
406 [relative] nstring *printer_name;
407 [relative] nstring *server_name;
408 [relative] nstring *user_name;
409 [relative] nstring *document_name;
410 [relative] nstring *data_type;
411 [relative] nstring *text_status;
412 spoolss_JobStatus status;
413 [range(0,99)] uint32 priority;
416 uint32 pages_printed;
417 spoolss_Time submitted;
420 typedef [public,gensize] struct {
422 [relative] nstring *printer_name;
423 [relative] nstring *server_name;
424 [relative] nstring *user_name;
425 [relative] nstring *document_name;
426 [relative] nstring *notify_name;
427 [relative] nstring *data_type;
428 [relative] nstring *print_processor;
429 [relative] nstring *parameters;
430 [relative] nstring *driver_name;
431 [relative] spoolss_DeviceMode *devmode;
432 [relative] nstring *text_status;
433 [relative] security_descriptor *secdesc;
434 spoolss_JobStatus status;
435 [range(0,99)] uint32 priority;
441 spoolss_Time submitted;
443 uint32 pages_printed;
446 typedef [public,gensize] struct {
452 typedef [public,gensize] struct {
454 [relative] nstring *printer_name;
455 [relative] nstring *server_name;
456 [relative] nstring *user_name;
457 [relative] nstring *document_name;
458 [relative] nstring *notify_name;
459 [relative] nstring *data_type;
460 [relative] nstring *print_processor;
461 [relative] nstring *parameters;
462 [relative] nstring *driver_name;
463 [relative] spoolss_DeviceMode *devmode;
464 [relative] nstring *text_status;
465 [relative] security_descriptor *secdesc;
466 spoolss_JobStatus status;
467 [range(0,99)] uint32 priority;
473 spoolss_Time submitted;
475 uint32 pages_printed;
479 typedef [nodiscriminant,relative_base,public,gensize] union {
480 [case(1)] spoolss_JobInfo1 info1;
481 [case(2)] spoolss_JobInfo2 info2;
482 [case(3)] spoolss_JobInfo3 info3;
483 [case(4)] spoolss_JobInfo4 info4;
489 [string,charset(UTF16)] uint16 *printer_name;
490 [string,charset(UTF16)] uint16 *server_name;
491 [string,charset(UTF16)] uint16 *user_name;
492 [string,charset(UTF16)] uint16 *document_name;
493 [string,charset(UTF16)] uint16 *data_type;
494 [string,charset(UTF16)] uint16 *text_status;
495 spoolss_JobStatus status;
496 [range(0,99)] uint32 priority;
499 uint32 pages_printed;
500 spoolss_Time submitted;
501 } spoolss_SetJobInfo1;
505 [string,charset(UTF16)] uint16 *printer_name;
506 [string,charset(UTF16)] uint16 *server_name;
507 [string,charset(UTF16)] uint16 *user_name;
508 [string,charset(UTF16)] uint16 *document_name;
509 [string,charset(UTF16)] uint16 *notify_name;
510 [string,charset(UTF16)] uint16 *data_type;
511 [string,charset(UTF16)] uint16 *print_processor;
512 [string,charset(UTF16)] uint16 *parameters;
513 [string,charset(UTF16)] uint16 *driver_name;
514 uint32 _devmode_ptr; /* pointer to truncated devicemode */
515 [string,charset(UTF16)] uint16 *text_status;
517 spoolss_JobStatus status;
518 [range(0,99)] uint32 priority;
524 spoolss_Time submitted;
526 uint32 pages_printed;
527 } spoolss_SetJobInfo2;
531 [string,charset(UTF16)] uint16 *printer_name;
532 [string,charset(UTF16)] uint16 *server_name;
533 [string,charset(UTF16)] uint16 *user_name;
534 [string,charset(UTF16)] uint16 *document_name;
535 [string,charset(UTF16)] uint16 *notify_name;
536 [string,charset(UTF16)] uint16 *data_type;
537 [string,charset(UTF16)] uint16 *print_processor;
538 [string,charset(UTF16)] uint16 *parameters;
539 [string,charset(UTF16)] uint16 *driver_name;
540 uint32 _devmode_ptr; /* pointer to truncated devicemode */
541 [string,charset(UTF16)] uint16 *text_status;
543 spoolss_JobStatus status;
544 [range(0,99)] uint32 priority;
550 spoolss_Time submitted;
552 uint32 pages_printed;
554 } spoolss_SetJobInfo4;
556 typedef [public] union {
557 [case(1)] spoolss_SetJobInfo1 *info1;
558 [case(2)] spoolss_SetJobInfo2 *info2;
559 [case(3)] spoolss_JobInfo3 *info3;
560 [case(4)] spoolss_SetJobInfo4 *info4;
562 } spoolss_SetJobInfo;
566 [switch_is(level)] spoolss_SetJobInfo info;
567 } spoolss_JobInfoContainer;
569 typedef [v1_enum] enum {
570 SPOOLSS_JOB_CONTROL_PAUSE = 1,
571 SPOOLSS_JOB_CONTROL_RESUME = 2,
572 SPOOLSS_JOB_CONTROL_CANCEL = 3,
573 SPOOLSS_JOB_CONTROL_RESTART = 4,
574 SPOOLSS_JOB_CONTROL_DELETE = 5,
575 SPOOLSS_JOB_CONTROL_SEND_TO_PRINTER = 6,
576 SPOOLSS_JOB_CONTROL_LAST_PAGE_EJECTED = 7,
577 SPOOLSS_JOB_CONTROL_RETAIN = 8,
578 SPOOLSS_JOB_CONTROL_RELEASE = 9
579 } spoolss_JobControl;
581 WERROR spoolss_SetJob(
582 [in,ref] policy_handle *handle,
584 [in,unique] spoolss_JobInfoContainer *ctr,
585 [in] spoolss_JobControl command
590 WERROR spoolss_GetJob(
591 [in,ref] policy_handle *handle,
594 [in,unique] DATA_BLOB *buffer,
596 [out,unique,subcontext(4),subcontext_size(offered),switch_is(level)] spoolss_JobInfo *info,
597 [out,ref] uint32 *needed
602 [public,noopnum,noprint] WERROR _spoolss_EnumJobs(
603 [in,ref] policy_handle *handle,
604 [in] uint32 firstjob,
607 [in,unique] DATA_BLOB *buffer,
609 [out,unique] DATA_BLOB *info,
610 [out,ref] uint32 *needed,
611 [out,ref] uint32 *count
613 [public,noopnum,noprint] void __spoolss_EnumJobs(
616 [out,switch_is(level)] spoolss_JobInfo info[count]
618 [nopull,nopush] WERROR spoolss_EnumJobs(
619 [in,ref] policy_handle *handle,
620 [in] uint32 firstjob,
623 [in,unique] DATA_BLOB *buffer,
625 [out,ref] uint32 *count,
626 [out,ref,switch_is(level),size_is(,*count)] spoolss_JobInfo **info,
627 [out,ref] uint32 *needed
632 [todo] WERROR spoolss_AddPrinter(
633 /* This function is not implemented in Samba 3 as no
634 clients have been observed using it. */
639 WERROR spoolss_DeletePrinter(
640 [in] policy_handle *handle
645 typedef [v1_enum] enum {
646 SPOOLSS_PRINTER_CONTROL_UNPAUSE = 0,
647 SPOOLSS_PRINTER_CONTROL_PAUSE = 1,
648 SPOOLSS_PRINTER_CONTROL_RESUME = 2,
649 SPOOLSS_PRINTER_CONTROL_PURGE = 3,
650 SPOOLSS_PRINTER_CONTROL_SET_STATUS = 4
651 } spoolss_PrinterControl;
654 [string,charset(UTF16)] uint16 *servername;
655 [string,charset(UTF16)] uint16 *printername;
660 uint32 global_counter;
666 uint32 session_counter;
667 uint32 num_error_out_of_paper;
668 uint32 num_error_not_ready;
670 uint32 number_of_processors;
671 spoolss_ProcessorType processor_type;
672 uint32 high_part_total_bytes;
676 uint32 enumerate_network_printers;
678 spoolss_ProcessorArchitecture processor_architecture;
679 uint16 processor_level;
683 } spoolss_SetPrinterInfo0;
686 spoolss_EnumPrinterFlags flags;
687 [string,charset(UTF16)] uint16 *description;
688 [string,charset(UTF16)] uint16 *name;
689 [string,charset(UTF16)] uint16 *comment;
690 } spoolss_SetPrinterInfo1;
693 [string,charset(UTF16)] uint16 *servername;
694 [string,charset(UTF16)] uint16 *printername;
695 [string,charset(UTF16)] uint16 *sharename;
696 [string,charset(UTF16)] uint16 *portname;
697 [string,charset(UTF16)] uint16 *drivername;
698 [string,charset(UTF16)] uint16 *comment;
699 [string,charset(UTF16)] uint16 *location;
700 [subcontext(0)] spoolss_DeviceMode *devmode;
701 [string,charset(UTF16)] uint16 *sepfile;
702 [string,charset(UTF16)] uint16 *printprocessor;
703 [string,charset(UTF16)] uint16 *datatype;
704 [string,charset(UTF16)] uint16 *parameters;
705 [subcontext(0)] security_descriptor *secdesc;
706 spoolss_PrinterAttributes attributes;
707 [range(0,99)] uint32 priority;
708 uint32 defaultpriority;
711 spoolss_PrinterStatus status;
714 } spoolss_SetPrinterInfo2;
718 } spoolss_SetPrinterInfo3;
721 [string,charset(UTF16)] uint16 *printername;
722 [string,charset(UTF16)] uint16 *servername;
723 spoolss_PrinterAttributes attributes;
724 } spoolss_SetPrinterInfo4;
727 [string,charset(UTF16)] uint16 *printername;
728 [string,charset(UTF16)] uint16 *portname;
729 spoolss_PrinterAttributes attributes;
730 uint32 device_not_selected_timeout;
731 uint32 transmission_retry_timeout;
732 } spoolss_SetPrinterInfo5;
735 spoolss_PrinterStatus status;
736 } spoolss_SetPrinterInfo6;
739 [string,charset(UTF16)] uint16 *guid; /* text form of printer guid */
740 spoolss_DsPrintAction action;
741 } spoolss_SetPrinterInfo7;
743 typedef [switch_type(uint32)] union {
744 [case(0)] spoolss_SetPrinterInfo0 *info0;
745 [case(1)] spoolss_SetPrinterInfo1 *info1;
746 [case(2)] spoolss_SetPrinterInfo2 *info2;
747 [case(3)] spoolss_SetPrinterInfo3 *info3;
748 [case(4)] spoolss_SetPrinterInfo4 *info4;
749 [case(5)] spoolss_SetPrinterInfo5 *info5;
750 [case(6)] spoolss_SetPrinterInfo6 *info6;
751 [case(7)] spoolss_SetPrinterInfo7 *info7;
752 [case(8)] spoolss_DeviceModeInfo *info8;
753 [case(9)] spoolss_DeviceModeInfo *info9;
755 } spoolss_SetPrinterInfo;
759 [switch_is(level)] spoolss_SetPrinterInfo info;
760 } spoolss_SetPrinterInfoCtr;
762 WERROR spoolss_SetPrinter(
763 [in,ref] policy_handle *handle,
764 [in,ref] spoolss_SetPrinterInfoCtr *info_ctr,
765 [in,ref] spoolss_DevmodeContainer *devmode_ctr,
766 [in,ref] sec_desc_buf *secdesc_ctr,
767 [in] spoolss_PrinterControl command
772 [public] WERROR spoolss_GetPrinter(
773 [in,ref] policy_handle *handle,
775 [in,unique] DATA_BLOB *buffer,
777 [out,unique,subcontext(4),subcontext_size(offered),switch_is(level)] spoolss_PrinterInfo *info,
778 [out,ref] uint32 *needed
784 typedef [public] struct {
785 [value((ndr_size_spoolss_StringArray(r, ndr->iconv_convenience, ndr->flags)-4)/2)] uint32 _ndr_size;
786 /*[subcontext(0),subcontext_size(_ndr_size*2)]*/ nstring_array string;
787 } spoolss_StringArray;
790 [string,charset(UTF16)] uint16 *driver_name;
791 } spoolss_AddDriverInfo1;
793 typedef [v1_enum,public] enum {
794 SPOOLSS_DRIVER_VERSION_9X = 0,
795 SPOOLSS_DRIVER_VERSION_NT35 = 1,
796 SPOOLSS_DRIVER_VERSION_NT4 = 2,
797 SPOOLSS_DRIVER_VERSION_200X = 3
798 } spoolss_DriverOSVersion;
801 spoolss_DriverOSVersion version;
802 [string,charset(UTF16)] uint16 *driver_name;
803 [string,charset(UTF16)] uint16 *architecture;
804 [string,charset(UTF16)] uint16 *driver_path;
805 [string,charset(UTF16)] uint16 *data_file;
806 [string,charset(UTF16)] uint16 *config_file;
807 } spoolss_AddDriverInfo2;
810 spoolss_DriverOSVersion version;
811 [string,charset(UTF16)] uint16 *driver_name;
812 [string,charset(UTF16)] uint16 *architecture;
813 [string,charset(UTF16)] uint16 *driver_path;
814 [string,charset(UTF16)] uint16 *data_file;
815 [string,charset(UTF16)] uint16 *config_file;
816 [string,charset(UTF16)] uint16 *help_file;
817 [string,charset(UTF16)] uint16 *monitor_name;
818 [string,charset(UTF16)] uint16 *default_datatype;
819 [value(((ndr_size_spoolss_StringArray(dependent_files, ndr->iconv_convenience, ndr->flags)-4)/2))] uint32 _ndr_size_dependent_files;
820 spoolss_StringArray *dependent_files;
821 } spoolss_AddDriverInfo3;
824 spoolss_DriverOSVersion version;
825 [string,charset(UTF16)] uint16 *driver_name;
826 [string,charset(UTF16)] uint16 *architecture;
827 [string,charset(UTF16)] uint16 *driver_path;
828 [string,charset(UTF16)] uint16 *data_file;
829 [string,charset(UTF16)] uint16 *config_file;
830 [string,charset(UTF16)] uint16 *help_file;
831 [string,charset(UTF16)] uint16 *monitor_name;
832 [string,charset(UTF16)] uint16 *default_datatype;
833 [value(((ndr_size_spoolss_StringArray(dependent_files, ndr->iconv_convenience, ndr->flags)-4)/2))] uint32 _ndr_size_dependent_files;
834 spoolss_StringArray *dependent_files;
835 [value(((ndr_size_spoolss_StringArray(previous_names, ndr->iconv_convenience, ndr->flags)-4)/2))] uint32 _ndr_size_previous_names;
836 spoolss_StringArray *previous_names;
837 } spoolss_AddDriverInfo4;
839 typedef [bitmap32bit] bitmap {
840 PRINTER_DRIVER_PACKAGE_AWARE = 0x00000002
841 } spoolss_DriverAttributes;
844 spoolss_DriverOSVersion version;
845 [string,charset(UTF16)] uint16 *driver_name;
846 [string,charset(UTF16)] uint16 *architecture;
847 [string,charset(UTF16)] uint16 *driver_path;
848 [string,charset(UTF16)] uint16 *data_file;
849 [string,charset(UTF16)] uint16 *config_file;
850 spoolss_DriverAttributes driver_attributes;
851 uint32 config_version;
852 uint32 driver_version;
853 } spoolss_AddDriverInfo5;
856 spoolss_DriverOSVersion version;
857 [string,charset(UTF16)] uint16 *driver_name;
858 [string,charset(UTF16)] uint16 *architecture;
859 [string,charset(UTF16)] uint16 *driver_path;
860 [string,charset(UTF16)] uint16 *data_file;
861 [string,charset(UTF16)] uint16 *config_file;
862 [string,charset(UTF16)] uint16 *help_file;
863 [string,charset(UTF16)] uint16 *monitor_name;
864 [string,charset(UTF16)] uint16 *default_datatype;
865 [value(((ndr_size_spoolss_StringArray(dependent_files, ndr->iconv_convenience, ndr->flags)-4)/2))] uint32 _ndr_size_dependent_files;
866 spoolss_StringArray *dependent_files;
867 [value(((ndr_size_spoolss_StringArray(previous_names, ndr->iconv_convenience, ndr->flags)-4)/2))] uint32 _ndr_size_previous_names;
868 spoolss_StringArray *previous_names;
870 hyper driver_version;
871 [string,charset(UTF16)] uint16 *manufacturer_name;
872 [string,charset(UTF16)] uint16 *manufacturer_url;
873 [string,charset(UTF16)] uint16 *hardware_id;
874 [string,charset(UTF16)] uint16 *provider;
875 } spoolss_AddDriverInfo6;
878 spoolss_DriverOSVersion version;
879 [string,charset(UTF16)] uint16 *driver_name;
880 [string,charset(UTF16)] uint16 *architecture;
881 [string,charset(UTF16)] uint16 *driver_path;
882 [string,charset(UTF16)] uint16 *data_file;
883 [string,charset(UTF16)] uint16 *config_file;
884 [string,charset(UTF16)] uint16 *help_file;
885 [string,charset(UTF16)] uint16 *monitor_name;
886 [string,charset(UTF16)] uint16 *default_datatype;
887 [value(((ndr_size_spoolss_StringArray(dependent_files, ndr->iconv_convenience, ndr->flags)-4)/2))] uint32 _ndr_size_dependent_files;
888 spoolss_StringArray *dependent_files;
889 [value(((ndr_size_spoolss_StringArray(previous_names, ndr->iconv_convenience, ndr->flags)-4)/2))] uint32 _ndr_size_previous_names;
890 spoolss_StringArray *previous_names;
892 hyper driver_version;
893 [string,charset(UTF16)] uint16 *manufacturer_name;
894 [string,charset(UTF16)] uint16 *manufacturer_url;
895 [string,charset(UTF16)] uint16 *hardware_id;
896 [string,charset(UTF16)] uint16 *provider;
897 [string,charset(UTF16)] uint16 *print_processor;
898 [string,charset(UTF16)] uint16 *vendor_setup;
899 [value(((ndr_size_spoolss_StringArray(color_profiles, ndr->iconv_convenience, ndr->flags)-4)/2))] uint32 _ndr_size_color_profiles;
900 spoolss_StringArray *color_profiles;
901 [string,charset(UTF16)] uint16 *inf_path;
902 uint32 printer_driver_attributes;
903 [value(((ndr_size_spoolss_StringArray(core_driver_dependencies, ndr->iconv_convenience, ndr->flags)-4)/2))] uint32 _ndr_size_core_driver_dependencies;
904 spoolss_StringArray *core_driver_dependencies;
905 NTTIME min_inbox_driver_ver_date;
906 hyper min_inbox_driver_ver_version;
907 } spoolss_AddDriverInfo8;
909 typedef [switch_type(uint32)] union {
910 [case(1)] spoolss_AddDriverInfo1 *info1;
911 [case(2)] spoolss_AddDriverInfo2 *info2;
912 [case(3)] spoolss_AddDriverInfo3 *info3;
913 [case(4)] spoolss_AddDriverInfo4 *info4;
914 [case(6)] spoolss_AddDriverInfo6 *info6;
915 [case(8)] spoolss_AddDriverInfo8 *info8;
916 } spoolss_AddDriverInfo;
920 [switch_is(level)] spoolss_AddDriverInfo info;
921 } spoolss_AddDriverInfoCtr;
923 WERROR spoolss_AddPrinterDriver(
924 [in,unique] [string,charset(UTF16)] uint16 *servername,
925 [in,ref] spoolss_AddDriverInfoCtr *info_ctr
928 typedef [public,gensize] struct {
929 [relative] nstring *driver_name;
930 } spoolss_DriverInfo1;
932 typedef [public,gensize] struct {
933 spoolss_DriverOSVersion version;
934 [relative] nstring *driver_name;
935 [relative] nstring *architecture;
936 [relative] nstring *driver_path;
937 [relative] nstring *data_file;
938 [relative] nstring *config_file;
939 } spoolss_DriverInfo2;
941 typedef [public,gensize] struct {
942 spoolss_DriverOSVersion version;
943 [relative] nstring *driver_name;
944 [relative] nstring *architecture;
945 [relative] nstring *driver_path;
946 [relative] nstring *data_file;
947 [relative] nstring *config_file;
948 [relative] nstring *help_file;
949 [relative] nstring_array *dependent_files;
950 [relative] nstring *monitor_name;
951 [relative] nstring *default_datatype;
952 } spoolss_DriverInfo3;
954 typedef [public,gensize] struct {
955 spoolss_DriverOSVersion version;
956 [relative] nstring *driver_name;
957 [relative] nstring *architecture;
958 [relative] nstring *driver_path;
959 [relative] nstring *data_file;
960 [relative] nstring *config_file;
961 [relative] nstring *help_file;
962 [relative] nstring_array *dependent_files;
963 [relative] nstring *monitor_name;
964 [relative] nstring *default_datatype;
965 [relative] nstring_array *previous_names;
966 } spoolss_DriverInfo4;
968 typedef [public,gensize] struct {
969 spoolss_DriverOSVersion version;
970 [relative] nstring *driver_name;
971 [relative] nstring *architecture;
972 [relative] nstring *driver_path;
973 [relative] nstring *data_file;
974 [relative] nstring *config_file;
975 spoolss_DriverAttributes driver_attributes;
976 uint32 config_version;
977 uint32 driver_version;
978 } spoolss_DriverInfo5;
980 typedef [public,gensize] struct {
981 spoolss_DriverOSVersion version;
982 [relative] nstring *driver_name;
983 [relative] nstring *architecture;
984 [relative] nstring *driver_path;
985 [relative] nstring *data_file;
986 [relative] nstring *config_file;
987 [relative] nstring *help_file;
988 [relative] nstring_array *dependent_files;
989 [relative] nstring *monitor_name;
990 [relative] nstring *default_datatype;
991 [relative] nstring_array *previous_names;
993 hyper driver_version;
994 [relative] nstring *manufacturer_name;
995 [relative] nstring *manufacturer_url;
996 [relative] nstring *hardware_id;
997 [relative] nstring *provider;
998 } spoolss_DriverInfo6;
1000 typedef [public,gensize] struct {
1001 spoolss_DriverOSVersion version;
1002 [relative] nstring *driver_name;
1003 [relative] nstring *architecture;
1004 [relative] nstring *driver_path;
1005 [relative] nstring *data_file;
1006 [relative] nstring *config_file;
1007 [relative] nstring *help_file;
1008 [relative] nstring *monitor_name;
1009 [relative] nstring *default_datatype;
1010 [relative] nstring_array *dependent_files;
1011 [relative] nstring_array *previous_names;
1013 hyper driver_version;
1014 [relative] nstring *manufacturer_name;
1015 [relative] nstring *manufacturer_url;
1016 [relative] nstring *hardware_id;
1017 [relative] nstring *provider;
1018 [relative] nstring *print_processor;
1019 [relative] nstring *vendor_setup;
1020 [relative] nstring_array *color_profiles;
1021 [relative] nstring *inf_path;
1022 uint32 printer_driver_attributes;
1023 [relative] nstring_array *core_driver_dependencies;
1024 NTTIME min_inbox_driver_ver_date;
1025 hyper min_inbox_driver_ver_version;
1026 } spoolss_DriverInfo8;
1028 typedef [v1_enum] enum {
1029 SPOOLSS_DRIVER_FILE_TYPE_RENDERING = 0x00000000,
1030 SPOOLSS_DRIVER_FILE_TYPE_CONFIGURATION = 0x00000001,
1031 SPOOLSS_DRIVER_FILE_TYPE_DATA = 0x00000002,
1032 SPOOLSS_DRIVER_FILE_TYPE_HELP = 0x00000003,
1033 SPOOLSS_DRIVER_FILE_TYPE_OTHER = 0x00000004
1034 } spoolss_DriverFileType;
1036 typedef [public] struct {
1037 [relative] nstring *file_name;
1038 spoolss_DriverFileType file_type;
1039 uint32 file_version;
1040 } spoolss_DriverFileInfo;
1042 typedef [public,gensize,nopush,nopull] struct {
1043 spoolss_DriverOSVersion version;
1044 [relative] nstring *driver_name;
1045 [relative] nstring *architecture;
1046 [relative] [size_is(file_count)] spoolss_DriverFileInfo *file_info;
1048 [relative] nstring *monitor_name;
1049 [relative] nstring *default_datatype;
1050 [relative] nstring_array *previous_names;
1052 hyper driver_version;
1053 [relative] nstring *manufacturer_name;
1054 [relative] nstring *manufacturer_url;
1055 [relative] nstring *hardware_id;
1056 [relative] nstring *provider;
1057 } spoolss_DriverInfo101;
1059 typedef [nodiscriminant,relative_base,public,gensize] union {
1060 [case(1)] spoolss_DriverInfo1 info1;
1061 [case(2)] spoolss_DriverInfo2 info2;
1062 [case(3)] spoolss_DriverInfo3 info3;
1063 [case(4)] spoolss_DriverInfo4 info4;
1064 [case(5)] spoolss_DriverInfo5 info5;
1065 [case(6)] spoolss_DriverInfo6 info6;
1066 [case(8)] spoolss_DriverInfo8 info8;
1067 [case(101)] spoolss_DriverInfo101 info101;
1069 } spoolss_DriverInfo;
1071 /******************/
1072 /* Function: 0x0a */
1073 [public,noopnum,noprint] WERROR _spoolss_EnumPrinterDrivers(
1074 [in,unique] [string,charset(UTF16)] uint16 *server,
1075 [in,unique] [string,charset(UTF16)] uint16 *environment,
1077 [in,unique] DATA_BLOB *buffer,
1078 [in] uint32 offered,
1079 [out,unique] DATA_BLOB *info,
1080 [out,ref] uint32 *needed,
1081 [out,ref] uint32 *count
1083 [public,noopnum,noprint] void __spoolss_EnumPrinterDrivers(
1086 [out,switch_is(level)] spoolss_DriverInfo info[count]
1088 [nopull,nopush] WERROR spoolss_EnumPrinterDrivers(
1089 [in,unique] [string,charset(UTF16)] uint16 *server,
1090 [in,unique] [string,charset(UTF16)] uint16 *environment,
1092 [in,unique] DATA_BLOB *buffer,
1093 [in] uint32 offered,
1094 [out,ref] uint32 *count,
1095 [out,ref,switch_is(level),size_is(,*count)] spoolss_DriverInfo **info,
1096 [out,ref] uint32 *needed
1099 /******************/
1100 /* Function: 0x0b */
1101 [todo] WERROR spoolss_GetPrinterDriver(
1104 /******************/
1105 /* Function: 0x0c */
1106 typedef [public,gensize] struct {
1107 nstring directory_name;
1108 } spoolss_DriverDirectoryInfo1;
1110 /* NOTE: it's seems that w2k3 completly ignores the level
1113 typedef [nodiscriminant,relative_base,gensize,public] union {
1114 [case(1)] spoolss_DriverDirectoryInfo1 info1;
1115 [default] spoolss_DriverDirectoryInfo1 info1;
1116 } spoolss_DriverDirectoryInfo;
1118 [public] WERROR spoolss_GetPrinterDriverDirectory(
1119 [in,unique] [string,charset(UTF16)] uint16 *server,
1120 [in,unique] [string,charset(UTF16)] uint16 *environment,
1122 [in,unique] DATA_BLOB *buffer,
1123 [in] uint32 offered,
1124 [out,unique,subcontext(4),subcontext_size(offered),switch_is(level)] spoolss_DriverDirectoryInfo *info,
1125 [out,ref] uint32 *needed
1128 /******************/
1129 /* Function: 0x0d */
1130 WERROR spoolss_DeletePrinterDriver(
1131 [in,unique] [string,charset(UTF16)] uint16 *server,
1132 [in] [string,charset(UTF16)] uint16 architecture[],
1133 [in] [string,charset(UTF16)] uint16 driver[]
1136 /******************/
1137 /* Function: 0x0e */
1138 WERROR spoolss_AddPrintProcessor(
1139 [in,unique] [string,charset(UTF16)] uint16 *server,
1140 [in] [string,charset(UTF16)] uint16 architecture[],
1141 [in] [string,charset(UTF16)] uint16 path_name[],
1142 [in] [string,charset(UTF16)] uint16 print_processor_name[]
1145 /******************/
1146 /* Function: 0x0f */
1147 typedef [public,gensize] struct {
1148 [relative] nstring *print_processor_name;
1149 } spoolss_PrintProcessorInfo1;
1151 typedef [nodiscriminant,relative_base,public] union {
1152 [case(1)] spoolss_PrintProcessorInfo1 info1;
1154 } spoolss_PrintProcessorInfo;
1156 [public,noopnum,noprint] WERROR _spoolss_EnumPrintProcessors(
1157 [in,unique] [string,charset(UTF16)] uint16 *servername,
1158 [in,unique] [string,charset(UTF16)] uint16 *environment,
1160 [in,unique] DATA_BLOB *buffer,
1161 [in] uint32 offered,
1162 [out,unique] DATA_BLOB *info,
1163 [out,ref] uint32 *needed,
1164 [out,ref] uint32 *count
1166 [public,noopnum,noprint] void __spoolss_EnumPrintProcessors(
1169 [out,switch_is(level)] spoolss_PrintProcessorInfo info[count]
1171 [nopull,nopush] WERROR spoolss_EnumPrintProcessors(
1172 [in,unique] [string,charset(UTF16)] uint16 *servername,
1173 [in,unique] [string,charset(UTF16)] uint16 *environment,
1175 [in,unique] DATA_BLOB *buffer,
1176 [in] uint32 offered,
1177 [out,ref] uint32 *count,
1178 [out,ref,switch_is(level),size_is(,*count)] spoolss_PrintProcessorInfo **info,
1179 [out,ref] uint32 *needed
1182 /******************/
1183 /* Function: 0x10 */
1184 typedef [public,gensize] struct {
1185 nstring directory_name;
1186 } spoolss_PrintProcessorDirectoryInfo1;
1188 typedef [nodiscriminant,relative_base,gensize,public] union {
1189 [case(1)] spoolss_PrintProcessorDirectoryInfo1 info1;
1190 [default] spoolss_PrintProcessorDirectoryInfo1 info1;
1191 } spoolss_PrintProcessorDirectoryInfo;
1193 WERROR spoolss_GetPrintProcessorDirectory(
1194 [in,unique] [string,charset(UTF16)] uint16 *server,
1195 [in,unique] [string,charset(UTF16)] uint16 *environment,
1197 [in,unique] DATA_BLOB *buffer,
1198 [in] uint32 offered,
1199 [out,unique,subcontext(4),subcontext_size(offered),switch_is(level)] spoolss_PrintProcessorDirectoryInfo *info,
1200 [out,ref] uint32 *needed
1203 /******************/
1204 /* Function: 0x11 */
1206 [string,charset(UTF16)] uint16 *document_name;
1207 [string,charset(UTF16)] uint16 *output_file;
1208 [string,charset(UTF16)] uint16 *datatype;
1209 } spoolss_DocumentInfo1;
1211 typedef [switch_type(uint32)] union {
1212 [case(1)] spoolss_DocumentInfo1 *info1;
1213 [case(2)]; /* TODO */
1214 [case(3)]; /* TODO */
1216 } spoolss_DocumentInfo;
1218 WERROR spoolss_StartDocPrinter(
1219 [in,ref] policy_handle *handle,
1221 [in,switch_is(level)] spoolss_DocumentInfo info,
1222 [out,ref] uint32 *job_id
1225 /******************/
1226 /* Function: 0x12 */
1227 WERROR spoolss_StartPagePrinter(
1228 [in,ref] policy_handle *handle
1231 /******************/
1232 /* Function: 0x13 */
1233 WERROR spoolss_WritePrinter(
1234 [in,ref] policy_handle *handle,
1235 [in] DATA_BLOB data,
1236 [in,value(r->in.data.length)] uint32 _data_size,
1237 [out,ref] uint32 *num_written
1240 /******************/
1241 /* Function: 0x14 */
1242 WERROR spoolss_EndPagePrinter(
1243 [in,ref] policy_handle *handle
1246 /******************/
1247 /* Function: 0x15 */
1248 WERROR spoolss_AbortPrinter(
1249 [in,ref] policy_handle *handle
1252 /******************/
1253 /* Function: 0x16 */
1254 WERROR spoolss_ReadPrinter(
1255 [in,ref] policy_handle *handle,
1256 [out,ref] [size_is(data_size)] uint8 *data,
1257 [in] uint32 data_size,
1258 [out,ref] uint32 *_data_size
1261 /******************/
1262 /* Function: 0x17 */
1263 WERROR spoolss_EndDocPrinter(
1264 [in,ref] policy_handle *handle
1267 /******************/
1268 /* Function: 0x18 */
1269 WERROR spoolss_AddJob(
1270 [in,ref] policy_handle *handle,
1272 [in,out,unique] [size_is(offered)] uint8 *buffer,
1273 [in] uint32 offered,
1274 [out,ref] uint32 *needed
1277 /******************/
1278 /* Function: 0x19 */
1279 WERROR spoolss_ScheduleJob(
1280 [in,ref] policy_handle *handle,
1284 /******************/
1285 /* Function: 0x1a */
1287 const string SPOOLSS_ARCHITECTURE_ALL = "all";
1288 const string SPOOLSS_ARCHITECTURE_NT_X86 = "Windows NT x86";
1289 const string SPOOLSS_DEFAULT_SERVER_PATH = "C:\\WINDOWS\\system32\\spool";
1291 typedef [public,gensize] struct {
1292 [value(ndr_size_spoolss_OSVersion(r,ndr->iconv_convenience,ndr->flags))] uint32 _ndr_size;
1296 [value(2)] uint32 unknown;
1297 [subcontext(0),subcontext_size(256)] nstring extra_string;
1298 } spoolss_OSVersion;
1300 typedef [public,gensize] struct {
1301 [value(ndr_size_spoolss_OSVersionEx(r,ndr->iconv_convenience,ndr->flags))] uint32 _ndr_size;
1305 [value(2)] uint32 unknown1;
1306 [subcontext(0),subcontext_size(256)] nstring extra_string;
1307 uint32 unknown2;/* service pack number? I saw 0 from w2k3 and 1 from winxp sp1*/
1308 uint32 unknown3;/* hmm? w2k3: 131346(0x20112) winxp sp1: 503382272 0x1E010100 */
1309 } spoolss_OSVersionEx;
1311 typedef [nodiscriminant,public,gensize] union {
1313 [case(REG_SZ)] nstring string;
1314 [case(REG_BINARY),flag(NDR_REMAINING)] DATA_BLOB binary;
1315 [case(REG_DWORD)] uint32 value;
1316 [case(REG_MULTI_SZ)] nstring_array string_array;
1317 [default,flag(NDR_REMAINING)] DATA_BLOB data;
1318 } spoolss_PrinterData;
1320 [noopnum,noprint,public] WERROR _spoolss_GetPrinterData(
1321 [in,ref] policy_handle *handle,
1322 [in] [string,charset(UTF16)] uint16 value_name[],
1323 [in] uint32 offered,
1324 [out,ref] winreg_Type *type,
1325 [out,ref] DATA_BLOB *data,
1326 [out,ref] uint32 *needed
1328 [noopnum,noprint,public] void __spoolss_GetPrinterData(
1329 [in] winreg_Type type,
1330 [out,ref,switch_is(type)] spoolss_PrinterData *data
1332 [nopull,nopush,public] WERROR spoolss_GetPrinterData(
1333 [in,ref] policy_handle *handle,
1334 [in] [string,charset(UTF16)] uint16 value_name[],
1335 [in] uint32 offered,
1336 [out,ref] winreg_Type *type,
1337 [out,ref,subcontext(4),subcontext_size(offered),switch_is(*type)] spoolss_PrinterData *data,
1338 [out,ref] uint32 *needed
1341 /******************/
1342 /* Function: 0x1b */
1343 [noopnum,nopull,noprint,public] WERROR _spoolss_SetPrinterData(
1344 [in,ref] policy_handle *handle,
1345 [in] [string,charset(UTF16)] uint16 value_name[],
1346 [in] winreg_Type type,
1347 [in] DATA_BLOB data,
1348 [in] uint32 _offered
1350 [noopnum,nopull,noprint,public] void __spoolss_SetPrinterData(
1351 [in] winreg_Type type,
1352 [out,ref,switch_is(type)] spoolss_PrinterData *data
1354 [nopush] WERROR spoolss_SetPrinterData(
1355 [in,ref] policy_handle *handle,
1356 [in] [string,charset(UTF16)] uint16 value_name[],
1357 [in] winreg_Type type,
1358 [in,subcontext(4),switch_is(type)] spoolss_PrinterData data,
1359 [in,value(ndr_size_spoolss_PrinterData(&data,type,ndr->iconv_convenience,flags))] uint32 _offered
1362 /******************/
1363 /* Function: 0x1c */
1364 [todo] WERROR spoolss_WaitForPrinterChange(
1367 /******************/
1368 /* Function: 0x1d */
1369 [public] WERROR spoolss_ClosePrinter(
1370 [in,out,ref] policy_handle *handle
1373 /******************/
1374 /* Function: 0x1e */
1375 typedef [v1_enum] enum {
1376 SPOOLSS_FORM_USER = 0,
1377 SPOOLSS_FORM_BUILTIN = 1,
1378 SPOOLSS_FORM_PRINTER = 2
1379 } spoolss_FormFlags;
1393 typedef [public,gensize] struct {
1394 spoolss_FormFlags flags;
1395 [relative] nstring *form_name;
1396 spoolss_FormSize size;
1397 spoolss_FormArea area;
1398 } spoolss_FormInfo1;
1400 typedef [bitmap32bit] bitmap {
1401 SPOOLSS_FORM_STRING_TYPE_NONE = 0x00000001,
1402 SPOOLSS_FORM_STRING_TYPE_MUI_DLL = 0x00000002,
1403 SPOOLSS_FORM_STRING_TYPE_LANG_PAIR = 0x00000004
1404 } spoolss_FormStringType;
1406 typedef [public,gensize] struct {
1407 spoolss_FormFlags flags;
1408 [relative] nstring *form_name;
1409 spoolss_FormSize size;
1410 spoolss_FormArea area;
1411 [relative] astring *keyword;
1412 spoolss_FormStringType string_type;
1413 [relative] nstring *mui_dll;
1414 uint32 ressource_id;
1415 [relative] nstring *display_name;
1417 } spoolss_FormInfo2;
1419 typedef [nodiscriminant,relative_base,public,gensize] union {
1420 [case(1)] spoolss_FormInfo1 info1;
1421 [case(2)] spoolss_FormInfo2 info2;
1426 spoolss_FormFlags flags;
1427 [string,charset(UTF16)] uint16 *form_name;
1428 spoolss_FormSize size;
1429 spoolss_FormArea area;
1430 } spoolss_AddFormInfo1;
1433 spoolss_FormFlags flags;
1434 [string,charset(UTF16)] uint16 *form_name;
1435 spoolss_FormSize size;
1436 spoolss_FormArea area;
1437 [string,charset(DOS)] uint8 *keyword;
1438 spoolss_FormStringType string_type;
1439 [string,charset(UTF16)] uint16 *mui_dll;
1440 uint32 ressource_id;
1441 [string,charset(UTF16)] uint16 *display_name;
1443 } spoolss_AddFormInfo2;
1445 typedef [switch_type(uint32)] union {
1446 [case(1)] spoolss_AddFormInfo1 *info1;
1447 [case(2)] spoolss_AddFormInfo2 *info2;
1448 } spoolss_AddFormInfo;
1450 WERROR spoolss_AddForm(
1451 [in,ref] policy_handle *handle,
1453 [in,switch_is(level)] spoolss_AddFormInfo info
1456 /******************/
1457 /* Function: 0x1f */
1458 WERROR spoolss_DeleteForm(
1459 [in,ref] policy_handle *handle,
1460 [in] [string,charset(UTF16)] uint16 form_name[]
1463 /******************/
1464 /* Function: 0x20 */
1465 WERROR spoolss_GetForm(
1466 [in,ref] policy_handle *handle,
1467 [in] [string,charset(UTF16)] uint16 form_name[],
1469 [in,unique] DATA_BLOB *buffer,
1470 [in] uint32 offered,
1471 [out,unique,subcontext(4),subcontext_size(offered),switch_is(level)] spoolss_FormInfo *info,
1472 [out,ref] uint32 *needed
1475 /******************/
1476 /* Function: 0x21 */
1477 WERROR spoolss_SetForm(
1478 [in,ref] policy_handle *handle,
1479 [in] [string,charset(UTF16)] uint16 form_name[],
1481 [in,switch_is(level)] spoolss_AddFormInfo info
1484 /******************/
1485 /* Function: 0x22 */
1486 [public,noopnum,noprint] WERROR _spoolss_EnumForms(
1487 [in,ref] policy_handle *handle,
1489 [in,unique] DATA_BLOB *buffer,
1490 [in] uint32 offered,
1491 [out,unique] DATA_BLOB *info,
1492 [out,ref] uint32 *needed,
1493 [out,ref] uint32 *count
1495 [public,noopnum,noprint] void __spoolss_EnumForms(
1498 [out,switch_is(level)] spoolss_FormInfo info[count]
1500 [nopull,nopush] WERROR spoolss_EnumForms(
1501 [in,ref] policy_handle *handle,
1503 [in,unique] DATA_BLOB *buffer,
1504 [in] uint32 offered,
1505 [out,ref] uint32 *count,
1506 [out,ref,switch_is(level),size_is(,*count)] spoolss_FormInfo **info,
1507 [out,ref] uint32 *needed
1511 * Special strings for the OpenPrinter() call. See the MSDN DDK
1512 * docs on the XcvDataPort() for more details.
1515 const string SPL_LOCAL_PORT = "Local Port";
1516 const string SPL_TCPIP_PORT = "Standard TCP/IP Port";
1517 const string SPL_XCV_MONITOR_LOCALMON = ",XcvMonitor Local Port";
1518 const string SPL_XCV_MONITOR_TCPMON = ",XcvMonitor Standard TCP/IP Port";
1520 typedef [public,gensize] struct {
1521 [relative] nstring *port_name;
1522 } spoolss_PortInfo1;
1525 SPOOLSS_PORT_TYPE_WRITE = 0x00000001,
1526 SPOOLSS_PORT_TYPE_READ = 0x00000002,
1527 SPOOLSS_PORT_TYPE_REDIRECTED = 0x00000004,
1528 SPOOLSS_PORT_TYPE_NET_ATTACHED = 0x00000008
1531 typedef [public,gensize] struct {
1532 [relative] nstring *port_name;
1533 [relative] nstring *monitor_name;
1534 [relative] nstring *description;
1535 spoolss_PortType port_type;
1537 } spoolss_PortInfo2;
1539 typedef [v1_enum] enum {
1540 PORT_STATUS_CLEAR = 0x00000000,
1541 PORT_STATUS_OFFLINE = 0x00000001,
1542 PORT_STATUS_PAPER_JAM = 0x00000002,
1543 PORT_STATUS_PAPER_OUT = 0x00000003,
1544 PORT_STATUS_OUTPUT_BIN_FULL = 0x00000004,
1545 PORT_STATUS_PAPER_PROBLEM = 0x00000005,
1546 PORT_STATUS_NO_TONER = 0x00000006,
1547 PORT_STATUS_DOOR_OPEN = 0x00000007,
1548 PORT_STATUS_USER_INTERVENTION = 0x00000008,
1549 PORT_STATUS_OUT_OF_MEMORY = 0x00000009,
1550 PORT_STATUS_TONER_LOW = 0x0000000A,
1551 PORT_STATUS_WARMING_UP = 0x0000000B,
1552 PORT_STATUS_POWER_SAVE = 0x0000000C
1553 } spoolss_PortStatus;
1555 typedef [v1_enum] enum {
1556 PORT_STATUS_TYPE_ERROR = 0x00000001,
1557 PORT_STATUS_TYPE_WARNING = 0x00000002,
1558 PORT_STATUS_TYPE_INFO = 0x00000003
1559 } spoolss_PortSeverity;
1561 typedef [public,gensize] struct {
1562 spoolss_PortStatus status;
1563 [relative] nstring *status_string;
1564 spoolss_PortSeverity severity;
1565 } spoolss_PortInfo3;
1567 typedef [public,gensize] struct {
1568 [relative] nstring *port_name;
1569 DATA_BLOB monitor_data; /* relative ?? */
1570 } spoolss_PortInfoFF;
1572 typedef [nodiscriminant,relative_base,public] union {
1573 [case(1)] spoolss_PortInfo1 info1;
1574 [case(2)] spoolss_PortInfo2 info2;
1575 [case(3)] spoolss_PortInfo3 info3;
1576 [case(0xff)] spoolss_PortInfoFF infoFF;
1580 /******************/
1581 /* Function: 0x23 */
1582 [public,noopnum,noprint] WERROR _spoolss_EnumPorts(
1583 [in,unique] [string,charset(UTF16)] uint16 *servername,
1585 [in,unique] DATA_BLOB *buffer,
1586 [in] uint32 offered,
1587 [out,unique] DATA_BLOB *info,
1588 [out,ref] uint32 *needed,
1589 [out,ref] uint32 *count
1591 [public,noopnum,noprint] void __spoolss_EnumPorts(
1594 [out,switch_is(level)] spoolss_PortInfo info[count]
1596 [nopull,nopush] WERROR spoolss_EnumPorts(
1597 [in,unique] [string,charset(UTF16)] uint16 *servername,
1599 [in,unique] DATA_BLOB *buffer,
1600 [in] uint32 offered,
1601 [out,ref] uint32 *count,
1602 [out,ref,switch_is(level),size_is(,*count)] spoolss_PortInfo **info,
1603 [out,ref] uint32 *needed
1606 /******************/
1607 /* Function: 0x24 */
1608 typedef [public,gensize] struct {
1609 [relative] nstring *monitor_name;
1610 } spoolss_MonitorInfo1;
1612 typedef [public,gensize] struct {
1613 [relative] nstring *monitor_name;
1614 [relative] nstring *environment;
1615 [relative] nstring *dll_name;
1616 } spoolss_MonitorInfo2;
1618 typedef [nodiscriminant,relative_base,public] union {
1619 [case(1)] spoolss_MonitorInfo1 info1;
1620 [case(2)] spoolss_MonitorInfo2 info2;
1622 } spoolss_MonitorInfo;
1624 [public,noopnum,noprint] WERROR _spoolss_EnumMonitors(
1625 [in,unique] [string,charset(UTF16)] uint16 *servername,
1627 [in,unique] DATA_BLOB *buffer,
1628 [in] uint32 offered,
1629 [out,unique] DATA_BLOB *info,
1630 [out,ref] uint32 *needed,
1631 [out,ref] uint32 *count
1633 [public,noopnum,noprint] void __spoolss_EnumMonitors(
1636 [out,switch_is(level)] spoolss_MonitorInfo info[count]
1638 [nopull,nopush] WERROR spoolss_EnumMonitors(
1639 [in,unique] [string,charset(UTF16)] uint16 *servername,
1641 [in,unique] DATA_BLOB *buffer,
1642 [in] uint32 offered,
1643 [out,ref] uint32 *count,
1644 [out,ref,switch_is(level),size_is(,*count)] spoolss_MonitorInfo **info,
1645 [out,ref] uint32 *needed
1648 /******************/
1649 /* Function: 0x25 */
1650 WERROR spoolss_AddPort(
1651 [in,unique] [string,charset(UTF16)] uint16 *server_name,
1652 [in] uint32 unknown,
1653 [in] [string,charset(UTF16)] uint16 monitor_name[]
1656 /******************/
1657 /* Function: 0x26 */
1658 [todo] WERROR spoolss_ConfigurePort(
1661 /******************/
1662 /* Function: 0x27 */
1663 [todo] WERROR spoolss_DeletePort(
1666 /******************/
1667 /* Function: 0x28 */
1668 [todo] WERROR spoolss_CreatePrinterIC(
1671 /******************/
1672 /* Function: 0x29 */
1673 [todo] WERROR spoolss_PlayGDIScriptOnPrinterIC(
1676 /******************/
1677 /* Function: 0x2a */
1678 [todo] WERROR spoolss_DeletePrinterIC(
1681 /******************/
1682 /* Function: 0x2b */
1683 [todo] WERROR spoolss_AddPrinterConnection(
1686 /******************/
1687 /* Function: 0x2c */
1688 [todo] WERROR spoolss_DeletePrinterConnection(
1691 /******************/
1692 /* Function: 0x2d */
1693 [todo] WERROR spoolss_PrinterMessageBox(
1694 /* Marked as obsolete in MSDN. "Not necessary and has
1698 /******************/
1699 /* Function: 0x2e */
1700 [todo] WERROR spoolss_AddMonitor(
1703 /******************/
1704 /* Function: 0x2f */
1705 [todo] WERROR spoolss_DeleteMonitor(
1708 /******************/
1709 /* Function: 0x30 */
1710 [todo] WERROR spoolss_DeletePrintProcessor(
1713 /******************/
1714 /* Function: 0x31 */
1715 [todo] WERROR spoolss_AddPrintProvidor(
1718 /******************/
1719 /* Function: 0x32 */
1720 [todo] WERROR spoolss_DeletePrintProvidor(
1723 /******************/
1724 /* Function: 0x33 */
1726 typedef [public,gensize] struct {
1727 [relative] nstring *name_array;
1728 } spoolss_PrintProcDataTypesInfo1;
1730 typedef [nodiscriminant,relative_base,public] union {
1731 [case(1)] spoolss_PrintProcDataTypesInfo1 info1;
1733 } spoolss_PrintProcDataTypesInfo;
1735 [public,noopnum,noprint] WERROR _spoolss_EnumPrintProcDataTypes(
1736 [in,unique] [string,charset(UTF16)] uint16 *servername,
1737 [in,unique] [string,charset(UTF16)] uint16 *print_processor_name,
1739 [in,unique] DATA_BLOB *buffer,
1740 [in] uint32 offered,
1741 [out,unique] DATA_BLOB *info,
1742 [out,ref] uint32 *needed,
1743 [out,ref] uint32 *count
1745 [public,noopnum,noprint] void __spoolss_EnumPrintProcDataTypes(
1748 [out,switch_is(level)] spoolss_PrintProcDataTypesInfo info[count]
1750 [nopull,nopush] WERROR spoolss_EnumPrintProcDataTypes(
1751 [in,unique] [string,charset(UTF16)] uint16 *servername,
1752 [in,unique] [string,charset(UTF16)] uint16 *print_processor_name,
1754 [in,unique] DATA_BLOB *buffer,
1755 [in] uint32 offered,
1756 [out,ref] uint32 *count,
1757 [out,ref,switch_is(level),size_is(,*count)] spoolss_PrintProcDataTypesInfo **info,
1758 [out,ref] uint32 *needed
1761 /******************/
1762 /* Function: 0x34 */
1763 WERROR spoolss_ResetPrinter(
1764 [in,ref] policy_handle *handle,
1765 [in,unique] [string,charset(UTF16)] uint16 *data_type,
1766 [in,ref] spoolss_DevmodeContainer *devmode_ctr
1769 /******************/
1770 /* Function: 0x35 */
1771 WERROR spoolss_GetPrinterDriver2(
1772 [in,ref] policy_handle *handle,
1773 [in,unique] [string,charset(UTF16)] uint16 *architecture,
1775 [in,unique] DATA_BLOB *buffer,
1776 [in] uint32 offered,
1777 [in] uint32 client_major_version,
1778 [in] uint32 client_minor_version,
1779 [out,unique,subcontext(4),subcontext_size(offered),switch_is(level)] spoolss_DriverInfo *info,
1780 [out,ref] uint32 *needed,
1781 [out,ref] uint32 *server_major_version,
1782 [out,ref] uint32 *server_minor_version
1785 /******************/
1786 /* Function: 0x36 */
1787 [todo] WERROR spoolss_FindFirstPrinterChangeNotification(
1790 /******************/
1791 /* Function: 0x37 */
1792 [todo] WERROR spoolss_FindNextPrinterChangeNotification(
1795 /******************/
1796 /* Function: 0x38 */
1797 [public] WERROR spoolss_FindClosePrinterNotify(
1798 [in,ref] policy_handle *handle
1801 /******************/
1802 /* Function: 0x39 */
1803 [todo] WERROR spoolss_RouterFindFirstPrinterChangeNotificationOld(
1806 /******************/
1807 /* Function: 0x3a */
1808 [public] WERROR spoolss_ReplyOpenPrinter(
1809 [in,string,charset(UTF16)] uint16 server_name[],
1810 [in] uint32 printer_local,
1811 [in] winreg_Type type,
1812 [in,range(0,512)] uint32 bufsize,
1813 [in,unique,size_is(bufsize)] uint8 *buffer,
1814 [out,ref] policy_handle *handle
1817 /******************/
1818 /* Function: 0x3b */
1820 typedef [bitmap32bit] bitmap {
1821 PRINTER_CHANGE_ADD_PRINTER = 0x00000001,
1822 PRINTER_CHANGE_SET_PRINTER = 0x00000002,
1823 PRINTER_CHANGE_DELETE_PRINTER = 0x00000004,
1824 PRINTER_CHANGE_FAILED_CONNECTION_PRINTER = 0x00000008,
1825 PRINTER_CHANGE_ADD_JOB = 0x00000100,
1826 PRINTER_CHANGE_SET_JOB = 0x00000200,
1827 PRINTER_CHANGE_DELETE_JOB = 0x00000400,
1828 PRINTER_CHANGE_WRITE_JOB = 0x00000800,
1829 PRINTER_CHANGE_ADD_FORM = 0x00010000,
1830 PRINTER_CHANGE_SET_FORM = 0x00020000,
1831 PRINTER_CHANGE_DELETE_FORM = 0x00040000,
1832 PRINTER_CHANGE_ADD_PORT = 0x00100000,
1833 PRINTER_CHANGE_CONFIGURE_PORT = 0x00200000,
1834 PRINTER_CHANGE_DELETE_PORT = 0x00400000,
1835 PRINTER_CHANGE_ADD_PRINT_PROCESSOR = 0x01000000,
1836 PRINTER_CHANGE_DELETE_PRINT_PROCESSOR = 0x04000000,
1837 PRINTER_CHANGE_SERVER = 0x08000000,
1838 PRINTER_CHANGE_ADD_PRINTER_DRIVER = 0x10000000,
1839 PRINTER_CHANGE_SET_PRINTER_DRIVER = 0x20000000,
1840 PRINTER_CHANGE_DELETE_PRINTER_DRIVER = 0x40000000,
1841 PRINTER_CHANGE_TIMEOUT = 0x80000000
1842 } spoolss_PrinterChangeFlags;
1844 const int PRINTER_CHANGE_PRINTER = 0x000000FF;
1846 const int PRINTER_CHANGE_JOB = 0x0000FF00;
1848 const int PRINTER_CHANGE_FORM = (PRINTER_CHANGE_ADD_FORM |
1849 PRINTER_CHANGE_SET_FORM |
1850 PRINTER_CHANGE_DELETE_FORM); /* 0x00070000 */
1852 const int PRINTER_CHANGE_PORT = (PRINTER_CHANGE_ADD_PORT |
1853 PRINTER_CHANGE_CONFIGURE_PORT |
1854 PRINTER_CHANGE_DELETE_PORT); /* 0x00700000 */
1856 const int PRINTER_CHANGE_PRINT_PROCESSOR = 0x07000000;
1858 const int PRINTER_CHANGE_PRINTER_DRIVER = (PRINTER_CHANGE_ADD_PRINTER_DRIVER |
1859 PRINTER_CHANGE_SET_PRINTER_DRIVER |
1860 PRINTER_CHANGE_DELETE_PRINTER_DRIVER); /* 0x70000000 */
1862 const int PRINTER_CHANGE_ALL = (PRINTER_CHANGE_PRINTER |
1863 PRINTER_CHANGE_JOB |
1864 PRINTER_CHANGE_FORM |
1865 PRINTER_CHANGE_PORT |
1866 PRINTER_CHANGE_PRINT_PROCESSOR |
1867 PRINTER_CHANGE_PRINTER_DRIVER); /* 0x7777FFFF */
1868 WERROR spoolss_RouterReplyPrinter(
1869 [in,ref] policy_handle *handle,
1870 [in] spoolss_PrinterChangeFlags flags,
1871 [in,range(0,512)] uint32 bufsize,
1872 [in,unique,size_is(bufsize)] uint8 *buffer
1875 /******************/
1876 /* Function: 0x3c */
1877 [public] WERROR spoolss_ReplyClosePrinter(
1878 [in,out,ref] policy_handle *handle
1881 /******************/
1882 /* Function: 0x3d */
1883 [todo] WERROR spoolss_AddPortEx(
1886 /******************/
1887 /* Function: 0x3e */
1888 [todo] WERROR spoolss_RouterFindFirstPrinterChangeNotification(
1891 /******************/
1892 /* Function: 0x3f */
1893 [todo] WERROR spoolss_SpoolerInit(
1896 /******************/
1897 /* Function: 0x40 */
1898 [todo] WERROR spoolss_ResetPrinterEx(
1901 typedef [enum16bit,public] enum {
1902 JOB_NOTIFY_FIELD_PRINTER_NAME = 0x00,
1903 JOB_NOTIFY_FIELD_MACHINE_NAME = 0x01,
1904 JOB_NOTIFY_FIELD_PORT_NAME = 0x02,
1905 JOB_NOTIFY_FIELD_USER_NAME = 0x03,
1906 JOB_NOTIFY_FIELD_NOTIFY_NAME = 0x04,
1907 JOB_NOTIFY_FIELD_DATATYPE = 0x05,
1908 JOB_NOTIFY_FIELD_PRINT_PROCESSOR = 0x06,
1909 JOB_NOTIFY_FIELD_PARAMETERS = 0x07,
1910 JOB_NOTIFY_FIELD_DRIVER_NAME = 0x08,
1911 JOB_NOTIFY_FIELD_DEVMODE = 0x09,
1912 JOB_NOTIFY_FIELD_STATUS = 0x0a,
1913 JOB_NOTIFY_FIELD_STATUS_STRING = 0x0b,
1914 JOB_NOTIFY_FIELD_SECURITY_DESCRIPTOR = 0x0c,
1915 JOB_NOTIFY_FIELD_DOCUMENT = 0x0d,
1916 JOB_NOTIFY_FIELD_PRIORITY = 0x0e,
1917 JOB_NOTIFY_FIELD_POSITION = 0x0f,
1918 JOB_NOTIFY_FIELD_SUBMITTED = 0x10,
1919 JOB_NOTIFY_FIELD_START_TIME = 0x11,
1920 JOB_NOTIFY_FIELD_UNTIL_TIME = 0x12,
1921 JOB_NOTIFY_FIELD_TIME = 0x13,
1922 JOB_NOTIFY_FIELD_TOTAL_PAGES = 0x14,
1923 JOB_NOTIFY_FIELD_PAGES_PRINTED = 0x15,
1924 JOB_NOTIFY_FIELD_TOTAL_BYTES = 0x16,
1925 JOB_NOTIFY_FIELD_BYTES_PRINTED = 0x17
1926 } spoolss_JobNotifyField;
1928 typedef [enum16bit,public] enum {
1929 PRINTER_NOTIFY_FIELD_SERVER_NAME = 0x00,
1930 PRINTER_NOTIFY_FIELD_PRINTER_NAME = 0x01,
1931 PRINTER_NOTIFY_FIELD_SHARE_NAME = 0x02,
1932 PRINTER_NOTIFY_FIELD_PORT_NAME = 0x03,
1933 PRINTER_NOTIFY_FIELD_DRIVER_NAME = 0x04,
1934 PRINTER_NOTIFY_FIELD_COMMENT = 0x05,
1935 PRINTER_NOTIFY_FIELD_LOCATION = 0x06,
1936 PRINTER_NOTIFY_FIELD_DEVMODE = 0x07,
1937 PRINTER_NOTIFY_FIELD_SEPFILE = 0x08,
1938 PRINTER_NOTIFY_FIELD_PRINT_PROCESSOR = 0x09,
1939 PRINTER_NOTIFY_FIELD_PARAMETERS = 0x0a,
1940 PRINTER_NOTIFY_FIELD_DATATYPE = 0x0b,
1941 PRINTER_NOTIFY_FIELD_SECURITY_DESCRIPTOR = 0x0c,
1942 PRINTER_NOTIFY_FIELD_ATTRIBUTES = 0x0d,
1943 PRINTER_NOTIFY_FIELD_PRIORITY = 0x0e,
1944 PRINTER_NOTIFY_FIELD_DEFAULT_PRIORITY = 0x0f,
1945 PRINTER_NOTIFY_FIELD_START_TIME = 0x10,
1946 PRINTER_NOTIFY_FIELD_UNTIL_TIME = 0x11,
1947 PRINTER_NOTIFY_FIELD_STATUS = 0x12,
1948 PRINTER_NOTIFY_FIELD_STATUS_STRING = 0x13,
1949 PRINTER_NOTIFY_FIELD_CJOBS = 0x14,
1950 PRINTER_NOTIFY_FIELD_AVERAGE_PPM = 0x15,
1951 PRINTER_NOTIFY_FIELD_TOTAL_PAGES = 0x16,
1952 PRINTER_NOTIFY_FIELD_PAGES_PRINTED = 0x17,
1953 PRINTER_NOTIFY_FIELD_TOTAL_BYTES = 0x18,
1954 PRINTER_NOTIFY_FIELD_BYTES_PRINTED = 0x19,
1955 PRINTER_NOTIFY_FIELD_OBJECT_GUID = 0x1a,
1956 PRINTER_NOTIFY_FIELD_FRIENDLY_NAME = 0x1b
1957 } spoolss_PrintNotifyField;
1959 typedef [enum16bit] enum {
1960 PRINTER_NOTIFY_TYPE = 0x00,
1961 JOB_NOTIFY_TYPE = 0x01
1962 } spoolss_NotifyType;
1964 typedef [nodiscriminant,noprint] union {
1965 [case(PRINTER_NOTIFY_TYPE)] uint16 field;
1966 [case(JOB_NOTIFY_TYPE)] uint16 field;
1967 [default] uint16 field;
1970 /******************/
1971 /* Function: 0x41 */
1973 spoolss_NotifyType type;
1978 [size_is(count),switch_is(type)] spoolss_Field *fields;
1979 } spoolss_NotifyOptionType;
1981 typedef [bitmap32bit] bitmap {
1982 PRINTER_NOTIFY_OPTIONS_REFRESH = 0x00000001
1983 } spoolssNotifyOptionFlags;
1986 [value(2)] uint32 version;
1987 spoolssNotifyOptionFlags flags;
1989 [size_is(count)] spoolss_NotifyOptionType *types;
1990 } spoolss_NotifyOption;
1992 [public] WERROR spoolss_RemoteFindFirstPrinterChangeNotifyEx(
1993 [in,ref] policy_handle *handle,
1994 [in] spoolss_PrinterChangeFlags flags,
1995 [in] uint32 options,
1996 [in,unique] [string,charset(UTF16)] uint16 *local_machine,
1997 [in] uint32 printer_local,
1998 [in,unique] spoolss_NotifyOption *notify_options
2001 /******************/
2002 /* Function: 0x42 */
2006 [size_is(size/2),unique,charset(UTF16)] uint16 *string;
2007 } spoolss_NotifyString;
2009 typedef [v1_enum] enum {
2010 NOTIFY_TABLE_DWORD = 0x0001,
2011 NOTIFY_TABLE_STRING = 0x0002,
2012 NOTIFY_TABLE_DEVMODE = 0x0003,
2013 NOTIFY_TABLE_TIME = 0x0004,
2014 NOTIFY_TABLE_SECURITYDESCRIPTOR = 0x0005
2015 } spoolss_NotifyTable;
2017 typedef [switch_type(uint32)] union {
2018 [case(1)] uint32 integer[2];
2019 [case(2)] spoolss_NotifyString string;
2020 [case(3)] spoolss_DevmodeContainer devmode;
2021 [case(4)] spoolss_TimeCtr time;
2022 [case(5)] sec_desc_buf sd;
2023 } spoolss_NotifyData;
2026 spoolss_NotifyType type;
2027 [switch_is(type)] spoolss_Field field;
2028 spoolss_NotifyTable variable_type;
2030 [switch_is(variable_type)] spoolss_NotifyData data;
2034 [value(2)] uint32 version;
2037 [size_is(count)] spoolss_Notify notifies[];
2038 } spoolss_NotifyInfo;
2040 typedef [switch_type(uint32)] union {
2041 [case(0)] spoolss_NotifyInfo *info0;
2042 } spoolss_ReplyPrinterInfo;
2044 typedef [bitmap32bit] bitmap {
2045 PRINTER_NOTIFY_INFO_DISCARDED = 0x00000001,
2046 PRINTER_NOTIFY_INFO_DISCARDNOTED = 0x00010000,
2047 PRINTER_NOTIFY_INFO_COLOR_MISMATCH = 0x00080000
2048 } spoolss_PrinterNotifyFlags;
2050 WERROR spoolss_RouterReplyPrinterEx(
2051 [in,ref] policy_handle *handle,
2053 [in] spoolss_PrinterChangeFlags flags,
2054 [out,ref] spoolss_PrinterNotifyFlags *reply_result,
2055 [in] uint32 reply_type,
2056 [in,switch_is(reply_type)] spoolss_ReplyPrinterInfo info
2059 /******************/
2060 /* Function: 0x43 */
2061 [public] WERROR spoolss_RouterRefreshPrinterChangeNotify(
2062 [in,ref] policy_handle *handle,
2063 [in] uint32 change_low,
2064 [in,unique] spoolss_NotifyOption *options,
2065 [out,ref] spoolss_NotifyInfo **info
2068 /******************/
2069 /* Function: 0x44 */
2070 [todo] WERROR spoolss_44(
2075 [string,charset(UTF16)] uint16 *client;
2076 [string,charset(UTF16)] uint16 *user;
2078 spoolss_MajorVersion major;
2079 spoolss_MinorVersion minor;
2080 spoolss_ProcessorArchitecture processor;
2081 } spoolss_UserLevel1;
2085 } spoolss_UserLevel2;
2091 [string,charset(UTF16)] uint16 *client;
2092 [string,charset(UTF16)] uint16 *user;
2094 spoolss_MajorVersion major;
2095 spoolss_MinorVersion minor;
2096 spoolss_ProcessorArchitecture processor;
2098 } spoolss_UserLevel3;
2100 typedef [switch_type(uint32)] union {
2101 [case(1)] spoolss_UserLevel1 *level1;
2102 [case(2)] spoolss_UserLevel2 *level2;
2103 [case(3)] spoolss_UserLevel3 *level3;
2104 } spoolss_UserLevel;
2108 [switch_is(level)] spoolss_UserLevel user_info;
2109 } spoolss_UserLevelCtr;
2112 SERVER_ACCESS_ADMINISTER = 0x00000001,
2113 SERVER_ACCESS_ENUMERATE = 0x00000002,
2114 PRINTER_ACCESS_ADMINISTER = 0x00000004,
2115 PRINTER_ACCESS_USE = 0x00000008,
2116 JOB_ACCESS_ADMINISTER = 0x00000010,
2117 JOB_ACCESS_READ = 0x00000020
2118 } spoolss_AccessRights;
2120 /* Access rights for print servers */
2121 const int SERVER_ALL_ACCESS = SEC_STD_REQUIRED |
2122 SERVER_ACCESS_ADMINISTER |
2123 SERVER_ACCESS_ENUMERATE;
2125 const int SERVER_READ = SEC_STD_READ_CONTROL |
2126 SERVER_ACCESS_ENUMERATE;
2128 const int SERVER_WRITE = STANDARD_RIGHTS_WRITE_ACCESS |
2129 SERVER_ACCESS_ADMINISTER |
2130 SERVER_ACCESS_ENUMERATE;
2132 const int SERVER_EXECUTE = SEC_STD_READ_CONTROL |
2133 SERVER_ACCESS_ENUMERATE;
2135 /* Access rights for printers */
2136 const int PRINTER_ALL_ACCESS = SEC_STD_REQUIRED |
2137 PRINTER_ACCESS_ADMINISTER |
2140 const int PRINTER_READ = SEC_STD_READ_CONTROL |
2143 const int PRINTER_WRITE = STANDARD_RIGHTS_WRITE_ACCESS |
2146 const int PRINTER_EXECUTE = SEC_STD_READ_CONTROL |
2149 /* Access rights for jobs */
2150 const int JOB_ALL_ACCESS = SEC_STD_REQUIRED |
2151 JOB_ACCESS_ADMINISTER;
2153 const int JOB_READ = SEC_STD_READ_CONTROL |
2154 JOB_ACCESS_ADMINISTER;
2156 const int JOB_WRITE = STANDARD_RIGHTS_WRITE_ACCESS |
2157 JOB_ACCESS_ADMINISTER;
2159 const int JOB_EXECUTE = SEC_STD_READ_CONTROL |
2160 JOB_ACCESS_ADMINISTER;
2162 /* ACE masks for various print permissions */
2163 const int PRINTER_ACE_FULL_CONTROL = SEC_GENERIC_ALL |
2166 const int PRINTER_ACE_MANAGE_DOCUMENTS = SEC_GENERIC_ALL |
2167 READ_CONTROL_ACCESS;
2169 const int PRINTER_ACE_PRINT = GENERIC_EXECUTE_ACCESS |
2170 READ_CONTROL_ACCESS |
2173 /******************/
2174 /* Function: 0x45 */
2175 [public] WERROR spoolss_OpenPrinterEx(
2176 [in,unique] [string,charset(UTF16)] uint16 *printername,
2177 [in,unique] [string,charset(UTF16)] uint16 *datatype,
2178 [in] spoolss_DevmodeContainer devmode_ctr,
2179 [in] spoolss_AccessRights access_mask,
2181 [in,switch_is(level)] spoolss_UserLevel userlevel,
2182 [out,ref] policy_handle *handle
2185 /******************/
2186 /* Function: 0x46 */
2187 WERROR spoolss_AddPrinterEx(
2188 [in,unique] [string,charset(UTF16)] uint16 *server,
2189 [in,ref] spoolss_SetPrinterInfoCtr *info_ctr,
2190 [in,ref] spoolss_DevmodeContainer *devmode_ctr,
2191 [in,ref] sec_desc_buf *secdesc_ctr,
2192 [in,ref] spoolss_UserLevelCtr *userlevel_ctr,
2193 [out,ref] policy_handle *handle
2196 /******************/
2197 /* Function: 0x47 */
2198 [todo] WERROR spoolss_47(
2201 /******************/
2202 /* Function: 0x48 */
2203 WERROR spoolss_EnumPrinterData(
2204 [in,ref] policy_handle *handle,
2205 [in] uint32 enum_index,
2206 [out,size_is(value_offered/2),charset(UTF16)] uint16 value_name[],
2207 [in] uint32 value_offered,
2208 [out,ref] uint32 *value_needed,
2209 [out,ref] winreg_Type *type,
2210 [out,ref,size_is(data_offered),flag(LIBNDR_PRINT_ARRAY_HEX)] uint8 *data,
2211 [in] uint32 data_offered,
2212 [out,ref] uint32 *data_needed
2215 /******************/
2216 /* Function: 0x49 */
2217 WERROR spoolss_DeletePrinterData(
2218 [in,ref] policy_handle *handle,
2219 [in] [string,charset(UTF16)] uint16 value_name[]
2222 /******************/
2223 /* Function: 0x4a */
2224 [todo] WERROR spoolss_4a(
2227 /******************/
2228 /* Function: 0x4b */
2229 [todo] WERROR spoolss_4b(
2232 /******************/
2233 /* Function: 0x4c */
2234 [todo] WERROR spoolss_4c(
2237 /******************/
2238 /* Function: 0x4d */
2239 WERROR spoolss_SetPrinterDataEx(
2240 [in,ref] policy_handle *handle,
2241 [in] [string,charset(UTF16)] uint16 key_name[],
2242 [in] [string,charset(UTF16)] uint16 value_name[],
2243 [in] winreg_Type type,
2244 [in,ref] [size_is(offered)] uint8 *buffer,
2248 /******************/
2249 /* Function: 0x4e */
2250 WERROR spoolss_GetPrinterDataEx(
2251 [in,ref] policy_handle *handle,
2252 [in] [string,charset(UTF16)] uint16 key_name[],
2253 [in] [string,charset(UTF16)] uint16 value_name[],
2254 [out,ref] winreg_Type *type,
2255 [out,ref] [size_is(offered)] uint8 *buffer,
2256 [in] uint32 offered,
2257 [out,ref] uint32 *needed
2260 /******************/
2261 /* Function: 0x4f */
2263 typedef [relative_base,public,gensize] struct {
2264 [relative] nstring *value_name;
2265 [value(2*strlen_m_term(value_name))] uint32 value_name_len;
2267 [relative,switch_is(type),subcontext(0),subcontext_size(r->data_length)] spoolss_PrinterData *data;
2268 [value(ndr_size_spoolss_PrinterData(data, type, ndr->iconv_convenience, ndr->flags))] uint32 data_length;
2269 } spoolss_PrinterEnumValues;
2271 [public,noopnum,noprint] WERROR _spoolss_EnumPrinterDataEx(
2272 [in,ref] policy_handle *handle,
2273 [in] [string,charset(UTF16)] uint16 key_name[],
2274 [out] DATA_BLOB info,
2275 [in] uint32 offered,
2276 [out,ref] uint32 *needed,
2277 [out,ref] uint32 *count
2279 [public,noopnum,noprint] void __spoolss_EnumPrinterDataEx(
2281 [out] spoolss_PrinterEnumValues info[count]
2283 [nopull,nopush] WERROR spoolss_EnumPrinterDataEx(
2284 [in,ref] policy_handle *handle,
2285 [in] [string,charset(UTF16)] uint16 key_name[],
2286 [in] uint32 offered,
2287 [out,ref] uint32 *count,
2288 [out,ref,size_is(,*count)] spoolss_PrinterEnumValues **info,
2289 [out,ref] uint32 *needed
2292 /******************/
2293 /* Function: 0x50 */
2294 [public] WERROR spoolss_EnumPrinterKey(
2295 [in, ref] policy_handle *handle,
2296 [in] [string,charset(UTF16)] uint16 key_name[],
2297 [out,ref] [subcontext(0),subcontext_size(offered)] nstring_array **key_buffer,
2298 [in] uint32 offered,
2299 [out,ref] uint32 *needed
2302 /******************/
2303 /* Function: 0x51 */
2304 WERROR spoolss_DeletePrinterDataEx(
2305 [in,ref] policy_handle *handle,
2306 [in] [string,charset(UTF16)] uint16 key_name[],
2307 [in] [string,charset(UTF16)] uint16 value_name[]
2310 /******************/
2311 /* Function: 0x52 */
2312 WERROR spoolss_DeletePrinterKey(
2313 [in,ref] policy_handle *handle,
2314 [in] [string,charset(UTF16)] uint16 key_name[]
2317 /******************/
2318 /* Function: 0x53 */
2319 [todo] WERROR spoolss_53(
2322 /******************/
2323 /* Function: 0x54 */
2324 typedef [public,bitmap32bit] bitmap {
2325 DPD_DELETE_UNUSED_FILES = 0x00000001,
2326 DPD_DELETE_SPECIFIC_VERSION = 0x00000002,
2327 DPD_DELETE_ALL_FILES = 0x00000004
2328 } spoolss_DeleteDriverFlags;
2330 WERROR spoolss_DeletePrinterDriverEx(
2331 [in,unique] [string,charset(UTF16)] uint16 *server,
2332 [in] [string,charset(UTF16)] uint16 architecture[],
2333 [in] [string,charset(UTF16)] uint16 driver[],
2334 [in] spoolss_DeleteDriverFlags delete_flags,
2338 /******************/
2339 /* Function: 0x55 */
2340 [todo] WERROR spoolss_55(
2343 /******************/
2344 /* Function: 0x56 */
2345 [todo] WERROR spoolss_56(
2348 /******************/
2349 /* Function: 0x57 */
2350 [todo] WERROR spoolss_57(
2353 /******************/
2354 /* Function: 0x58 */
2356 typedef [v1_enum] enum {
2357 PROTOCOL_RAWTCP_TYPE = 1,
2358 PROTOCOL_LPR_TYPE = 2
2359 } spoolss_PortProtocol;
2361 typedef [public] struct {
2362 [charset(UTF16)] uint16 portname[64];
2363 [value(0x00000001)] uint32 version;
2364 spoolss_PortProtocol protocol;
2365 [value(sizeof(r))] uint32 size;
2367 [charset(UTF16)] uint16 hostaddress[49];
2368 [charset(UTF16)] uint16 snmpcommunity[33];
2370 [charset(UTF16)] uint16 queue[33];
2371 [charset(UTF16)] uint16 ip_address[16]; /* s3 had 17 */
2372 [charset(UTF16)] uint16 hardware_address[13];
2373 [charset(UTF16)] uint16 device_type[257];
2375 boolean32 snmp_enabled;
2376 uint32 snmp_dev_index;
2377 } spoolss_PortData1;
2379 typedef [public] struct {
2380 [charset(UTF16)] uint16 portname[64];
2381 [value(0x00000002)] uint32 version;
2382 spoolss_PortProtocol protocol;
2383 [value(sizeof(r))] uint32 size;
2385 [charset(UTF16)] uint16 hostaddress[128];
2386 [charset(UTF16)] uint16 snmpcommunity[33];
2388 [charset(UTF16)] uint16 queue[33];
2389 [charset(UTF16)] uint16 device_type[257];
2391 boolean32 snmp_enabled;
2392 uint32 snmp_dev_index;
2393 uint32 port_monitor_mib_index;
2394 } spoolss_PortData2;
2396 typedef [public] struct {
2398 } spoolss_MonitorUi;
2400 WERROR spoolss_XcvData(
2401 [in,ref] policy_handle *handle,
2402 [in] [string,charset(UTF16)] uint16 function_name[],
2403 [in] DATA_BLOB in_data,
2404 [in,value(r->in.in_data.length)] uint32 _in_data_length,
2405 [out,ref] [size_is(out_data_size)] uint8 *out_data,
2406 [in] uint32 out_data_size,
2407 [out,ref] uint32 *needed,
2408 [in,out,ref] uint32 *status_code
2411 /******************/
2412 /* Function: 0x59 */
2414 typedef [bitmap32bit] bitmap {
2415 APD_STRICT_UPGRADE = 0x00000001,
2416 APD_STRICT_DOWNGRADE = 0x00000002,
2417 APD_COPY_ALL_FILES = 0x00000004,
2418 APD_COPY_NEW_FILES = 0x00000008,
2419 APD_COPY_FROM_DIRECTORY = 0x00000010,
2420 APD_DONT_COPY_FILES_TO_CLUSTER = 0x00001000,
2421 APD_COPY_TO_ALL_SPOOLERS = 0x00002000,
2422 APD_RETURN_BLOCKING_STATUS_CODE = 0x00010000
2423 } spoolss_AddPrinterDriverExFlags;
2425 [public] WERROR spoolss_AddPrinterDriverEx(
2426 [in,unique] [string,charset(UTF16)] uint16 *servername,
2427 [in,ref] spoolss_AddDriverInfoCtr *info_ctr,
2428 [in] spoolss_AddPrinterDriverExFlags flags
2431 /******************/
2432 /* Function: 0x5a */
2433 [todo] WERROR spoolss_5a(
2436 /******************/
2437 /* Function: 0x5b */
2438 [todo] WERROR spoolss_5b(
2441 /******************/
2442 /* Function: 0x5c */
2443 [todo] WERROR spoolss_5c(
2446 /******************/
2447 /* Function: 0x5d */
2448 [todo] WERROR spoolss_5d(
2451 /******************/
2452 /* Function: 0x5e */
2453 [todo] WERROR spoolss_5e(
2456 /******************/
2457 /* Function: 0x5f */
2458 [todo] WERROR spoolss_5f(