4 spoolss interface definitions
6 import
"misc.idl", "security.idl", "winreg.idl";
9 cpp_quote
("#define spoolss_security_descriptor security_descriptor")
11 [ uuid("12345678-1234-abcd-ef00-0123456789ab"),
13 endpoint("ncacn_np:[\\pipe\\spoolss]"),
14 pointer_default(unique),
15 helpstring("Spooler SubSystem"),
16 helper
("../librpc/ndr/ndr_spoolss_buf.h")
19 typedef [v1_enum] enum winreg_Type winreg_Type
;
20 typedef [gensize
,noprint
] struct {
31 typedef [public] struct {
32 [value
(ndr_size_spoolss_Time
(time
, ndr
->flags
))] uint32 size
;
33 [unique] spoolss_Time
*time
;
37 PROCESSOR_ARCHITECTURE_INTEL
= 0x0000,
38 PROCESSOR_ARCHITECTURE_ARM
= 0x0005,
39 PROCESSOR_ARCHITECTURE_IA64
= 0x0006,
40 PROCESSOR_ARCHITECTURE_AMD64
= 0x0009
41 } spoolss_ProcessorArchitecture
;
43 typedef [v1_enum] enum {
44 PROCESSOR_ARM
= 0x00000000,
45 PROCESSOR_INTEL_386
= 0x00000182,
46 PROCESSOR_INTEL_486
= 0x000001E6,
47 PROCESSOR_INTEL_PENTIUM
= 0x0000024A,
48 PROCESSOR_INTEL_IA64
= 0x00000898,
49 PROCESSOR_AMD_X8664
= 0x000022A0
50 } spoolss_ProcessorType
;
52 typedef [v1_enum] enum {
53 /* Windows 95, Windows 98, Windows Me, Windows NT4 */
54 SPOOLSS_MAJOR_VERSION_NT4_95_98_ME
= 0x00000004,
55 /* Windows 2000, Windows 2003, Windows XP */
56 SPOOLSS_MAJOR_VERSION_2000_2003_XP
= 0x00000005,
57 /* Windows Vista, Windows 2008 */
58 SPOOLSS_MAJOR_VERSION_2008_VISTA
= 0x00000006
59 } spoolss_MajorVersion
;
61 typedef [v1_enum] enum {
62 /* Windows 2008, Windows Vista, Windows 2000, Windows NT4, Windows 95 */
63 SPOOLSS_MINOR_VERSION_0
= 0x00000000,
65 SPOOLSS_MINOR_VERSION_XP
= 0x00000001,
66 /* Windows 2003, Windows XP x64 */
67 SPOOLSS_MINOR_VERSION_2003_XP64
= 0x00000002,
69 SPOOLSS_MINOR_VERSION_98
= 0x0000000a,
71 SPOOLSS_MINOR_VERSION_ME
= 0x0000005a
72 } spoolss_MinorVersion
;
74 const int PRINTER_STATUS_OK
= 0x00000000;
76 typedef [public] bitmap
{
77 PRINTER_STATUS_PAUSED
= 0x00000001,
78 PRINTER_STATUS_ERROR
= 0x00000002,
79 PRINTER_STATUS_PENDING_DELETION
= 0x00000004,
80 PRINTER_STATUS_PAPER_JAM
= 0x00000008,
81 PRINTER_STATUS_PAPER_OUT
= 0x00000010,
82 PRINTER_STATUS_MANUAL_FEED
= 0x00000020,
83 PRINTER_STATUS_PAPER_PROBLEM
= 0x00000040,
84 PRINTER_STATUS_OFFLINE
= 0x00000080,
85 PRINTER_STATUS_IO_ACTIVE
= 0x00000100,
86 PRINTER_STATUS_BUSY
= 0x00000200,
87 PRINTER_STATUS_PRINTING
= 0x00000400,
88 PRINTER_STATUS_OUTPUT_BIN_FULL
= 0x00000800,
89 PRINTER_STATUS_NOT_AVAILABLE
= 0x00001000,
90 PRINTER_STATUS_WAITING
= 0x00002000,
91 PRINTER_STATUS_PROCESSING
= 0x00004000,
92 PRINTER_STATUS_INITIALIZING
= 0x00008000,
93 PRINTER_STATUS_WARMING_UP
= 0x00010000,
94 PRINTER_STATUS_TONER_LOW
= 0x00020000,
95 PRINTER_STATUS_NO_TONER
= 0x00040000,
96 PRINTER_STATUS_PAGE_PUNT
= 0x00080000,
97 PRINTER_STATUS_USER_INTERVENTION
= 0x00100000,
98 PRINTER_STATUS_OUT_OF_MEMORY
= 0x00200000,
99 PRINTER_STATUS_DOOR_OPEN
= 0x00400000,
100 PRINTER_STATUS_SERVER_UNKNOWN
= 0x00800000,
101 PRINTER_STATUS_POWER_SAVE
= 0x01000000
102 } spoolss_PrinterStatus
;
104 /* JOB status codes. */
106 const int JOB_STATUS_QUEUED
= 0x0000;
108 typedef [bitmap32bit
] bitmap
{
109 JOB_STATUS_PAUSED
= 0x00000001,
110 JOB_STATUS_ERROR
= 0x00000002,
111 JOB_STATUS_DELETING
= 0x00000004,
112 JOB_STATUS_SPOOLING
= 0x00000008,
113 JOB_STATUS_PRINTING
= 0x00000010,
114 JOB_STATUS_OFFLINE
= 0x00000020,
115 JOB_STATUS_PAPEROUT
= 0x00000040,
116 JOB_STATUS_PRINTED
= 0x00000080,
117 JOB_STATUS_DELETED
= 0x00000100,
118 JOB_STATUS_BLOCKED_DEVQ
= 0x00000200,
119 JOB_STATUS_USER_INTERVENTION
= 0x00000400,
120 JOB_STATUS_RESTART
= 0x00000800,
121 JOB_STATUS_COMPLETE
= 0x00001000
124 typedef [v1_enum] enum {
125 SPOOLSS_DEBUGGING_BUILD
= 0x00000000,
126 SPOOLSS_RELEASE_BUILD
= 0x00000001
129 typedef [public,gensize
] struct {
130 [relative
] nstring
*printername
;
131 [relative
] nstring
*servername
;
136 uint32 global_counter
;
139 spoolss_Build free_build
;
142 uint32 session_counter
;
143 uint32 num_error_out_of_paper
;
144 uint32 num_error_not_ready
;
145 spoolss_JobStatus job_error
;
146 uint32 number_of_processors
;
147 spoolss_ProcessorType processor_type
;
148 uint32 high_part_total_bytes
;
151 spoolss_PrinterStatus status
;
152 uint32 enumerate_network_printers
;
154 spoolss_ProcessorArchitecture processor_architecture
;
155 uint16 processor_level
;
159 } spoolss_PrinterInfo0
;
161 /* Device Mode Extra Data */
163 typedef [v1_enum] enum {
164 SPOOLSS_DM_SIGNATURE_UNIDRVEXTRA
= 0x554e4944, /* 0x44494e55 */
165 SPOOLSS_DM_SIGNATURE_JTEXP
= 0x4a544d53, /* 0x534d544a */
166 SPOOLSS_DM_SIGNATURE_PSEXTRA
= 0x50524956 /* 0x56495250 */
167 } spoolss_DM_Signature
;
169 typedef [v1_enum] enum {
170 SPOOLSS_DM_LAYOUT_NUP_DISABLED
= 0x00000000,
171 SPOOLSS_DM_LAYOUT_NUP_2
= 0x00000001,
172 SPOOLSS_DM_LAYOUT_NUP_4
= 0x00000002,
173 SPOOLSS_DM_LAYOUT_NUP_6
= 0x00000003,
174 SPOOLSS_DM_LAYOUT_NUP_9
= 0x00000004,
175 SPOOLSS_DM_LAYOUT_NUP_16
= 0x00000005,
176 SPOOLSS_DM_LAYOUT_BOOKLET
= 0x00000006
179 typedef [v1_enum] enum {
180 SPOOLSS_DM_NUP_DIRECTION_L2R_T2B
= 0x00000001,
181 SPOOLSS_DM_NUP_DIRECTION_T2B_L2R
= 0x00000002,
182 SPOOLSS_DM_NUP_DIRECTION_R2L_T2B
= 0x00000004,
183 SPOOLSS_DM_NUP_DIRECTION_T2B_R2L
= 0x00000008
184 } spoolss_DM_NupDirection
;
186 typedef [v1_enum] enum {
187 SPOOLSS_DM_NUP_BORDER_PRINT
= 0x00000000,
188 SPOOLSS_DM_NUP_BORDER_NONE
= 0x00000001
189 } spoolss_DM_NupBorderFlags
;
191 typedef [v1_enum] enum {
192 SPOOLSS_DM_BOOKLET_LEFT_FLIP
= 0x00000000,
193 SPOOLSS_DM_BOOKLET_RIGHT_FLIP
= 0x00000001
194 } spoolss_DM_BookletFlags
;
196 /* Device Mode Extra Data: PostScript */
200 typedef [bitmap32bit
] bitmap
{
201 SPOOLSS_DM_PS_FLAGS_DRV_ERROR_HANDLER
= 0x00000002,
202 SPOOLSS_DM_PS_FLAGS_PRINT_MIRROR
= 0x00000004,
203 SPOOLSS_DM_PS_FLAGS_PRINT_NEGATIVE
= 0x00000010,
204 SPOOLSS_DM_PS_FLAGS_COMPRESS_BITMAP
= 0x00000040,
205 SPOOLSS_DM_PS_FLAGS_ROTATE_180
= 0x00000200,
206 SPOOLSS_DM_PS_FLAGS_GDI_METAFILE_SPOOL
= 0x00002000
207 } spoolss_DMPS_Flags
;
210 [value
(SPOOLSS_DM_SIGNATURE_PSEXTRA
)] spoolss_DM_Signature dwSignature
;
211 spoolss_DMPS_Flags dwFlags
;
212 uint32 wchEPSFile
[12];
213 [value
(24)] uint16 caSize
;
215 uint16 caIlluminantIndex
;
219 uint16 caReferenceBlack
;
220 uint16 caReferenceWhite
;
223 uint16 caColorfulness
;
224 uint16 caRedGreenTint
;
225 } spoolss_PSDRVEXTRA351
;
230 [value
(SPOOLSS_DM_SIGNATURE_PSEXTRA
)] spoolss_DM_Signature dwSignature
;
231 spoolss_DMPS_Flags dwFlags
;
232 uint32 wchEPSFile
[12];
233 [value
(24)] uint16 caSize
;
235 uint16 caIlluminantIndex
;
239 uint16 caReferenceBlack
;
240 uint16 caReferenceWhite
;
243 uint16 caColorfulness
;
244 uint16 caRedGreenTint
;
247 uint32 aubOptions
[8];
248 } spoolss_PSDRVEXTRA400
;
252 typedef [v1_enum] enum {
253 SPOOLSS_DM_PS_OPTIMIZE_SPEED
= 0x00000000,
254 SPOOLSS_DM_PS_OPTIMIZE_PORTABILITY
= 0x00000001,
255 SPOOLSS_DM_PS_OPTIMIZE_EPS
= 0x00000002,
256 SPOOLSS_DM_PS_OPTIMIZE_ARCHIVAL
= 0x00000003
257 } spoolss_DMPS_Dialect
;
259 typedef [v1_enum] enum {
260 SPOOLSS_DM_PS_TTDLFMT_DEFAULT
= 0x00000000,
261 SPOOLSS_DM_PS_TTDLFMT_TYPE_1
= 0x00000001,
262 SPOOLSS_DM_PS_TTDLFMT_TYPE_3
= 0x00000002,
263 SPOOLSS_DM_PS_TTDLFMT_TYPE_42
= 0x00000003
264 } spoolss_DMPS_TTDLFmt
;
266 typedef [v1_enum] enum {
267 SPOOLSS_DM_PS_PSLEVEL_1
= 0x00000001,
268 SPOOLSS_DM_PS_PSLEVEL_2
= 0x00000002,
269 SPOOLSS_DM_PS_PSLEVEL_3
= 0x00000003
270 } spoolss_DMPS_PSLevel
;
273 SPOOLSS_DM_PS_FEED_DIRECTION_LONG_EDGE_FIRST
= 0x0000,
274 SPOOLSS_DM_PS_FEED_DIRECTION_SHORT_EDGE_FIRST
= 0x0001,
275 SPOOLSS_DM_PS_FEED_DIRECTION_LONG_EDGE_FIRST_UPSIDEDOWN
= 0x0002,
276 SPOOLSS_DM_PS_FEED_DIRECTION_SHORT_EDGE_FIRST_UPSIDEDOWN
= 0x0003
277 } spoolss_DMPS_FeedDirection
;
280 [value
(SPOOLSS_DM_SIGNATURE_PSEXTRA
)] spoolss_DM_Signature dwSignature
;
281 spoolss_DMPS_Flags dwFlags
;
282 uint32 wchEPSFile
[12];
283 [value
(24)] uint16 caSize
;
285 uint16 caIlluminantIndex
;
289 uint16 caReferenceBlack
;
290 uint16 caReferenceWhite
;
293 uint16 caColorfulness
;
294 uint16 caRedGreenTint
;
299 spoolss_DMPS_Dialect iDialect
;
300 spoolss_DMPS_TTDLFmt iTTDLFmt
;
301 boolean32 bReversePrint
;
302 spoolss_DM_Layout iLayout
;
303 spoolss_DMPS_PSLevel iPSLevel
;
306 [value
(0x0010)] uint16 wVer
;
309 uint32 dwWidthOffset
;
310 uint32 dwHeightOffset
;
311 spoolss_DMPS_FeedDirection wFeedDirection
;
313 uint32 dwReserved3
[4];
316 uint32 aOptions
[128];
317 } spoolss_PSDRVEXTRA500
;
322 [value
(SPOOLSS_DM_SIGNATURE_PSEXTRA
)] spoolss_DM_Signature dwSignature
;
323 spoolss_DMPS_Flags dwFlags
;
324 uint32 wchEPSFile
[12];
325 [value
(24)] uint16 caSize
;
327 uint16 caIlluminantIndex
;
331 uint16 caReferenceBlack
;
332 uint16 caReferenceWhite
;
335 uint16 caColorfulness
;
336 uint16 caRedGreenTint
;
337 uint16 wCoreJTExpSize
;
338 [value
(ndr_size_spoolss_PSDRVEXTRA
(r
, ndr
->flags
) + wCoreJTExpSize
)] uint16 wCoreFullSize
;
341 spoolss_DMPS_Dialect iDialect
;
342 spoolss_DMPS_TTDLFmt iTTDLFmt
;
343 boolean32 bReversePrint
;
344 spoolss_DM_Layout iLayout
;
345 spoolss_DMPS_PSLevel iPSLevel
;
348 [value
(0x0010)] uint16 wVer
;
351 uint32 dwWidthOffset
;
352 uint32 dwHeightOffset
;
353 spoolss_DMPS_FeedDirection wFeedDirection
;
355 uint32 dwReserved3
[4];
358 uint32 aOptions
[128];
359 spoolss_DM_NupDirection dwNupDirection
;
360 spoolss_DM_NupBorderFlags dwNupBorderFlags
;
361 spoolss_DM_BookletFlags dwBookletFlags
;
363 } spoolss_PSDRVEXTRA
;
365 /* Device Mode Extra Data: UniDriver */
370 uint16 wReserved
[56];
371 } spoolss_UNIDRVEXTRA3_4
;
375 typedef [v1_enum] enum {
376 SPOOLSS_DM_UNI_QUALITY_BEST
= 0x00000000,
377 SPOOLSS_DM_UNI_QUALITY_MEDIUM
= 0x00000001,
378 SPOOLSS_DM_UNI_QUALITY_DRAFT
= 0x00000002
379 } spoolss_DMUNI_Quality
;
381 typedef [bitmap32bit
] bitmap
{
382 SPOOLSS_DM_UNI_FLAGS_PRINT_TEXT_AS_GRAPHICS
= 0x00000002,
383 SPOOLSS_DM_UNI_FLAGS_AVOID_EMFSPOOL
= 0x00000010,
384 SPOOLSS_DM_UNI_FLAGS_CUSTOM_HALFTONING
= 0x00000080
385 } spoolss_DMUNI_Flags
;
388 [value
(SPOOLSS_DM_SIGNATURE_UNIDRVEXTRA
)] spoolss_DM_Signature dwSignature
;
389 [value
(0x0022)] uint16 wVer
;
394 spoolss_DMUNI_Flags dwFlags
;
395 boolean32 bReversePrint
;
396 spoolss_DM_Layout iLayout
;
397 spoolss_DMUNI_Quality iQuality
;
400 uint32 aOptions
[128];
401 } spoolss_UNIDRVEXTRA500
;
405 typedef [public,gensize
] struct {
406 [value
(SPOOLSS_DM_SIGNATURE_UNIDRVEXTRA
)] spoolss_DM_Signature dwSignature
;
407 [value
(0x0022)] uint16 wVer
;
408 uint16 wCoreJTExpSize
;
409 [value
(ndr_size_spoolss_UNIDRVEXTRA
(r
, ndr
->flags
) + wCoreJTExpSize
)] uint16 wCoreFullSize
;
412 spoolss_DMUNI_Flags dwFlags
;
413 boolean32 bReversePrint
;
414 spoolss_DM_Layout iLayout
;
415 spoolss_DMUNI_Quality iQuality
;
418 uint32 aOptions
[128];
419 spoolss_DM_NupDirection dwNupDirection
;
420 spoolss_DM_NupBorderFlags dwNupBorderFlags
;
421 spoolss_DM_BookletFlags dwBookletFlags
;
422 } spoolss_UNIDRVEXTRA
;
424 /* Device Mode Extra Data: JTEXP */
428 [value
(SPOOLSS_DM_SIGNATURE_JTEXP
)] spoolss_DM_Signature dwSignature
;
429 [value
(0)] uint32 dwVersion
;
430 [value
(16)] uint16 wJTHdrSize
;
431 uint16 wCoreMFOSize
; /* must be sizeof the two following elements, must be dwSize - 16*/
433 [flag
(STR_UTF8|STR_NULLTERM|NDR_REMAINING
)] string_array FeatureOptionPairs
;
436 /* Device Mode Extra Data: OEM_DMEXTRA */
440 spoolss_DM_Signature dwSignature
;
442 [flag
(NDR_REMAINING
)] DATA_BLOB Data
;
443 } spoolss_OEM_DMEXTRA
;
445 typedef [nodiscriminant
] union {
446 [case(0x0350)] spoolss_PSDRVEXTRA351 psdrvextra351
;
447 [case(0x0400)] spoolss_PSDRVEXTRA400 psdrvextra400
;
448 [case(0x0501)] spoolss_PSDRVEXTRA500 psdrvextra500
;
449 [case(0x0600)] spoolss_PSDRVEXTRA psdrvextra
;
450 [default] [flag
(NDR_REMAINING
)] DATA_BLOB psblob
;
451 } spoolss_DeviceModeExtraDataPostScript
;
453 typedef [nodiscriminant
] union {
454 [case(0x0301)] spoolss_UNIDRVEXTRA3_4 unidrvextra3_4
;
455 [case(0x0500)] spoolss_UNIDRVEXTRA500 unidrvextra500
;
456 [case(0x0600)] spoolss_UNIDRVEXTRA unidrvextra
;
457 [default] [flag
(NDR_REMAINING
)] DATA_BLOB uniblob
;
458 } spoolss_DeviceModeExtraDataUniDriver
;
460 typedef [bitmap32bit
] bitmap
{
461 DEVMODE_ORIENTATION
= 0x00000001,
462 DEVMODE_PAPERSIZE
= 0x00000002,
463 DEVMODE_PAPERLENGTH
= 0x00000004,
464 DEVMODE_PAPERWIDTH
= 0x00000008,
465 DEVMODE_SCALE
= 0x00000010,
466 DEVMODE_POSITION
= 0x00000020,
467 DEVMODE_NUP
= 0x00000040,
468 DEVMODE_COPIES
= 0x00000100,
469 DEVMODE_DEFAULTSOURCE
= 0x00000200,
470 DEVMODE_PRINTQUALITY
= 0x00000400,
471 DEVMODE_COLOR
= 0x00000800,
472 DEVMODE_DUPLEX
= 0x00001000,
473 DEVMODE_YRESOLUTION
= 0x00002000,
474 DEVMODE_TTOPTION
= 0x00004000,
475 DEVMODE_COLLATE
= 0x00008000,
476 DEVMODE_FORMNAME
= 0x00010000,
477 DEVMODE_LOGPIXELS
= 0x00020000,
478 DEVMODE_BITSPERPEL
= 0x00040000,
479 DEVMODE_PELSWIDTH
= 0x00080000,
480 DEVMODE_PELSHEIGHT
= 0x00100000,
481 DEVMODE_DISPLAYFLAGS
= 0x00200000,
482 DEVMODE_DISPLAYFREQUENCY
= 0x00400000,
483 DEVMODE_ICMMETHOD
= 0x00800000,
484 DEVMODE_ICMINTENT
= 0x01000000,
485 DEVMODE_MEDIATYPE
= 0x02000000,
486 DEVMODE_DITHERTYPE
= 0x04000000,
487 DEVMODE_PANNINGWIDTH
= 0x08000000,
488 DEVMODE_PANNINGHEIGHT
= 0x10000000
489 } spoolss_DeviceModeFields
;
491 typedef [enum16bit
] enum {
493 DMSPEC_WIN95_98_ME
= 0x400,
494 DMSPEC_NT4_AND_ABOVE
= 0x401
495 } spoolss_DeviceModeSpecVersion
;
497 typedef [enum16bit
] enum {
498 DMORIENT_PORTRAIT
= 0x0001,
499 DMORIENT_LANDSCAPE
= 0x0002
500 } spoolss_DeviceModeOrientation
;
502 typedef [enum16bit
] enum {
503 DMPAPER_LETTER
= 0x0001, /* Letter, 8 1/2 x 11 inches */
504 DMPAPER_LETTERSMALL
= 0x0002, /* Letter Small, 8 1/2 x 11 inches */
505 DMPAPER_TABLOID
= 0x0003, /* Tabloid, 11 x 17 inches */
506 DMPAPER_LEDGER
= 0x0004, /* Ledger, 17 x 11 inches */
507 DMPAPER_LEGAL
= 0x0005, /* Legal, 8 1/2 x 14 inches */
508 DMPAPER_STATEMENT
= 0x0006, /* Statement, 5 1/2 x 8 1/2 inches */
509 DMPAPER_EXECUTIVE
= 0x0007, /* Executive, 7 1/4 x 10 1/2 inches */
510 DMPAPER_A3
= 0x0008, /* A3 sheet, 297 x 420 millimeters */
511 DMPAPER_A4
= 0x0009, /* A4 sheet, 210 x 297 millimeters */
512 DMPAPER_A4SMALL
= 0x000A, /* A4 small sheet, 210 x 297 millimeters */
513 DMPAPER_A5
= 0x000B, /* A5 sheet, 148 x 210 millimeters */
514 DMPAPER_B4
= 0x000C, /* B4 sheet, 250 x 354 millimeters */
515 DMPAPER_B5
= 0x000D, /* B5 sheet, 182 x 257-millimeter paper */
516 DMPAPER_FOLIO
= 0x000E, /* Folio, 8 1/2 x 13-inch paper */
517 DMPAPER_QUARTO
= 0x000F, /* Quarto, 215 x 275 millimeter paper */
518 DMPAPER_10X14
= 0x0010, /* 10 x 14-inch sheet */
519 DMPAPER_11X17
= 0x0011, /* 11 x 17-inch sheet */
520 DMPAPER_NOTE
= 0x0012, /* Note, 8 1/2 x 11-inches */
521 DMPAPER_ENV_9
= 0x0013, /* #9 Envelope, 3 7/8 x 8 7/8 inches */
522 DMPAPER_ENV_10
= 0x0014, /* #10 Envelope, 4 1/8 x 9 1/2 inches */
523 DMPAPER_ENV_11
= 0x0015, /* #11 Envelope, 4 1/2 x 10 3/8 inches */
524 DMPAPER_ENV_12
= 0x0016, /* #12 Envelope, 4 3/4 x 11 inches */
525 DMPAPER_ENV_14
= 0x0017, /* #14 Envelope, 5 x 11 1/2 inches */
526 DMPAPER_CSHEET
= 0x0018, /* C Sheet, 17 x 22 inches */
527 DMPAPER_DSHEET
= 0x0019, /* D Sheet, 22 x 34 inches */
528 DMPAPER_ESHEET
= 0x001A, /* E Sheet, 34 x 44 inches */
529 DMPAPER_ENV_DL
= 0x001B, /* DL Envelope, 110 x 220 millimeters */
530 DMPAPER_ENV_C5
= 0x001C, /* C5 Envelope, 162 x 229 millimeters */
531 DMPAPER_ENV_C3
= 0x001D, /* C3 Envelope, 324 x 458 millimeters */
532 DMPAPER_ENV_C4
= 0x001E, /* C4 Envelope, 229 x 324 millimeters */
533 DMPAPER_ENV_C6
= 0x001F, /* C6 Envelope, 114 x 162 millimeters */
534 DMPAPER_ENV_C65
= 0x0020, /* C65 Envelope, 114 x 229 millimeters */
535 DMPAPER_ENV_B4
= 0x0021, /* B4 Envelope, 250 x 353 millimeters */
536 DMPAPER_ENV_B5
= 0x0022, /* B5 Envelope, 176 x 250 millimeters */
537 DMPAPER_ENV_B6
= 0x0023, /* B6 Envelope, 176 x 125 millimeters */
538 DMPAPER_ENV_ITALY
= 0x0024, /* Italy Envelope, 110 x 230 millimeters */
539 DMPAPER_ENV_MONARCH
= 0x0025, /* Monarch Envelope, 3 7/8 x 7 1/2 inches */
540 DMPAPER_ENV_PERSONAL
= 0x0026, /* 6 3/4 Envelope, 3 5/8 x 6 1/2 inches */
541 DMPAPER_FANFOLD_US
= 0x0027, /* US Std Fanfold, 14 7/8 x 11 inches */
542 DMPAPER_FANFOLD_STD_GERMAN
= 0x0028, /* German Std Fanfold, 8 1/2 x 12 inches */
543 DMPAPER_FANFOLD_LGL_GERMAN
= 0x0029, /* German Legal Fanfold, 8 x 13 inches */
544 DMPAPER_DBL_JAPANESE_POSTCARD
= 0x0045, /* Double Japanese Postcard, 200 x 148 millimeters */
545 DMPAPER_A6
= 0x0046, /* A6 sheet, 105 x 148 millimeters */
546 DMPAPER_JENV_KAKU2
= 0x0047, /* Japanese Envelope Kaku #2 */
547 DMPAPER_JENV_KAKU3
= 0x0048, /* Japanese Envelope Kaku #3 */
548 DMPAPER_JENV_CHOU3
= 0x0049, /* Japanese Envelope Chou #3 */
549 DMPAPER_JENV_CHOU4
= 0x004A, /* Japanese Envelope Chou #4 */
550 DMPAPER_LETTER_ROTATED
= 0x004B, /* Letter Rotated, 11 by 8 1/2 inches */
551 DMPAPER_A3_ROTATED
= 0x004C, /* A3 rotated sheet, 420 x 297 millimeters */
552 DMPAPER_A4_ROTATED
= 0x004D, /* A4 rotated sheet, 297 x 210 millimeters */
553 DMPAPER_A5_ROTATED
= 0x004E, /* A5 rotated sheet, 210 x 148 millimeters */
554 DMPAPER_B4_JIS_ROTATED
= 0x004F, /* B4 (JIS) rotated sheet, 364 x 257 millimeters */
555 DMPAPER_B5_JIS_ROTATED
= 0x0050, /* B5 (JIS) rotated sheet, 257 x 182 millimeters */
556 DMPAPER_JAPANESE_POSTCARD_ROTATED
= 0x0051, /* Japanese Postcard Rotated, 148 x 100 millimeters */
557 DMPAPER_DBL_JAPANESE_POSTCARD_ROTATED
= 0x0052, /* Double Japanese Postcard Rotated, 148 x 200 millimeters */
558 DMPAPER_A6_ROTATED
= 0x0053, /* A6 rotated sheet, 148 x 105 millimeters */
559 DMPAPER_JENV_KAKU2_ROTATED
= 0x0054, /* Japanese Envelope Kaku #2 Rotated */
560 DMPAPER_JENV_KAKU3_ROTATED
= 0x0055, /* Japanese Envelope Kaku #3 Rotated */
561 DMPAPER_JENV_CHOU3_ROTATED
= 0x0056, /* Japanese Envelope Chou #3 Rotated */
562 DMPAPER_JENV_CHOU4_ROTATED
= 0x0057, /* Japanese Envelope Chou #4 Rotated */
563 DMPAPER_B6_JIS
= 0x0058, /* B6 (JIS) sheet, 128 x 182 millimeters */
564 DMPAPER_B6_JIS_ROTATED
= 0x0059, /* B6 (JIS) rotated sheet, 182 x 128 millimeters */
565 DMPAPER_12X11
= 0x005A, /* 12 x 11-inch sheet */
566 DMPAPER_JENV_YOU4
= 0x005B, /* Japanese Envelope You #4 */
567 DMPAPER_JENV_YOU4_ROTATED
= 0x005C, /* Japanese Envelope You #4 */
568 DMPAPER_P16K
= 0x005D, /* PRC 16K, 146 x 215 millimeters */
569 DMPAPER_P32K
= 0x005E, /* PRC 32K, 97 x 151 millimeters */
570 DMPAPER_P32KBIG
= 0x005F, /* PRC 32K(Big) 97 x 151 millimeters */
571 DMPAPER_PENV_1
= 0x0060, /* PRC Envelope #1, 102 by 165 millimeters */
572 DMPAPER_PENV_2
= 0x0061, /* PRC Envelope #2, 102 x 176 millimeters */
573 DMPAPER_PENV_3
= 0x0062, /* PRC Envelope #3, 125 x 176 millimeters */
574 DMPAPER_PENV_4
= 0x0063, /* PRC Envelope #4, 110 x 208 millimeters */
575 DMPAPER_PENV_5
= 0x0064, /* PRC Envelope #5, 110 x 220 millimeters */
576 DMPAPER_PENV_6
= 0x0065, /* PRC Envelope #6, 120 x 230 millimeters */
577 DMPAPER_PENV_7
= 0x0066, /* PRC Envelope #7, 160 x 230 millimeters */
578 DMPAPER_PENV_8
= 0x0067, /* PRC Envelope #8, 120 x 309 millimeters */
579 DMPAPER_PENV_9
= 0x0068, /* PRC Envelope #9, 229 x 324 millimeters */
580 DMPAPER_PENV_10
= 0x0069, /* PRC Envelope #10, 324 x 458 millimeters */
581 DMPAPER_P16K_ROTATED
= 0x006A, /* PRC 16K Rotated, 215 x 146 millimeters */
582 DMPAPER_P32K_ROTATED
= 0x006B, /* PRC 32K Rotated, 151 x 97 millimeters */
583 DMPAPER_P32KBIG_ROTATED
= 0x006C, /* PRC 32K(Big) Rotated, 151 x 97 millimeters */
584 DMPAPER_PENV_1_ROTATED
= 0x006D, /* PRC Envelope #1 Rotated, 165 x 102 millimeters */
585 DMPAPER_PENV_2_ROTATED
= 0x006E, /* PRC Envelope #2 Rotated, 176 x 102 millimeters */
586 DMPAPER_PENV_3_ROTATED
= 0x006F, /* PRC Envelope #3 Rotated, 176 x 125 millimeters */
587 DMPAPER_PENV_4_ROTATED
= 0x0070, /* PRC Envelope #4 Rotated, 208 x 110 millimeters */
588 DMPAPER_PENV_5_ROTATED
= 0x0071, /* PRC Envelope #5 Rotated, 220 x 110 millimeters */
589 DMPAPER_PENV_6_ROTATED
= 0x0072, /* PRC Envelope #6 Rotated, 230 x 120 millimeters */
590 DMPAPER_PENV_7_ROTATED
= 0x0073, /* PRC Envelope #7 Rotated, 230 x 160 millimeters */
591 DMPAPER_PENV_8_ROTATED
= 0x0074, /* PRC Envelope #8 Rotated, 309 x 120 millimeters */
592 DMPAPER_PENV_9_ROTATED
= 0x0075, /* PRC Envelope #9 Rotated, 324 x 229 millimeters */
593 DMPAPER_PENV_10_ROTATED
= 0x0076 /* PRC Envelope #10 Rotated, 458 x 324 millimeters */
594 } spoolss_DeviceModePaperSize
;
596 typedef [enum16bit
] enum {
597 DMBIN_UPPER
= 0x0001,
598 DMBIN_LOWER
= 0x0002,
599 DMBIN_MIDDLE
= 0x0003,
600 DMBIN_MANUAL
= 0x0004,
601 DMBIN_ENVELOPE
= 0x0005,
602 DMBIN_ENVMANUAL
= 0x0006,
604 DMBIN_TRACTOR
= 0x0008,
605 DMBIN_SMALLFMT
= 0x0009,
606 DMBIN_LARGEFMT
= 0x000a,
607 DMBIN_LARGECAPACITY
= 0x000b,
608 DMBIN_CASSETTE
= 0x000e,
609 DMBIN_FORMSOURCE
= 0x000f
610 } spoolss_DeviceModeDefaultSource
;
612 typedef [enum16bit
] enum {
614 DMRES_MEDIUM
= 0xfffd,
617 } spoolss_DeviceModePrintQuality
;
619 typedef [enum16bit
] enum {
620 DMRES_MONOCHROME
= 0x0001,
622 } spoolss_DeviceModeColor
;
624 typedef [enum16bit
] enum {
625 DMDUP_SIMPLEX
= 0x0001,
626 DMDUP_VERTICAL
= 0x0002,
627 DMDUP_HORIZONTAL
= 0x0003
628 } spoolss_DeviceModeDuplex
;
630 typedef [enum16bit
] enum {
631 DMTT_BITMAP
= 0x0001,
632 DMTT_DOWNLOAD
= 0x0002,
633 DMTT_SUBDEV
= 0x0003,
634 DMTT_DOWNLOAD_OUTLINE
= 0x0004
635 } spoolss_DeviceModeTTOption
;
637 typedef [enum16bit
] enum {
638 DMCOLLATE_FALSE
= 0x0000,
639 DMCOLLATE_TRUE
= 0x0001
640 } spoolss_DeviceModeCollate
;
642 typedef [v1_enum] enum {
643 DMNUP_SYSTEM
= 0x00000001,
644 DMNUP_ONEUP
= 0x00000002
645 } spoolss_DeviceModeNUp
;
647 typedef [v1_enum] enum {
648 DMICMMETHOD_NONE
= 0x00000001,
649 DMICMMETHOD_SYSTEM
= 0x00000002,
650 DMICMMETHOD_DRIVER
= 0x00000003,
651 DMICMMETHOD_DEVICE
= 0x00000004
652 } spoolss_DeviceModeICMMethod
;
654 typedef [v1_enum] enum {
655 DMICM_SATURATE
= 0x00000001,
656 DMICM_CONTRAST
= 0x00000002,
657 DMICM_COLORIMETRIC
= 0x00000003,
658 DMICM_ABS_COLORIMETRIC
= 0x00000004
659 } spoolss_DeviceModeICMIntent
;
661 typedef [v1_enum] enum {
662 DMMEDIA_STANDARD
= 0x00000001,
663 DMMEDIA_TRANSPARENCY
= 0x00000002,
664 DMMEDIA_GLOSSY
= 0x00000003
665 } spoolss_DeviceModeMediaType
;
667 typedef [v1_enum] enum {
668 DMDITHER_NONE
= 0x00000001,
669 DMDITHER_COARSE
= 0x00000002,
670 DMDITHER_FINE
= 0x00000003,
671 DMDITHER_LINEART
= 0x00000004,
672 DMDITHER_ERRORDIFFUSION
= 0x00000005,
673 DMDITHER_RESERVED6
= 0x00000006,
674 DMDITHER_RESERVED7
= 0x00000007,
675 DMDITHER_RESERVED8
= 0x00000008,
676 DMDITHER_RESERVED9
= 0x00000009,
677 DMDITHER_GRAYSCALE
= 0x0000000A
678 } spoolss_DeviceModeDitherType
;
680 const int MAXDEVICENAME
= 32;
682 typedef [public,gensize
] struct {
683 [charset
(UTF16
),to_null
] uint16 devicename
[MAXDEVICENAME
];
684 spoolss_DeviceModeSpecVersion specversion
;
685 uint16 driverversion
;
687 [value
(r
->driverextra_data.length
)] uint16 __driverextra_length
;
688 spoolss_DeviceModeFields fields
;
689 spoolss_DeviceModeOrientation orientation
;
690 spoolss_DeviceModePaperSize papersize
;
695 spoolss_DeviceModeDefaultSource defaultsource
;
696 spoolss_DeviceModePrintQuality printquality
;
697 spoolss_DeviceModeColor color
;
698 spoolss_DeviceModeDuplex duplex
;
700 spoolss_DeviceModeTTOption ttoption
;
701 spoolss_DeviceModeCollate collate
;
702 [charset
(UTF16
),to_null
] uint16 formname
[MAXDEVICENAME
];
703 uint16 logpixels
; /* reserved */
704 uint32 bitsperpel
; /* reserved */
705 uint32 pelswidth
; /* reserved */
706 uint32 pelsheight
; /* reserved */
707 spoolss_DeviceModeNUp displayflags
;
708 uint32 displayfrequency
; /* reserved */
709 spoolss_DeviceModeICMMethod icmmethod
;
710 spoolss_DeviceModeICMIntent icmintent
;
711 spoolss_DeviceModeMediaType mediatype
;
712 spoolss_DeviceModeDitherType dithertype
;
715 uint32 panningwidth
; /* reserved */
716 uint32 panningheight
; /* reserved */
717 [subcontext_size
(__driverextra_length
),subcontext
(0),flag
(NDR_REMAINING
)] DATA_BLOB driverextra_data
;
718 } spoolss_DeviceMode
;
720 typedef [public] bitmap
{
721 PRINTER_ENUM_DEFAULT
= 0x00000001,
722 PRINTER_ENUM_LOCAL
= 0x00000002,
723 PRINTER_ENUM_CONNECTIONS
= 0x00000004,
724 PRINTER_ENUM_FAVORITE
= 0x00000004,
725 PRINTER_ENUM_NAME
= 0x00000008,
726 PRINTER_ENUM_REMOTE
= 0x00000010,
727 PRINTER_ENUM_SHARED
= 0x00000020,
728 PRINTER_ENUM_NETWORK
= 0x00000040,
729 PRINTER_ENUM_EXPAND
= 0x00004000,
730 PRINTER_ENUM_CONTAINER
= 0x00008000,
731 PRINTER_ENUM_ICON1
= 0x00010000,
732 PRINTER_ENUM_ICON2
= 0x00020000,
733 PRINTER_ENUM_ICON3
= 0x00040000,
734 PRINTER_ENUM_ICON4
= 0x00080000,
735 PRINTER_ENUM_ICON5
= 0x00100000,
736 PRINTER_ENUM_ICON6
= 0x00200000,
737 PRINTER_ENUM_ICON7
= 0x00400000,
738 PRINTER_ENUM_ICON8
= 0x00800000,
739 PRINTER_ENUM_HIDE
= 0x01000000
740 } spoolss_EnumPrinterFlags
;
742 const int PRINTER_ENUM_ICONMASK
= (PRINTER_ENUM_ICON1 |
749 PRINTER_ENUM_ICON8
); /* 0x00ff0000 */
751 typedef [public] bitmap
{
752 PRINTER_ATTRIBUTE_QUEUED
= 0x00000001,
753 PRINTER_ATTRIBUTE_DIRECT
= 0x00000002,
754 PRINTER_ATTRIBUTE_DEFAULT
= 0x00000004,
755 PRINTER_ATTRIBUTE_SHARED
= 0x00000008,
756 PRINTER_ATTRIBUTE_NETWORK
= 0x00000010,
757 PRINTER_ATTRIBUTE_HIDDEN
= 0x00000020,
758 PRINTER_ATTRIBUTE_LOCAL
= 0x00000040,
759 PRINTER_ATTRIBUTE_ENABLE_DEVQ
= 0x00000080,
760 PRINTER_ATTRIBUTE_KEEPPRINTEDJOBS
= 0x00000100,
761 PRINTER_ATTRIBUTE_DO_COMPLETE_FIRST
= 0x00000200,
762 PRINTER_ATTRIBUTE_WORK_OFFLINE
= 0x00000400,
763 PRINTER_ATTRIBUTE_ENABLE_BIDI
= 0x00000800,
764 PRINTER_ATTRIBUTE_RAW_ONLY
= 0x00001000,
765 PRINTER_ATTRIBUTE_PUBLISHED
= 0x00002000,
766 PRINTER_ATTRIBUTE_FAX
= 0x00004000,
767 PRINTER_ATTRIBUTE_TS
= 0x00008000
768 } spoolss_PrinterAttributes
;
770 typedef [public,gensize
] struct {
771 spoolss_EnumPrinterFlags flags
;
772 [relative
] nstring
*description
;
773 [relative
] nstring
*name
;
774 [relative
] nstring
*comment
;
775 } spoolss_PrinterInfo1
;
777 typedef [public,gensize
,nopush
] struct {
778 [relative
] nstring
*servername
;
779 [relative
] nstring
*printername
;
780 [relative
] nstring
*sharename
;
781 [relative
] nstring
*portname
;
782 [relative
] nstring
*drivername
;
783 [relative
] nstring
*comment
;
784 [relative
] nstring
*location
;
785 [relative
,subcontext
(0),flag
(NDR_ALIGN4
)] spoolss_DeviceMode
*devmode
;
786 [relative
] nstring
*sepfile
;
787 [relative
] nstring
*printprocessor
;
788 [relative
] nstring
*datatype
;
789 [relative
] nstring
*parameters
;
790 [relative
,subcontext
(0),flag
(NDR_ALIGN4
)] spoolss_security_descriptor
*secdesc
;
791 spoolss_PrinterAttributes attributes
;
792 [range(0,99)] uint32 priority
;
793 uint32 defaultpriority
;
796 spoolss_PrinterStatus status
;
799 } spoolss_PrinterInfo2
;
801 typedef [public,gensize
] struct {
802 [relative
,subcontext
(0),flag
(NDR_ALIGN4
)] spoolss_security_descriptor
*secdesc
;
803 } spoolss_PrinterInfo3
;
805 typedef [public,gensize
] struct {
806 [relative
] nstring
*printername
;
807 [relative
] nstring
*servername
;
808 spoolss_PrinterAttributes attributes
;
809 } spoolss_PrinterInfo4
;
811 typedef [public,gensize
] struct {
812 [relative
] nstring
*printername
;
813 [relative
] nstring
*portname
;
814 spoolss_PrinterAttributes attributes
;
815 uint32 device_not_selected_timeout
;
816 uint32 transmission_retry_timeout
;
817 } spoolss_PrinterInfo5
;
819 typedef [public,gensize
] struct {
820 spoolss_PrinterStatus status
;
821 } spoolss_PrinterInfo6
;
824 DSPRINT_PUBLISH
= 0x00000001,
825 DSPRINT_UPDATE
= 0x00000002,
826 DSPRINT_UNPUBLISH
= 0x00000004,
827 DSPRINT_REPUBLISH
= 0x00000008,
828 DSPRINT_PENDING
= 0x80000000
829 } spoolss_DsPrintAction
;
831 typedef [public,gensize
] struct {
832 [relative
] nstring
*guid
; /* text form of printer guid */
833 spoolss_DsPrintAction action
;
834 } spoolss_PrinterInfo7
;
837 [relative
,subcontext
(0),flag
(NDR_ALIGN4
)] spoolss_DeviceMode
*devmode
;
838 } spoolss_DeviceModeInfo
;
840 typedef [nodiscriminant
,relative_base
,public,gensize
,flag
(NDR_RELATIVE_REVERSE
)] union {
841 [case(0)] spoolss_PrinterInfo0 info0
;
842 [case(1)] spoolss_PrinterInfo1 info1
;
843 [case(2)] spoolss_PrinterInfo2 info2
;
844 [case(3)] spoolss_PrinterInfo3 info3
;
845 [case(4)] spoolss_PrinterInfo4 info4
;
846 [case(5)] spoolss_PrinterInfo5 info5
;
847 [case(6)] spoolss_PrinterInfo6 info6
;
848 [case(7)] spoolss_PrinterInfo7 info7
;
849 [case(8)] spoolss_DeviceModeInfo info8
;
850 [case(9)] spoolss_DeviceModeInfo info9
;
852 } spoolss_PrinterInfo
;
856 /* we are using this as internal parsing code */
857 [public,noopnum
,noprint
] WERROR _spoolss_EnumPrinters
(
858 [in] spoolss_EnumPrinterFlags flags
,
859 [in,unique] [string,charset
(UTF16
)] uint16
*server
,
861 [in,unique] DATA_BLOB
*buffer
,
863 [out,unique] DATA_BLOB
*info
,
864 [out,ref] uint32
*needed
,
865 [out,ref] uint32
*count
867 [public,noopnum
,noprint
] void __spoolss_EnumPrinters
(
870 [out,switch_is(level
)] spoolss_PrinterInfo info
[count
]
872 [nopull
,nopush
] WERROR spoolss_EnumPrinters
(
873 [in] spoolss_EnumPrinterFlags flags
,
874 [in,unique] [string,charset
(UTF16
)] uint16
*server
,
876 [in,unique] DATA_BLOB
*buffer
,
878 /* what we have here is a subcontext containing an array of no discriminant unions
879 * and the array has no size in front
881 [out,ref] uint32
*count
,
882 [out,ref,switch_is(level
),size_is(,*count
)] spoolss_PrinterInfo
**info
,
883 [out,ref] uint32
*needed
888 typedef [public] struct {
889 [value
(_ndr_size_spoolss_DeviceMode
(devmode
, ndr
->flags
))] uint32 _ndr_size
;
890 [subcontext
(4),subcontext_size
(_ndr_size
)] spoolss_DeviceMode
*devmode
;
891 } spoolss_DevmodeContainer
;
893 [public] WERROR spoolss_OpenPrinter
(
894 [in,unique] [string,charset
(UTF16
)] uint16
*printername
,
895 [in,unique] [string,charset
(UTF16
)] uint16
*datatype
,
896 [in] spoolss_DevmodeContainer devmode_ctr
,
897 [in] spoolss_AccessRights access_mask
,
898 [out,ref] policy_handle
*handle
904 typedef [public,gensize
] struct {
906 [relative
] nstring
*printer_name
;
907 [relative
] nstring
*server_name
;
908 [relative
] nstring
*user_name
;
909 [relative
] nstring
*document_name
;
910 [relative
] nstring
*data_type
;
911 [relative
] nstring
*text_status
;
912 spoolss_JobStatus status
;
913 [range(0,99)] uint32 priority
;
916 uint32 pages_printed
;
917 spoolss_Time submitted
;
920 typedef [public,gensize
] struct {
922 [relative
] nstring
*printer_name
;
923 [relative
] nstring
*server_name
;
924 [relative
] nstring
*user_name
;
925 [relative
] nstring
*document_name
;
926 [relative
] nstring
*notify_name
;
927 [relative
] nstring
*data_type
;
928 [relative
] nstring
*print_processor
;
929 [relative
] nstring
*parameters
;
930 [relative
] nstring
*driver_name
;
931 [relative
,subcontext
(0),flag
(NDR_ALIGN4
)] spoolss_DeviceMode
*devmode
;
932 [relative
] nstring
*text_status
;
933 [relative
,subcontext
(0),flag
(NDR_ALIGN4
)] spoolss_security_descriptor
*secdesc
;
934 spoolss_JobStatus status
;
935 [range(0,99)] uint32 priority
;
941 spoolss_Time submitted
;
943 uint32 pages_printed
;
946 typedef [public,gensize
] struct {
952 typedef [public,gensize
] struct {
954 [relative
] nstring
*printer_name
;
955 [relative
] nstring
*server_name
;
956 [relative
] nstring
*user_name
;
957 [relative
] nstring
*document_name
;
958 [relative
] nstring
*notify_name
;
959 [relative
] nstring
*data_type
;
960 [relative
] nstring
*print_processor
;
961 [relative
] nstring
*parameters
;
962 [relative
] nstring
*driver_name
;
963 [relative
,subcontext
(0),flag
(NDR_ALIGN4
)] spoolss_DeviceMode
*devmode
;
964 [relative
] nstring
*text_status
;
965 [relative
,subcontext
(0),flag
(NDR_ALIGN4
)] spoolss_security_descriptor
*secdesc
;
966 spoolss_JobStatus status
;
967 [range(0,99)] uint32 priority
;
973 spoolss_Time submitted
;
975 uint32 pages_printed
;
979 typedef [nodiscriminant
,relative_base
,public,gensize
,flag
(NDR_RELATIVE_REVERSE
)] union {
980 [case(1)] spoolss_JobInfo1 info1
;
981 [case(2)] spoolss_JobInfo2 info2
;
982 [case(3)] spoolss_JobInfo3 info3
;
983 [case(4)] spoolss_JobInfo4 info4
;
989 [string,charset
(UTF16
)] uint16
*printer_name
;
990 [string,charset
(UTF16
)] uint16
*server_name
;
991 [string,charset
(UTF16
)] uint16
*user_name
;
992 [string,charset
(UTF16
)] uint16
*document_name
;
993 [string,charset
(UTF16
)] uint16
*data_type
;
994 [string,charset
(UTF16
)] uint16
*text_status
;
995 spoolss_JobStatus status
;
996 [range(0,99)] uint32 priority
;
999 uint32 pages_printed
;
1000 spoolss_Time submitted
;
1001 } spoolss_SetJobInfo1
;
1005 [string,charset
(UTF16
)] uint16
*printer_name
;
1006 [string,charset
(UTF16
)] uint16
*server_name
;
1007 [string,charset
(UTF16
)] uint16
*user_name
;
1008 [string,charset
(UTF16
)] uint16
*document_name
;
1009 [string,charset
(UTF16
)] uint16
*notify_name
;
1010 [string,charset
(UTF16
)] uint16
*data_type
;
1011 [string,charset
(UTF16
)] uint16
*print_processor
;
1012 [string,charset
(UTF16
)] uint16
*parameters
;
1013 [string,charset
(UTF16
)] uint16
*driver_name
;
1014 uint32
*_devmode_ptr
; /* pointer to truncated devicemode */
1015 [string,charset
(UTF16
)] uint16
*text_status
;
1016 uint32
*_secdesc_ptr
;
1017 spoolss_JobStatus status
;
1018 [range(0,99)] uint32 priority
;
1024 spoolss_Time submitted
;
1026 uint32 pages_printed
;
1027 } spoolss_SetJobInfo2
;
1031 [string,charset
(UTF16
)] uint16
*printer_name
;
1032 [string,charset
(UTF16
)] uint16
*server_name
;
1033 [string,charset
(UTF16
)] uint16
*user_name
;
1034 [string,charset
(UTF16
)] uint16
*document_name
;
1035 [string,charset
(UTF16
)] uint16
*notify_name
;
1036 [string,charset
(UTF16
)] uint16
*data_type
;
1037 [string,charset
(UTF16
)] uint16
*print_processor
;
1038 [string,charset
(UTF16
)] uint16
*parameters
;
1039 [string,charset
(UTF16
)] uint16
*driver_name
;
1040 uint32
*_devmode_ptr
; /* pointer to truncated devicemode */
1041 [string,charset
(UTF16
)] uint16
*text_status
;
1042 uint32
*_secdesc_ptr
;
1043 spoolss_JobStatus status
;
1044 [range(0,99)] uint32 priority
;
1050 spoolss_Time submitted
;
1052 uint32 pages_printed
;
1054 } spoolss_SetJobInfo4
;
1056 typedef [ms_union,public] union {
1057 [case(1)] spoolss_SetJobInfo1
*info1
;
1058 [case(2)] spoolss_SetJobInfo2
*info2
;
1059 [case(3)] spoolss_JobInfo3
*info3
;
1060 [case(4)] spoolss_SetJobInfo4
*info4
;
1062 } spoolss_SetJobInfo
;
1064 typedef [public] struct {
1066 [switch_is(level
)] spoolss_SetJobInfo info
;
1067 } spoolss_JobInfoContainer
;
1069 typedef [v1_enum] enum {
1070 SPOOLSS_JOB_CONTROL_PAUSE
= 1,
1071 SPOOLSS_JOB_CONTROL_RESUME
= 2,
1072 SPOOLSS_JOB_CONTROL_CANCEL
= 3,
1073 SPOOLSS_JOB_CONTROL_RESTART
= 4,
1074 SPOOLSS_JOB_CONTROL_DELETE
= 5,
1075 SPOOLSS_JOB_CONTROL_SEND_TO_PRINTER
= 6,
1076 SPOOLSS_JOB_CONTROL_LAST_PAGE_EJECTED
= 7,
1077 SPOOLSS_JOB_CONTROL_RETAIN
= 8,
1078 SPOOLSS_JOB_CONTROL_RELEASE
= 9
1079 } spoolss_JobControl
;
1081 WERROR spoolss_SetJob
(
1082 [in,ref] policy_handle
*handle,
1084 [in,unique] spoolss_JobInfoContainer
*ctr
,
1085 [in] spoolss_JobControl command
1088 /******************/
1089 /* Function: 0x03 */
1090 WERROR spoolss_GetJob
(
1091 [in,ref] policy_handle
*handle,
1094 [in,unique] DATA_BLOB
*buffer
,
1095 [in] uint32 offered
,
1096 [out,unique,subcontext
(4),subcontext_size
(offered
),switch_is(level
)] spoolss_JobInfo
*info
,
1097 [out,ref] uint32
*needed
1100 /******************/
1101 /* Function: 0x04 */
1102 [public,noopnum
,noprint
] WERROR _spoolss_EnumJobs
(
1103 [in,ref] policy_handle
*handle,
1104 [in] uint32 firstjob
,
1105 [in] uint32 numjobs
,
1107 [in,unique] DATA_BLOB
*buffer
,
1108 [in] uint32 offered
,
1109 [out,unique] DATA_BLOB
*info
,
1110 [out,ref] uint32
*needed
,
1111 [out,ref] uint32
*count
1113 [public,noopnum
,noprint
] void __spoolss_EnumJobs
(
1116 [out,switch_is(level
)] spoolss_JobInfo info
[count
]
1118 [nopull
,nopush
] WERROR spoolss_EnumJobs
(
1119 [in,ref] policy_handle
*handle,
1120 [in] uint32 firstjob
,
1121 [in] uint32 numjobs
,
1123 [in,unique] DATA_BLOB
*buffer
,
1124 [in] uint32 offered
,
1125 [out,ref] uint32
*count
,
1126 [out,ref,switch_is(level
),size_is(,*count
)] spoolss_JobInfo
**info
,
1127 [out,ref] uint32
*needed
1130 /******************/
1131 /* Function: 0x05 */
1132 WERROR spoolss_AddPrinter
(
1133 [in,unique] [string,charset
(UTF16
)] uint16
*server
,
1134 [in,ref] spoolss_SetPrinterInfoCtr
*info_ctr
,
1135 [in,ref] spoolss_DevmodeContainer
*devmode_ctr
,
1136 [in,ref] sec_desc_buf
*secdesc_ctr
,
1137 [out,ref] policy_handle
*handle
1140 /******************/
1141 /* Function: 0x06 */
1142 WERROR spoolss_DeletePrinter
(
1143 [in] policy_handle
*handle
1146 /******************/
1147 /* Function: 0x07 */
1148 typedef [v1_enum] enum {
1149 SPOOLSS_PRINTER_CONTROL_UNPAUSE
= 0,
1150 SPOOLSS_PRINTER_CONTROL_PAUSE
= 1,
1151 SPOOLSS_PRINTER_CONTROL_RESUME
= 2,
1152 SPOOLSS_PRINTER_CONTROL_PURGE
= 3,
1153 SPOOLSS_PRINTER_CONTROL_SET_STATUS
= 4
1154 } spoolss_PrinterControl
;
1157 [string,charset
(UTF16
)] uint16
*servername
;
1158 [string,charset
(UTF16
)] uint16
*printername
;
1163 uint32 global_counter
;
1166 spoolss_Build free_build
;
1168 uint32 max_spooling
;
1169 uint32 session_counter
;
1170 uint32 num_error_out_of_paper
;
1171 uint32 num_error_not_ready
;
1172 spoolss_JobStatus job_error
;
1173 uint32 number_of_processors
;
1174 spoolss_ProcessorType processor_type
;
1175 uint32 high_part_total_bytes
;
1178 spoolss_PrinterStatus status
;
1179 uint32 enumerate_network_printers
;
1180 uint32 c_setprinter
;
1181 spoolss_ProcessorArchitecture processor_architecture
;
1182 uint16 processor_level
;
1186 } spoolss_SetPrinterInfo0
;
1189 spoolss_PrinterAttributes flags
;
1190 [string,charset
(UTF16
)] uint16
*description
;
1191 [string,charset
(UTF16
)] uint16
*name
;
1192 [string,charset
(UTF16
)] uint16
*comment
;
1193 } spoolss_SetPrinterInfo1
;
1196 [string,charset
(UTF16
)] uint16
*servername
;
1197 [string,charset
(UTF16
)] uint16
*printername
;
1198 [string,charset
(UTF16
)] uint16
*sharename
;
1199 [string,charset
(UTF16
)] uint16
*portname
;
1200 [string,charset
(UTF16
)] uint16
*drivername
;
1201 [string,charset
(UTF16
)] uint16
*comment
;
1202 [string,charset
(UTF16
)] uint16
*location
;
1203 uint32
*devmode_ptr
;
1204 [string,charset
(UTF16
)] uint16
*sepfile
;
1205 [string,charset
(UTF16
)] uint16
*printprocessor
;
1206 [string,charset
(UTF16
)] uint16
*datatype
;
1207 [string,charset
(UTF16
)] uint16
*parameters
;
1208 uint32
*secdesc_ptr
;
1209 spoolss_PrinterAttributes attributes
;
1210 [range(0,99)] uint32 priority
;
1211 uint32 defaultpriority
;
1214 spoolss_PrinterStatus status
;
1217 } spoolss_SetPrinterInfo2
;
1220 uint32
*sec_desc_ptr
;
1221 } spoolss_SetPrinterInfo3
;
1224 [string,charset
(UTF16
)] uint16
*printername
;
1225 [string,charset
(UTF16
)] uint16
*servername
;
1226 spoolss_PrinterAttributes attributes
;
1227 } spoolss_SetPrinterInfo4
;
1230 [string,charset
(UTF16
)] uint16
*printername
;
1231 [string,charset
(UTF16
)] uint16
*portname
;
1232 spoolss_PrinterAttributes attributes
;
1233 uint32 device_not_selected_timeout
;
1234 uint32 transmission_retry_timeout
;
1235 } spoolss_SetPrinterInfo5
;
1238 spoolss_PrinterStatus status
;
1239 } spoolss_SetPrinterInfo6
;
1242 [string,charset
(UTF16
)] uint16
*guid
; /* text form of printer guid */
1243 spoolss_DsPrintAction action
;
1244 } spoolss_SetPrinterInfo7
;
1247 uint32
*devmode_ptr
;
1248 } spoolss_SetPrinterInfo8
;
1251 uint32
*devmode_ptr
;
1252 } spoolss_SetPrinterInfo9
;
1254 typedef [ms_union,switch_type(uint32
)] union {
1255 [case(0)] spoolss_SetPrinterInfo0
*info0
;
1256 [case(1)] spoolss_SetPrinterInfo1
*info1
;
1257 [case(2)] spoolss_SetPrinterInfo2
*info2
;
1258 [case(3)] spoolss_SetPrinterInfo3
*info3
;
1259 [case(4)] spoolss_SetPrinterInfo4
*info4
;
1260 [case(5)] spoolss_SetPrinterInfo5
*info5
;
1261 [case(6)] spoolss_SetPrinterInfo6
*info6
;
1262 [case(7)] spoolss_SetPrinterInfo7
*info7
;
1263 [case(8)] spoolss_SetPrinterInfo8
*info8
;
1264 [case(9)] spoolss_SetPrinterInfo9
*info9
;
1266 } spoolss_SetPrinterInfo
;
1268 typedef [public] struct {
1270 [switch_is(level
)] spoolss_SetPrinterInfo info
;
1271 } spoolss_SetPrinterInfoCtr
;
1273 [public] WERROR spoolss_SetPrinter
(
1274 [in,ref] policy_handle
*handle,
1275 [in,ref] spoolss_SetPrinterInfoCtr
*info_ctr
,
1276 [in,ref] spoolss_DevmodeContainer
*devmode_ctr
,
1277 [in,ref] sec_desc_buf
*secdesc_ctr
,
1278 [in] spoolss_PrinterControl command
1281 /******************/
1282 /* Function: 0x08 */
1283 [public] WERROR spoolss_GetPrinter
(
1284 [in,ref] policy_handle
*handle,
1286 [in,unique] DATA_BLOB
*buffer
,
1287 [in] uint32 offered
,
1288 [out,unique,subcontext
(4),subcontext_size
(offered
),switch_is(level
)] spoolss_PrinterInfo
*info
,
1289 [out,ref] uint32
*needed
1292 /******************/
1293 /* Function: 0x09 */
1295 typedef [public] struct {
1296 [value
((ndr_size_spoolss_StringArray
(r
, ndr
->flags
)-4)/2)] uint32 _ndr_size
;
1297 /*[subcontext(0),subcontext_size(_ndr_size*2)]*/ nstring_array
string;
1298 } spoolss_StringArray
;
1301 [string,charset
(UTF16
)] uint16
*driver_name
;
1302 } spoolss_AddDriverInfo1
;
1304 typedef [v1_enum,public] enum {
1305 SPOOLSS_DRIVER_VERSION_9X
= 0,
1306 SPOOLSS_DRIVER_VERSION_NT35
= 1,
1307 SPOOLSS_DRIVER_VERSION_NT4
= 2,
1308 SPOOLSS_DRIVER_VERSION_200X
= 3,
1309 SPOOLSS_DRIVER_VERSION_2012
= 4
1310 } spoolss_DriverOSVersion
;
1313 spoolss_DriverOSVersion
version;
1314 [string,charset
(UTF16
)] uint16
*driver_name
;
1315 [string,charset
(UTF16
)] uint16
*architecture
;
1316 [string,charset
(UTF16
)] uint16
*driver_path
;
1317 [string,charset
(UTF16
)] uint16
*data_file
;
1318 [string,charset
(UTF16
)] uint16
*config_file
;
1319 } spoolss_AddDriverInfo2
;
1322 spoolss_DriverOSVersion
version;
1323 [string,charset
(UTF16
)] uint16
*driver_name
;
1324 [string,charset
(UTF16
)] uint16
*architecture
;
1325 [string,charset
(UTF16
)] uint16
*driver_path
;
1326 [string,charset
(UTF16
)] uint16
*data_file
;
1327 [string,charset
(UTF16
)] uint16
*config_file
;
1328 [string,charset
(UTF16
)] uint16
*help_file
;
1329 [string,charset
(UTF16
)] uint16
*monitor_name
;
1330 [string,charset
(UTF16
)] uint16
*default_datatype
;
1331 [value
(((ndr_size_spoolss_StringArray
(dependent_files
, ndr
->flags
)-4)/2))] uint32 _ndr_size_dependent_files
;
1332 spoolss_StringArray
*dependent_files
;
1333 } spoolss_AddDriverInfo3
;
1336 spoolss_DriverOSVersion
version;
1337 [string,charset
(UTF16
)] uint16
*driver_name
;
1338 [string,charset
(UTF16
)] uint16
*architecture
;
1339 [string,charset
(UTF16
)] uint16
*driver_path
;
1340 [string,charset
(UTF16
)] uint16
*data_file
;
1341 [string,charset
(UTF16
)] uint16
*config_file
;
1342 [string,charset
(UTF16
)] uint16
*help_file
;
1343 [string,charset
(UTF16
)] uint16
*monitor_name
;
1344 [string,charset
(UTF16
)] uint16
*default_datatype
;
1345 [value
(((ndr_size_spoolss_StringArray
(dependent_files
, ndr
->flags
)-4)/2))] uint32 _ndr_size_dependent_files
;
1346 spoolss_StringArray
*dependent_files
;
1347 [value
(((ndr_size_spoolss_StringArray
(previous_names
, ndr
->flags
)-4)/2))] uint32 _ndr_size_previous_names
;
1348 spoolss_StringArray
*previous_names
;
1349 } spoolss_AddDriverInfo4
;
1351 typedef [bitmap32bit
] bitmap
{
1352 PRINTER_DRIVER_PACKAGE_AWARE
= 0x00000001,
1353 PRINTER_DRIVER_XPS
= 0x00000002,
1354 PRINTER_DRIVER_SANDBOX_ENABLED
= 0x00000004,
1355 PRINTER_DRIVER_CLASS
= 0x00000008,
1356 PRINTER_DRIVER_DERIVED
= 0x00000010,
1357 PRINTER_DRIVER_NOT_SHAREABLE
= 0x00000020,
1358 PRINTER_DRIVER_CATEGORY_FAX
= 0x00000040,
1359 PRINTER_DRIVER_CATEGORY_FILE
= 0x00000080,
1360 PRINTER_DRIVER_CATEGORY_VIRTUAL
= 0x00000100,
1361 PRINTER_DRIVER_CATEGORY_SERVICE
= 0x00000200,
1362 PRINTER_DRIVER_SOFT_RESET_REQUIRED
= 0x00000400
1363 } spoolss_DriverAttributes
;
1366 spoolss_DriverOSVersion
version;
1367 [string,charset
(UTF16
)] uint16
*driver_name
;
1368 [string,charset
(UTF16
)] uint16
*architecture
;
1369 [string,charset
(UTF16
)] uint16
*driver_path
;
1370 [string,charset
(UTF16
)] uint16
*data_file
;
1371 [string,charset
(UTF16
)] uint16
*config_file
;
1372 spoolss_DriverAttributes driver_attributes
;
1373 uint32 config_version
;
1374 uint32 driver_version
;
1375 } spoolss_AddDriverInfo5
;
1378 spoolss_DriverOSVersion
version;
1379 [string,charset
(UTF16
)] uint16
*driver_name
;
1380 [string,charset
(UTF16
)] uint16
*architecture
;
1381 [string,charset
(UTF16
)] uint16
*driver_path
;
1382 [string,charset
(UTF16
)] uint16
*data_file
;
1383 [string,charset
(UTF16
)] uint16
*config_file
;
1384 [string,charset
(UTF16
)] uint16
*help_file
;
1385 [string,charset
(UTF16
)] uint16
*monitor_name
;
1386 [string,charset
(UTF16
)] uint16
*default_datatype
;
1387 [value
(((ndr_size_spoolss_StringArray
(dependent_files
, ndr
->flags
)-4)/2))] uint32 _ndr_size_dependent_files
;
1388 spoolss_StringArray
*dependent_files
;
1389 [value
(((ndr_size_spoolss_StringArray
(previous_names
, ndr
->flags
)-4)/2))] uint32 _ndr_size_previous_names
;
1390 spoolss_StringArray
*previous_names
;
1392 hyper driver_version
;
1393 [string,charset
(UTF16
)] uint16
*manufacturer_name
;
1394 [string,charset
(UTF16
)] uint16
*manufacturer_url
;
1395 [string,charset
(UTF16
)] uint16
*hardware_id
;
1396 [string,charset
(UTF16
)] uint16
*provider
;
1397 } spoolss_AddDriverInfo6
;
1400 spoolss_DriverOSVersion
version;
1401 [string,charset
(UTF16
)] uint16
*driver_name
;
1402 [string,charset
(UTF16
)] uint16
*architecture
;
1403 [string,charset
(UTF16
)] uint16
*driver_path
;
1404 [string,charset
(UTF16
)] uint16
*data_file
;
1405 [string,charset
(UTF16
)] uint16
*config_file
;
1406 [string,charset
(UTF16
)] uint16
*help_file
;
1407 [string,charset
(UTF16
)] uint16
*monitor_name
;
1408 [string,charset
(UTF16
)] uint16
*default_datatype
;
1409 [value
(((ndr_size_spoolss_StringArray
(dependent_files
, ndr
->flags
)-4)/2))] uint32 _ndr_size_dependent_files
;
1410 spoolss_StringArray
*dependent_files
;
1411 [value
(((ndr_size_spoolss_StringArray
(previous_names
, ndr
->flags
)-4)/2))] uint32 _ndr_size_previous_names
;
1412 spoolss_StringArray
*previous_names
;
1414 hyper driver_version
;
1415 [string,charset
(UTF16
)] uint16
*manufacturer_name
;
1416 [string,charset
(UTF16
)] uint16
*manufacturer_url
;
1417 [string,charset
(UTF16
)] uint16
*hardware_id
;
1418 [string,charset
(UTF16
)] uint16
*provider
;
1419 [string,charset
(UTF16
)] uint16
*print_processor
;
1420 [string,charset
(UTF16
)] uint16
*vendor_setup
;
1421 [value
(((ndr_size_spoolss_StringArray
(color_profiles
, ndr
->flags
)-4)/2))] uint32 _ndr_size_color_profiles
;
1422 spoolss_StringArray
*color_profiles
;
1423 [string,charset
(UTF16
)] uint16
*inf_path
;
1424 spoolss_DriverAttributes printer_driver_attributes
;
1425 [value
(((ndr_size_spoolss_StringArray
(core_driver_dependencies
, ndr
->flags
)-4)/2))] uint32 _ndr_size_core_driver_dependencies
;
1426 spoolss_StringArray
*core_driver_dependencies
;
1427 NTTIME min_inbox_driver_ver_date
;
1428 hyper min_inbox_driver_ver_version
;
1429 } spoolss_AddDriverInfo8
;
1431 typedef [ms_union,switch_type(uint32
)] union {
1432 [case(1)] spoolss_AddDriverInfo1
*info1
;
1433 [case(2)] spoolss_AddDriverInfo2
*info2
;
1434 [case(3)] spoolss_AddDriverInfo3
*info3
;
1435 [case(4)] spoolss_AddDriverInfo4
*info4
;
1436 [case(6)] spoolss_AddDriverInfo6
*info6
;
1437 [case(8)] spoolss_AddDriverInfo8
*info8
;
1438 } spoolss_AddDriverInfo
;
1440 typedef [public] struct {
1442 [switch_is(level
)] spoolss_AddDriverInfo info
;
1443 } spoolss_AddDriverInfoCtr
;
1445 WERROR spoolss_AddPrinterDriver
(
1446 [in,unique] [string,charset
(UTF16
)] uint16
*servername
,
1447 [in,ref] spoolss_AddDriverInfoCtr
*info_ctr
1450 typedef [public,gensize
] struct {
1451 [relative
] nstring
*driver_name
;
1452 } spoolss_DriverInfo1
;
1454 typedef [public,gensize
] struct {
1455 spoolss_DriverOSVersion
version;
1456 [relative
] nstring
*driver_name
;
1457 [relative
] nstring
*architecture
;
1458 [relative
] nstring
*driver_path
;
1459 [relative
] nstring
*data_file
;
1460 [relative
] nstring
*config_file
;
1461 } spoolss_DriverInfo2
;
1463 typedef [public,gensize
] struct {
1464 spoolss_DriverOSVersion
version;
1465 [relative
] nstring
*driver_name
;
1466 [relative
] nstring
*architecture
;
1467 [relative
] nstring
*driver_path
;
1468 [relative
] nstring
*data_file
;
1469 [relative
] nstring
*config_file
;
1470 [relative
] nstring
*help_file
;
1471 [relative
] nstring_array
*dependent_files
;
1472 [relative
] nstring
*monitor_name
;
1473 [relative
] nstring
*default_datatype
;
1474 } spoolss_DriverInfo3
;
1476 typedef [public,gensize
] struct {
1477 spoolss_DriverOSVersion
version;
1478 [relative
] nstring
*driver_name
;
1479 [relative
] nstring
*architecture
;
1480 [relative
] nstring
*driver_path
;
1481 [relative
] nstring
*data_file
;
1482 [relative
] nstring
*config_file
;
1483 [relative
] nstring
*help_file
;
1484 [relative
] nstring_array
*dependent_files
;
1485 [relative
] nstring
*monitor_name
;
1486 [relative
] nstring
*default_datatype
;
1487 [relative
] nstring_array
*previous_names
;
1488 } spoolss_DriverInfo4
;
1490 typedef [public,gensize
] struct {
1491 spoolss_DriverOSVersion
version;
1492 [relative
] nstring
*driver_name
;
1493 [relative
] nstring
*architecture
;
1494 [relative
] nstring
*driver_path
;
1495 [relative
] nstring
*data_file
;
1496 [relative
] nstring
*config_file
;
1497 spoolss_DriverAttributes driver_attributes
;
1498 uint32 config_version
;
1499 uint32 driver_version
;
1500 } spoolss_DriverInfo5
;
1502 typedef [public,gensize
] struct {
1503 spoolss_DriverOSVersion
version;
1504 [relative
] nstring
*driver_name
;
1505 [relative
] nstring
*architecture
;
1506 [relative
] nstring
*driver_path
;
1507 [relative
] nstring
*data_file
;
1508 [relative
] nstring
*config_file
;
1509 [relative
] nstring
*help_file
;
1510 [relative
] nstring_array
*dependent_files
;
1511 [relative
] nstring
*monitor_name
;
1512 [relative
] nstring
*default_datatype
;
1513 [relative
] nstring_array
*previous_names
;
1515 hyper driver_version
;
1516 [relative
] nstring
*manufacturer_name
;
1517 [relative
] nstring
*manufacturer_url
;
1518 [relative
] nstring
*hardware_id
;
1519 [relative
] nstring
*provider
;
1520 } spoolss_DriverInfo6
;
1522 typedef [public,gensize
] struct {
1524 spoolss_DriverOSVersion
version;
1525 [relative
] nstring
*driver_name
;
1526 [relative
] nstring
*inf_name
;
1527 [relative
] nstring
*install_source_root
;
1528 } spoolss_DriverInfo7
;
1530 typedef [public,gensize
] struct {
1531 spoolss_DriverOSVersion
version;
1532 [relative
] nstring
*driver_name
;
1533 [relative
] nstring
*architecture
;
1534 [relative
] nstring
*driver_path
;
1535 [relative
] nstring
*data_file
;
1536 [relative
] nstring
*config_file
;
1537 [relative
] nstring
*help_file
;
1538 [relative
] nstring_array
*dependent_files
;
1539 [relative
] nstring
*monitor_name
;
1540 [relative
] nstring
*default_datatype
;
1541 [relative
] nstring_array
*previous_names
;
1543 hyper driver_version
;
1544 [relative
] nstring
*manufacturer_name
;
1545 [relative
] nstring
*manufacturer_url
;
1546 [relative
] nstring
*hardware_id
;
1547 [relative
] nstring
*provider
;
1548 [relative
] nstring
*print_processor
;
1549 [relative
] nstring
*vendor_setup
;
1550 [relative
] nstring_array
*color_profiles
;
1551 [relative
] nstring
*inf_path
;
1552 spoolss_DriverAttributes printer_driver_attributes
;
1553 [relative
] nstring_array
*core_driver_dependencies
;
1554 NTTIME min_inbox_driver_ver_date
;
1555 hyper min_inbox_driver_ver_version
;
1556 } spoolss_DriverInfo8
;
1558 typedef [v1_enum] enum {
1559 SPOOLSS_DRIVER_FILE_TYPE_RENDERING
= 0x00000000,
1560 SPOOLSS_DRIVER_FILE_TYPE_CONFIGURATION
= 0x00000001,
1561 SPOOLSS_DRIVER_FILE_TYPE_DATA
= 0x00000002,
1562 SPOOLSS_DRIVER_FILE_TYPE_HELP
= 0x00000003,
1563 SPOOLSS_DRIVER_FILE_TYPE_OTHER
= 0x00000004
1564 } spoolss_DriverFileType
;
1566 typedef [public] struct {
1567 [relative
] nstring
*file_name
;
1568 spoolss_DriverFileType file_type
;
1569 uint32 file_version
;
1570 } spoolss_DriverFileInfo
;
1572 typedef [public,gensize
,nopush
,nopull
] struct {
1573 spoolss_DriverOSVersion
version;
1574 [relative
] nstring
*driver_name
;
1575 [relative
] nstring
*architecture
;
1576 [relative
,size_is(file_count
),flag
(NDR_ALIGN4
)] spoolss_DriverFileInfo
*file_info
;
1578 [relative
] nstring
*monitor_name
;
1579 [relative
] nstring
*default_datatype
;
1580 [relative
] nstring_array
*previous_names
;
1582 hyper driver_version
;
1583 [relative
] nstring
*manufacturer_name
;
1584 [relative
] nstring
*manufacturer_url
;
1585 [relative
] nstring
*hardware_id
;
1586 [relative
] nstring
*provider
;
1587 } spoolss_DriverInfo101
;
1589 typedef [nodiscriminant
,relative_base
,public,gensize
,flag
(NDR_RELATIVE_REVERSE
)] union {
1590 [case(1)] spoolss_DriverInfo1 info1
;
1591 [case(2)] spoolss_DriverInfo2 info2
;
1592 [case(3)] spoolss_DriverInfo3 info3
;
1593 [case(4)] spoolss_DriverInfo4 info4
;
1594 [case(5)] spoolss_DriverInfo5 info5
;
1595 [case(6)] spoolss_DriverInfo6 info6
;
1596 [case(7)] spoolss_DriverInfo7 info7
;
1597 [case(8)] spoolss_DriverInfo8 info8
;
1598 [case(101)] spoolss_DriverInfo101 info101
;
1600 } spoolss_DriverInfo
;
1602 /******************/
1603 /* Function: 0x0a */
1604 [public,noopnum
,noprint
] WERROR _spoolss_EnumPrinterDrivers
(
1605 [in,unique] [string,charset
(UTF16
)] uint16
*server
,
1606 [in,unique] [string,charset
(UTF16
)] uint16
*environment
,
1608 [in,unique] DATA_BLOB
*buffer
,
1609 [in] uint32 offered
,
1610 [out,unique] DATA_BLOB
*info
,
1611 [out,ref] uint32
*needed
,
1612 [out,ref] uint32
*count
1614 [public,noopnum
,noprint
] void __spoolss_EnumPrinterDrivers
(
1617 [out,switch_is(level
)] spoolss_DriverInfo info
[count
]
1619 [nopull
,nopush
] WERROR spoolss_EnumPrinterDrivers
(
1620 [in,unique] [string,charset
(UTF16
)] uint16
*server
,
1621 [in,unique] [string,charset
(UTF16
)] uint16
*environment
,
1623 [in,unique] DATA_BLOB
*buffer
,
1624 [in] uint32 offered
,
1625 [out,ref] uint32
*count
,
1626 [out,ref,switch_is(level
),size_is(,*count
)] spoolss_DriverInfo
**info
,
1627 [out,ref] uint32
*needed
1630 /******************/
1631 /* Function: 0x0b */
1632 WERROR spoolss_GetPrinterDriver
(
1633 [in,ref] policy_handle
*handle,
1634 [in,unique] [string,charset
(UTF16
)] uint16
*architecture
,
1636 [in,unique] DATA_BLOB
*buffer
,
1637 [in] uint32 offered
,
1638 [out,unique,subcontext
(4),subcontext_size
(offered
),switch_is(level
)] spoolss_DriverInfo
*info
,
1639 [out,ref] uint32
*needed
1642 /******************/
1643 /* Function: 0x0c */
1644 typedef [public,gensize
] struct {
1645 nstring directory_name
;
1646 } spoolss_DriverDirectoryInfo1
;
1648 /* NOTE: it's seems that w2k3 completly ignores the level
1651 typedef [nodiscriminant
,relative_base
,public,gensize
,flag
(NDR_RELATIVE_REVERSE
)] union {
1652 [case(1)] spoolss_DriverDirectoryInfo1 info1
;
1653 [default] spoolss_DriverDirectoryInfo1 info1
;
1654 } spoolss_DriverDirectoryInfo
;
1656 [public] WERROR spoolss_GetPrinterDriverDirectory
(
1657 [in,unique] [string,charset
(UTF16
)] uint16
*server
,
1658 [in,unique] [string,charset
(UTF16
)] uint16
*environment
,
1660 [in,unique] DATA_BLOB
*buffer
,
1661 [in] uint32 offered
,
1662 [out,unique,subcontext
(4),subcontext_size
(offered
),switch_is(level
)] spoolss_DriverDirectoryInfo
*info
,
1663 [out,ref] uint32
*needed
1666 /******************/
1667 /* Function: 0x0d */
1668 WERROR spoolss_DeletePrinterDriver
(
1669 [in,unique] [string,charset
(UTF16
)] uint16
*server
,
1670 [in] [string,charset
(UTF16
)] uint16 architecture
[],
1671 [in] [string,charset
(UTF16
)] uint16 driver
[]
1674 /******************/
1675 /* Function: 0x0e */
1676 WERROR spoolss_AddPrintProcessor
(
1677 [in,unique] [string,charset
(UTF16
)] uint16
*server
,
1678 [in] [string,charset
(UTF16
)] uint16 architecture
[],
1679 [in] [string,charset
(UTF16
)] uint16 path_name
[],
1680 [in] [string,charset
(UTF16
)] uint16 print_processor_name
[]
1683 /******************/
1684 /* Function: 0x0f */
1685 typedef [public,gensize
] struct {
1686 [relative
] nstring
*print_processor_name
;
1687 } spoolss_PrintProcessorInfo1
;
1689 typedef [nodiscriminant
,relative_base
,public,flag
(NDR_RELATIVE_REVERSE
)] union {
1690 [case(1)] spoolss_PrintProcessorInfo1 info1
;
1692 } spoolss_PrintProcessorInfo
;
1694 [public,noopnum
,noprint
] WERROR _spoolss_EnumPrintProcessors
(
1695 [in,unique] [string,charset
(UTF16
)] uint16
*servername
,
1696 [in,unique] [string,charset
(UTF16
)] uint16
*environment
,
1698 [in,unique] DATA_BLOB
*buffer
,
1699 [in] uint32 offered
,
1700 [out,unique] DATA_BLOB
*info
,
1701 [out,ref] uint32
*needed
,
1702 [out,ref] uint32
*count
1704 [public,noopnum
,noprint
] void __spoolss_EnumPrintProcessors
(
1707 [out,switch_is(level
)] spoolss_PrintProcessorInfo info
[count
]
1709 [nopull
,nopush
] WERROR spoolss_EnumPrintProcessors
(
1710 [in,unique] [string,charset
(UTF16
)] uint16
*servername
,
1711 [in,unique] [string,charset
(UTF16
)] uint16
*environment
,
1713 [in,unique] DATA_BLOB
*buffer
,
1714 [in] uint32 offered
,
1715 [out,ref] uint32
*count
,
1716 [out,ref,switch_is(level
),size_is(,*count
)] spoolss_PrintProcessorInfo
**info
,
1717 [out,ref] uint32
*needed
1720 /******************/
1721 /* Function: 0x10 */
1722 typedef [public,gensize
] struct {
1723 nstring directory_name
;
1724 } spoolss_PrintProcessorDirectoryInfo1
;
1726 typedef [nodiscriminant
,relative_base
,public,gensize
,flag
(NDR_RELATIVE_REVERSE
)] union {
1727 [case(1)] spoolss_PrintProcessorDirectoryInfo1 info1
;
1728 [default] spoolss_PrintProcessorDirectoryInfo1 info1
;
1729 } spoolss_PrintProcessorDirectoryInfo
;
1731 WERROR spoolss_GetPrintProcessorDirectory
(
1732 [in,unique] [string,charset
(UTF16
)] uint16
*server
,
1733 [in,unique] [string,charset
(UTF16
)] uint16
*environment
,
1735 [in,unique] DATA_BLOB
*buffer
,
1736 [in] uint32 offered
,
1737 [out,unique,subcontext
(4),subcontext_size
(offered
),switch_is(level
)] spoolss_PrintProcessorDirectoryInfo
*info
,
1738 [out,ref] uint32
*needed
1741 /******************/
1742 /* Function: 0x11 */
1744 [string,charset
(UTF16
)] uint16
*document_name
;
1745 [string,charset
(UTF16
)] uint16
*output_file
;
1746 [string,charset
(UTF16
)] uint16
*datatype
;
1747 } spoolss_DocumentInfo1
;
1749 typedef [ms_union,switch_type(uint32
)] union {
1750 [case(1)] spoolss_DocumentInfo1
*info1
;
1751 [case(2)]; /* TODO */
1752 [case(3)]; /* TODO */
1754 } spoolss_DocumentInfo
;
1756 typedef [public] struct {
1758 [switch_is(level
)] spoolss_DocumentInfo info
;
1759 } spoolss_DocumentInfoCtr
;
1761 WERROR spoolss_StartDocPrinter
(
1762 [in,ref] policy_handle
*handle,
1763 [in,ref] spoolss_DocumentInfoCtr
*info_ctr
,
1764 [out,ref] uint32
*job_id
1767 /******************/
1768 /* Function: 0x12 */
1769 WERROR spoolss_StartPagePrinter
(
1770 [in,ref] policy_handle
*handle
1773 /******************/
1774 /* Function: 0x13 */
1775 WERROR spoolss_WritePrinter
(
1776 [in,ref] policy_handle
*handle,
1777 [in] DATA_BLOB data
,
1778 [in,value
(r
->in.data.length
)] uint32 _data_size
,
1779 [out,ref] uint32
*num_written
1782 /******************/
1783 /* Function: 0x14 */
1784 WERROR spoolss_EndPagePrinter
(
1785 [in,ref] policy_handle
*handle
1788 /******************/
1789 /* Function: 0x15 */
1790 WERROR spoolss_AbortPrinter
(
1791 [in,ref] policy_handle
*handle
1794 /******************/
1795 /* Function: 0x16 */
1796 WERROR spoolss_ReadPrinter
(
1797 [in,ref] policy_handle
*handle,
1798 [out,ref] [size_is(data_size
)] uint8
*data
,
1799 [in] uint32 data_size
,
1800 [out,ref] uint32
*_data_size
1803 /******************/
1804 /* Function: 0x17 */
1805 WERROR spoolss_EndDocPrinter
(
1806 [in,ref] policy_handle
*handle
1809 /******************/
1810 /* Function: 0x18 */
1811 WERROR spoolss_AddJob
(
1812 [in,ref] policy_handle
*handle,
1814 [in,out,unique] [size_is(offered
)] uint8
*buffer
,
1815 [in] uint32 offered
,
1816 [out,ref] uint32
*needed
1819 /******************/
1820 /* Function: 0x19 */
1821 WERROR spoolss_ScheduleJob
(
1822 [in,ref] policy_handle
*handle,
1826 /******************/
1827 /* Function: 0x1a */
1829 const string SPL_ARCH_WIN40
= "WIN40";
1830 const string SPL_ARCH_W32X86
= "W32X86";
1831 const string SPL_ARCH_W32MIPS
= "W32MIPS";
1832 const string SPL_ARCH_W32ALPHA
= "W32ALPHA";
1833 const string SPL_ARCH_W32PPC
= "W32PPC";
1834 const string SPL_ARCH_IA64
= "IA64";
1835 const string SPL_ARCH_X64
= "x64";
1836 const string SPL_ARCH_ARM
= "ARM";
1838 const string SPOOLSS_ARCHITECTURE_ALL
= "All";
1839 const string SPOOLSS_ARCHITECTURE_ALL_CLUSTER
= "AllCluster";
1840 const string SPOOLSS_ARCHITECTURE_NT_X86
= "Windows NT x86";
1841 const string SPOOLSS_ARCHITECTURE_IA_64
= "Windows IA64";
1842 const string SPOOLSS_ARCHITECTURE_x64
= "Windows x64";
1843 const string SPOOLSS_ARCHITECTURE_4_0
= "Windows 4.0";
1844 const string SPOOLSS_ARCHITECTURE_ARM
= "Windows ARM";
1845 const string SPOOLSS_DEFAULT_SERVER_PATH
= "C:\\WINDOWS\\system32\\spool";
1847 typedef [public,gensize
] struct {
1848 [value
(ndr_size_spoolss_OSVersion
(r
,ndr
->flags
))] uint32 _ndr_size
;
1852 [value
(2)] uint32 platform_id
;
1853 [subcontext
(0),subcontext_size
(256)] nstring extra_string
;
1854 } spoolss_OSVersion
;
1856 typedef [public,gensize
] struct {
1857 [value
(ndr_size_spoolss_OSVersionEx
(r
,ndr
->flags
))] uint32 _ndr_size
;
1861 [value
(2)] uint32 platform_id
;
1862 [subcontext
(0),subcontext_size
(256)] nstring extra_string
;
1863 uint16 service_pack_major
;
1864 uint16 service_pack_minor
;
1868 } spoolss_OSVersionEx
;
1870 typedef [nodiscriminant
,public] union {
1872 [case(REG_SZ
)] nstring
string;
1873 [case(REG_BINARY
),flag
(NDR_REMAINING
)] DATA_BLOB binary
;
1874 [case(REG_DWORD
)] uint32 value
;
1875 [case(REG_MULTI_SZ
)] nstring_array string_array
;
1876 [default,flag
(NDR_REMAINING
)] DATA_BLOB data
;
1877 } spoolss_PrinterData
;
1879 /* predefined registry key names for printer data */
1881 const string SPOOL_PRINTERDATA_KEY
= "PrinterDriverData";
1882 const string SPOOL_DSSPOOLER_KEY
= "DsSpooler";
1883 const string SPOOL_DSDRIVER_KEY
= "DsDriver";
1884 const string SPOOL_DSUSER_KEY
= "DsUser";
1885 const string SPOOL_PNPDATA_KEY
= "PnPData";
1886 const string SPOOL_OID_KEY
= "OID";
1888 /* predefined value names for printer data */
1890 const string SPOOL_REG_ASSETNUMBER
= "assetNumber";
1891 const string SPOOL_REG_BYTESPERMINUTE
= "bytesPerMinute";
1892 const string SPOOL_REG_DEFAULTPRIORITY
= "defaultPriority";
1893 const string SPOOL_REG_DESCRIPTION
= "description";
1894 const string SPOOL_REG_DRIVERNAME
= "driverName";
1895 const string SPOOL_REG_DRIVERVERSION
= "driverVersion";
1896 const string SPOOL_REG_FLAGS
= "flags";
1897 const string SPOOL_REG_LOCATION
= "location";
1898 const string SPOOL_REG_OPERATINGSYSTEM
= "operatingSystem";
1899 const string SPOOL_REG_OPERATINGSYSTEMHOTFIX
= "operatingSystemHotfix";
1900 const string SPOOL_REG_OPERATINGSYSTEMSERVICEPACK
= "operatingSystemServicePack";
1901 const string SPOOL_REG_OPERATINGSYSTEMVERSION
= "operatingSystemVersion";
1902 const string SPOOL_REG_PORTNAME
= "portName";
1903 const string SPOOL_REG_PRINTATTRIBUTES
= "printAttributes";
1904 const string SPOOL_REG_PRINTBINNAMES
= "printBinNames";
1905 const string SPOOL_REG_PRINTCOLLATE
= "printCollate";
1906 const string SPOOL_REG_PRINTCOLOR
= "printColor";
1907 const string SPOOL_REG_PRINTDUPLEXSUPPORTED
= "printDuplexSupported";
1908 const string SPOOL_REG_PRINTENDTIME
= "printEndTime";
1909 const string SPOOL_REG_PRINTERNAME
= "printerName";
1910 const string SPOOL_REG_PRINTFORMNAME
= "printFormName";
1911 const string SPOOL_REG_PRINTKEEPPRINTEDJOBS
= "printKeepPrintedJobs";
1912 const string SPOOL_REG_PRINTLANGUAGE
= "printLanguage";
1913 const string SPOOL_REG_PRINTMACADDRESS
= "printMACAddress";
1914 const string SPOOL_REG_PRINTMAXCOPIES
= "printMaxCopies";
1915 const string SPOOL_REG_PRINTMAXRESOLUTIONSUPPORTED
= "printMaxResolutionSupported";
1916 const string SPOOL_REG_PRINTMAXXEXTENT
= "printMaxXExtent";
1917 const string SPOOL_REG_PRINTMAXYEXTENT
= "printMaxYExtent";
1918 const string SPOOL_REG_PRINTMEDIAREADY
= "printMediaReady";
1919 const string SPOOL_REG_PRINTMEDIASUPPORTED
= "printMediaSupported";
1920 const string SPOOL_REG_PRINTMEMORY
= "printMemory";
1921 const string SPOOL_REG_PRINTMINXEXTENT
= "printMinXExtent";
1922 const string SPOOL_REG_PRINTMINYEXTENT
= "printMinYExtent";
1923 const string SPOOL_REG_PRINTNETWORKADDRESS
= "printNetworkAddress";
1924 const string SPOOL_REG_PRINTNOTIFY
= "printNotify";
1925 const string SPOOL_REG_PRINTNUMBERUP
= "printNumberUp";
1926 const string SPOOL_REG_PRINTORIENTATIONSSUPPORTED
= "printOrientationsSupported";
1927 const string SPOOL_REG_PRINTOWNER
= "printOwner";
1928 const string SPOOL_REG_PRINTPAGESPERMINUTE
= "printPagesPerMinute";
1929 const string SPOOL_REG_PRINTRATE
= "printRate";
1930 const string SPOOL_REG_PRINTRATEUNIT
= "printRateUnit";
1931 const string SPOOL_REG_PRINTSEPARATORFILE
= "printSeparatorFile";
1932 const string SPOOL_REG_PRINTSHARENAME
= "printShareName";
1933 const string SPOOL_REG_PRINTSPOOLING
= "printSpooling";
1934 const string SPOOL_REGVAL_PRINTWHILESPOOLING
= "PrintWhileSpooling";
1935 const string SPOOL_REGVAL_PRINTAFTERSPOOLED
= "PrintAfterSpooled";
1936 const string SPOOL_REGVAL_PRINTDIRECT
= "PrintDirect";
1937 const string SPOOL_REG_PRINTSTAPLINGSUPPORTED
= "printStaplingSupported";
1938 const string SPOOL_REG_PRINTSTARTTIME
= "printStartTime";
1939 const string SPOOL_REG_PRINTSTATUS
= "printStatus";
1940 const string SPOOL_REG_PRIORITY
= "priority";
1941 const string SPOOL_REG_SERVERNAME
= "serverName";
1942 const string SPOOL_REG_SHORTSERVERNAME
= "shortServerName";
1943 const string SPOOL_REG_UNCNAME
= "uNCName";
1944 const string SPOOL_REG_URL
= "url";
1945 const string SPOOL_REG_VERSIONNUMBER
= "versionNumber";
1947 [public] WERROR spoolss_GetPrinterData
(
1948 [in,ref] policy_handle
*handle,
1949 [in] [string,charset
(UTF16
)] uint16 value_name
[],
1950 [out,ref] winreg_Type
*type
,
1951 [out,ref,size_is(offered
)] uint8
*data
,
1952 [in] uint32 offered
,
1953 [out,ref] uint32
*needed
1956 /******************/
1957 /* Function: 0x1b */
1958 WERROR spoolss_SetPrinterData
(
1959 [in,ref] policy_handle
*handle,
1960 [in] [string,charset
(UTF16
)] uint16 value_name
[],
1961 [in] winreg_Type type
,
1962 [in,ref] [size_is(offered
)] uint8
*data
,
1966 /******************/
1967 /* Function: 0x1c */
1968 [todo
] WERROR spoolss_WaitForPrinterChange
(
1971 /******************/
1972 /* Function: 0x1d */
1973 [public] WERROR spoolss_ClosePrinter
(
1974 [in,out,ref] policy_handle
*handle
1977 /******************/
1978 /* Function: 0x1e */
1979 typedef [v1_enum] enum {
1980 SPOOLSS_FORM_USER
= 0,
1981 SPOOLSS_FORM_BUILTIN
= 1,
1982 SPOOLSS_FORM_PRINTER
= 2
1983 } spoolss_FormFlags
;
1997 typedef [public,gensize
] struct {
1998 spoolss_FormFlags flags
;
1999 [relative
] nstring
*form_name
;
2000 spoolss_FormSize size
;
2001 spoolss_FormArea area
;
2002 } spoolss_FormInfo1
;
2004 typedef [bitmap32bit
] bitmap
{
2005 SPOOLSS_FORM_STRING_TYPE_NONE
= 0x00000001,
2006 SPOOLSS_FORM_STRING_TYPE_MUI_DLL
= 0x00000002,
2007 SPOOLSS_FORM_STRING_TYPE_LANG_PAIR
= 0x00000004
2008 } spoolss_FormStringType
;
2010 typedef [public,gensize
] struct {
2011 spoolss_FormFlags flags
;
2012 [relative
] nstring
*form_name
;
2013 spoolss_FormSize size
;
2014 spoolss_FormArea area
;
2015 [relative
] astring
*keyword
;
2016 spoolss_FormStringType string_type
;
2017 [relative
] nstring
*mui_dll
;
2018 uint32 ressource_id
;
2019 [relative
] nstring
*display_name
;
2022 } spoolss_FormInfo2
;
2024 typedef [nodiscriminant
,relative_base
,public,gensize
,flag
(NDR_RELATIVE_REVERSE
)] union {
2025 [case(1)] spoolss_FormInfo1 info1
;
2026 [case(2)] spoolss_FormInfo2 info2
;
2031 spoolss_FormFlags flags
;
2032 [string,charset
(UTF16
)] uint16
*form_name
;
2033 spoolss_FormSize size
;
2034 spoolss_FormArea area
;
2035 } spoolss_AddFormInfo1
;
2038 spoolss_FormFlags flags
;
2039 [string,charset
(UTF16
)] uint16
*form_name
;
2040 spoolss_FormSize size
;
2041 spoolss_FormArea area
;
2042 [string,charset
(DOS
)] uint8
*keyword
;
2043 spoolss_FormStringType string_type
;
2044 [string,charset
(UTF16
)] uint16
*mui_dll
;
2045 uint32 ressource_id
;
2046 [string,charset
(UTF16
)] uint16
*display_name
;
2048 } spoolss_AddFormInfo2
;
2050 typedef [ms_union,switch_type(uint32
)] union {
2051 [case(1)] spoolss_AddFormInfo1
*info1
;
2052 [case(2)] spoolss_AddFormInfo2
*info2
;
2053 } spoolss_AddFormInfo
;
2055 typedef [public] struct {
2057 [switch_is(level
)] spoolss_AddFormInfo info
;
2058 } spoolss_AddFormInfoCtr
;
2060 WERROR spoolss_AddForm
(
2061 [in,ref] policy_handle
*handle,
2062 [in,ref] spoolss_AddFormInfoCtr
*info_ctr
2065 /******************/
2066 /* Function: 0x1f */
2067 WERROR spoolss_DeleteForm
(
2068 [in,ref] policy_handle
*handle,
2069 [in] [string,charset
(UTF16
)] uint16 form_name
[]
2072 /******************/
2073 /* Function: 0x20 */
2074 WERROR spoolss_GetForm
(
2075 [in,ref] policy_handle
*handle,
2076 [in] [string,charset
(UTF16
)] uint16 form_name
[],
2078 [in,unique] DATA_BLOB
*buffer
,
2079 [in] uint32 offered
,
2080 [out,unique,subcontext
(4),subcontext_size
(offered
),switch_is(level
)] spoolss_FormInfo
*info
,
2081 [out,ref] uint32
*needed
2084 /******************/
2085 /* Function: 0x21 */
2086 WERROR spoolss_SetForm
(
2087 [in,ref] policy_handle
*handle,
2088 [in] [string,charset
(UTF16
)] uint16 form_name
[],
2089 [in,ref] spoolss_AddFormInfoCtr
*info_ctr
2092 /******************/
2093 /* Function: 0x22 */
2094 [public,noopnum
,noprint
] WERROR _spoolss_EnumForms
(
2095 [in,ref] policy_handle
*handle,
2097 [in,unique] DATA_BLOB
*buffer
,
2098 [in] uint32 offered
,
2099 [out,unique] DATA_BLOB
*info
,
2100 [out,ref] uint32
*needed
,
2101 [out,ref] uint32
*count
2103 [public,noopnum
,noprint
] void __spoolss_EnumForms
(
2106 [out,switch_is(level
)] spoolss_FormInfo info
[count
]
2108 [nopull
,nopush
] WERROR spoolss_EnumForms
(
2109 [in,ref] policy_handle
*handle,
2111 [in,unique] DATA_BLOB
*buffer
,
2112 [in] uint32 offered
,
2113 [out,ref] uint32
*count
,
2114 [out,ref,switch_is(level
),size_is(,*count
)] spoolss_FormInfo
**info
,
2115 [out,ref] uint32
*needed
2119 * Special strings for the OpenPrinter() call. See the MSDN DDK
2120 * docs on the XcvDataPort() for more details.
2123 const string SPL_LOCAL_PORT
= "Local Port";
2124 const string SPL_TCPIP_PORT
= "Standard TCP/IP Port";
2125 const string SPL_XCV_MONITOR_LOCALMON
= ",XcvMonitor Local Port";
2126 const string SPL_XCV_MONITOR_TCPMON
= ",XcvMonitor Standard TCP/IP Port";
2128 typedef [public,gensize
] struct {
2129 [relative
] nstring
*port_name
;
2130 } spoolss_PortInfo1
;
2133 SPOOLSS_PORT_TYPE_WRITE
= 0x00000001,
2134 SPOOLSS_PORT_TYPE_READ
= 0x00000002,
2135 SPOOLSS_PORT_TYPE_REDIRECTED
= 0x00000004,
2136 SPOOLSS_PORT_TYPE_NET_ATTACHED
= 0x00000008
2139 typedef [public,gensize
] struct {
2140 [relative
] nstring
*port_name
;
2141 [relative
] nstring
*monitor_name
;
2142 [relative
] nstring
*description
;
2143 spoolss_PortType port_type
;
2145 } spoolss_PortInfo2
;
2147 typedef [v1_enum] enum {
2148 PORT_STATUS_CLEAR
= 0x00000000,
2149 PORT_STATUS_OFFLINE
= 0x00000001,
2150 PORT_STATUS_PAPER_JAM
= 0x00000002,
2151 PORT_STATUS_PAPER_OUT
= 0x00000003,
2152 PORT_STATUS_OUTPUT_BIN_FULL
= 0x00000004,
2153 PORT_STATUS_PAPER_PROBLEM
= 0x00000005,
2154 PORT_STATUS_NO_TONER
= 0x00000006,
2155 PORT_STATUS_DOOR_OPEN
= 0x00000007,
2156 PORT_STATUS_USER_INTERVENTION
= 0x00000008,
2157 PORT_STATUS_OUT_OF_MEMORY
= 0x00000009,
2158 PORT_STATUS_TONER_LOW
= 0x0000000A,
2159 PORT_STATUS_WARMING_UP
= 0x0000000B,
2160 PORT_STATUS_POWER_SAVE
= 0x0000000C
2161 } spoolss_PortStatus
;
2163 typedef [v1_enum] enum {
2164 PORT_STATUS_TYPE_ERROR
= 0x00000001,
2165 PORT_STATUS_TYPE_WARNING
= 0x00000002,
2166 PORT_STATUS_TYPE_INFO
= 0x00000003
2167 } spoolss_PortSeverity
;
2169 typedef [public,gensize
] struct {
2170 spoolss_PortStatus status
;
2171 [relative
] nstring
*status_string
;
2172 spoolss_PortSeverity severity
;
2173 } spoolss_PortInfo3
;
2175 typedef [public,gensize
] struct {
2176 [relative
] nstring
*port_name
;
2177 DATA_BLOB monitor_data
; /* relative ?? */
2178 } spoolss_PortInfoFF
;
2180 typedef [nodiscriminant
,relative_base
,public,flag
(NDR_RELATIVE_REVERSE
)] union {
2181 [case(1)] spoolss_PortInfo1 info1
;
2182 [case(2)] spoolss_PortInfo2 info2
;
2183 [case(3)] spoolss_PortInfo3 info3
;
2184 [case(0xff)] spoolss_PortInfoFF infoFF
;
2188 /******************/
2189 /* Function: 0x23 */
2190 [public,noopnum
,noprint
] WERROR _spoolss_EnumPorts
(
2191 [in,unique] [string,charset
(UTF16
)] uint16
*servername
,
2193 [in,unique] DATA_BLOB
*buffer
,
2194 [in] uint32 offered
,
2195 [out,unique] DATA_BLOB
*info
,
2196 [out,ref] uint32
*needed
,
2197 [out,ref] uint32
*count
2199 [public,noopnum
,noprint
] void __spoolss_EnumPorts
(
2202 [out,switch_is(level
)] spoolss_PortInfo info
[count
]
2204 [nopull
,nopush
] WERROR spoolss_EnumPorts
(
2205 [in,unique] [string,charset
(UTF16
)] uint16
*servername
,
2207 [in,unique] DATA_BLOB
*buffer
,
2208 [in] uint32 offered
,
2209 [out,ref] uint32
*count
,
2210 [out,ref,switch_is(level
),size_is(,*count
)] spoolss_PortInfo
**info
,
2211 [out,ref] uint32
*needed
2214 /******************/
2215 /* Function: 0x24 */
2216 typedef [public,gensize
] struct {
2217 [relative
] nstring
*monitor_name
;
2218 } spoolss_MonitorInfo1
;
2220 typedef [public,gensize
] struct {
2221 [relative
] nstring
*monitor_name
;
2222 [relative
] nstring
*environment
;
2223 [relative
] nstring
*dll_name
;
2224 } spoolss_MonitorInfo2
;
2226 typedef [nodiscriminant
,relative_base
,public,flag
(NDR_RELATIVE_REVERSE
)] union {
2227 [case(1)] spoolss_MonitorInfo1 info1
;
2228 [case(2)] spoolss_MonitorInfo2 info2
;
2230 } spoolss_MonitorInfo
;
2232 [public,noopnum
,noprint
] WERROR _spoolss_EnumMonitors
(
2233 [in,unique] [string,charset
(UTF16
)] uint16
*servername
,
2235 [in,unique] DATA_BLOB
*buffer
,
2236 [in] uint32 offered
,
2237 [out,unique] DATA_BLOB
*info
,
2238 [out,ref] uint32
*needed
,
2239 [out,ref] uint32
*count
2241 [public,noopnum
,noprint
] void __spoolss_EnumMonitors
(
2244 [out,switch_is(level
)] spoolss_MonitorInfo info
[count
]
2246 [nopull
,nopush
] WERROR spoolss_EnumMonitors
(
2247 [in,unique] [string,charset
(UTF16
)] uint16
*servername
,
2249 [in,unique] DATA_BLOB
*buffer
,
2250 [in] uint32 offered
,
2251 [out,ref] uint32
*count
,
2252 [out,ref,switch_is(level
),size_is(,*count
)] spoolss_MonitorInfo
**info
,
2253 [out,ref] uint32
*needed
2256 /******************/
2257 /* Function: 0x25 */
2259 typedef [public,gensize
] struct {
2260 [string,charset
(UTF16
)] uint16
*port_name
;
2261 } spoolss_SetPortInfo1
;
2263 typedef [public,gensize
] struct {
2264 [string,charset
(UTF16
)] uint16
*port_name
;
2265 [string,charset
(UTF16
)] uint16
*monitor_name
;
2266 [string,charset
(UTF16
)] uint16
*description
;
2267 spoolss_PortType port_type
;
2269 } spoolss_SetPortInfo2
;
2271 typedef [public,gensize
] struct {
2272 spoolss_PortStatus status
;
2273 [string,charset
(UTF16
)] uint16
*status_string
;
2274 spoolss_PortSeverity severity
;
2275 } spoolss_SetPortInfo3
;
2277 typedef [public,gensize
] struct {
2278 [string,charset
(UTF16
)] uint16
*port_name
;
2279 DATA_BLOB monitor_data
; /* relative ?? */
2280 } spoolss_SetPortInfoFF
;
2282 typedef [ms_union,switch_type(uint32
)] union {
2283 [case(1)] spoolss_SetPortInfo1
*info1
;
2284 [case(2)] spoolss_SetPortInfo2
*info2
;
2285 [case(3)] spoolss_SetPortInfo3
*info3
;
2286 [case(0xff)] spoolss_SetPortInfoFF
*infoFF
;
2287 } spoolss_SetPortInfo
;
2289 typedef [public] struct {
2291 [switch_is(level
)] spoolss_SetPrinterInfo info
;
2292 } spoolss_SetPortInfoContainer
;
2294 WERROR spoolss_AddPort
(
2295 [in,unique] [string,charset
(UTF16
)] uint16
*server_name
,
2296 [in] uint32 unknown
,
2297 [in] [string,charset
(UTF16
)] uint16 monitor_name
[]
2300 /******************/
2301 /* Function: 0x26 */
2302 [todo
] WERROR spoolss_ConfigurePort
(
2305 /******************/
2306 /* Function: 0x27 */
2307 WERROR spoolss_DeletePort
(
2308 [in,unique] [string,charset
(UTF16
)] uint16
*server_name
,
2310 [in,ref] [string,charset
(UTF16
)] uint16
*port_name
2313 /******************/
2314 /* Function: 0x28 */
2315 WERROR spoolss_CreatePrinterIC
(
2316 [in,ref] policy_handle
*handle,
2317 [out,ref] policy_handle
*gdi_handle
,
2318 [in,ref] spoolss_DevmodeContainer
*devmode_ctr
2321 /******************/
2322 /* Function: 0x29 */
2327 } UNIVERSAL_FONT_ID
;
2329 typedef [public] struct {
2331 UNIVERSAL_FONT_ID fonts
[count
];
2332 } UNIVERSAL_FONT_ID_ctr
;
2334 WERROR spoolss_PlayGDIScriptOnPrinterIC
(
2335 [in,ref] policy_handle
*gdi_handle
,
2336 [in,ref] [size_is(cIn
)] uint8
*pIn
,
2338 [out,ref] [size_is(cOut
)] uint8
*pOut
,
2343 /******************/
2344 /* Function: 0x2a */
2345 WERROR spoolss_DeletePrinterIC
(
2346 [in,out,ref] policy_handle
*gdi_handle
2349 /******************/
2350 /* Function: 0x2b */
2351 [todo
] WERROR spoolss_AddPrinterConnection
(
2354 /******************/
2355 /* Function: 0x2c */
2356 [todo
] WERROR spoolss_DeletePrinterConnection
(
2359 /******************/
2360 /* Function: 0x2d */
2361 [todo
] WERROR spoolss_PrinterMessageBox
(
2362 /* Marked as obsolete in MSDN. "Not necessary and has
2366 /******************/
2367 /* Function: 0x2e */
2370 [string,charset
(URF16
)] uint16
*monitor_name
;
2371 } spoolss_AddMonitorInfo1
;
2374 [string,charset
(URF16
)] uint16
*monitor_name
;
2375 [string,charset
(URF16
)] uint16
*environment
;
2376 [string,charset
(URF16
)] uint16
*dll_name
;
2377 } spoolss_AddMonitorInfo2
;
2379 typedef [ms_union,switch_type(uint32
)] union {
2380 [case(1)] spoolss_AddMonitorInfo1
*info1
;
2381 [case(2)] spoolss_AddMonitorInfo2
*info2
;
2382 } spoolss_AddMonitorInfo
;
2384 typedef [public] struct {
2386 [switch_is(level
)] spoolss_MonitorInfo info
;
2387 } spoolss_MonitorContainer
;
2389 [todo
] WERROR spoolss_AddMonitor
(
2392 /******************/
2393 /* Function: 0x2f */
2394 [todo
] WERROR spoolss_DeleteMonitor
(
2397 /******************/
2398 /* Function: 0x30 */
2399 WERROR spoolss_DeletePrintProcessor
(
2400 [in,unique] [string,charset
(UTF16
)] uint16
*server
,
2401 [in,unique] [string,charset
(UTF16
)] uint16
*architecture
,
2402 [in] [string,charset
(UTF16
)] uint16 print_processor_name
[]
2405 /******************/
2406 /* Function: 0x31 */
2407 [todo
] WERROR spoolss_AddPrintProvidor
(
2410 /******************/
2411 /* Function: 0x32 */
2412 [todo
] WERROR spoolss_DeletePrintProvidor
(
2415 /******************/
2416 /* Function: 0x33 */
2418 typedef [public,gensize
] struct {
2419 [relative
] nstring
*name_array
;
2420 } spoolss_PrintProcDataTypesInfo1
;
2422 typedef [nodiscriminant
,relative_base
,public,flag
(NDR_RELATIVE_REVERSE
)] union {
2423 [case(1)] spoolss_PrintProcDataTypesInfo1 info1
;
2425 } spoolss_PrintProcDataTypesInfo
;
2427 [public,noopnum
,noprint
] WERROR _spoolss_EnumPrintProcDataTypes
(
2428 [in,unique] [string,charset
(UTF16
)] uint16
*servername
,
2429 [in,unique] [string,charset
(UTF16
)] uint16
*print_processor_name
,
2431 [in,unique] DATA_BLOB
*buffer
,
2432 [in] uint32 offered
,
2433 [out,unique] DATA_BLOB
*info
,
2434 [out,ref] uint32
*needed
,
2435 [out,ref] uint32
*count
2437 [public,noopnum
,noprint
] void __spoolss_EnumPrintProcDataTypes
(
2440 [out,switch_is(level
)] spoolss_PrintProcDataTypesInfo info
[count
]
2442 [nopull
,nopush
] WERROR spoolss_EnumPrintProcDataTypes
(
2443 [in,unique] [string,charset
(UTF16
)] uint16
*servername
,
2444 [in,unique] [string,charset
(UTF16
)] uint16
*print_processor_name
,
2446 [in,unique] DATA_BLOB
*buffer
,
2447 [in] uint32 offered
,
2448 [out,ref] uint32
*count
,
2449 [out,ref,switch_is(level
),size_is(,*count
)] spoolss_PrintProcDataTypesInfo
**info
,
2450 [out,ref] uint32
*needed
2453 /******************/
2454 /* Function: 0x34 */
2455 WERROR spoolss_ResetPrinter
(
2456 [in,ref] policy_handle
*handle,
2457 [in,unique] [string,charset
(UTF16
)] uint16
*data_type
,
2458 [in,ref] spoolss_DevmodeContainer
*devmode_ctr
2461 /******************/
2462 /* Function: 0x35 */
2463 [public] WERROR spoolss_GetPrinterDriver2
(
2464 [in,ref] policy_handle
*handle,
2465 [in,unique] [string,charset
(UTF16
)] uint16
*architecture
,
2467 [in,unique] DATA_BLOB
*buffer
,
2468 [in] uint32 offered
,
2469 [in] uint32 client_major_version
,
2470 [in] uint32 client_minor_version
,
2471 [out,unique,subcontext
(4),subcontext_size
(offered
),switch_is(level
)] spoolss_DriverInfo
*info
,
2472 [out,ref] uint32
*needed
,
2473 [out,ref] uint32
*server_major_version
,
2474 [out,ref] uint32
*server_minor_version
2477 /******************/
2478 /* Function: 0x36 */
2479 [todo
] WERROR spoolss_FindFirstPrinterChangeNotification
(
2482 /******************/
2483 /* Function: 0x37 */
2484 [todo
] WERROR spoolss_FindNextPrinterChangeNotification
(
2487 /******************/
2488 /* Function: 0x38 */
2489 [public] WERROR spoolss_FindClosePrinterNotify
(
2490 [in,ref] policy_handle
*handle
2493 /******************/
2494 /* Function: 0x39 */
2495 [todo
] WERROR spoolss_RouterFindFirstPrinterChangeNotificationOld
(
2498 /******************/
2499 /* Function: 0x3a */
2500 [public] WERROR spoolss_ReplyOpenPrinter
(
2501 [in,string,charset
(UTF16
)] uint16 server_name
[],
2502 [in] uint32 printer_local
,
2503 [in] winreg_Type type
,
2504 [in,range(0,512)] uint32 bufsize
,
2505 [in,unique,size_is(bufsize
)] uint8
*buffer
,
2506 [out,ref] policy_handle
*handle
2509 /******************/
2510 /* Function: 0x3b */
2512 typedef [bitmap32bit
] bitmap
{
2513 PRINTER_CHANGE_ADD_PRINTER
= 0x00000001,
2514 PRINTER_CHANGE_SET_PRINTER
= 0x00000002,
2515 PRINTER_CHANGE_DELETE_PRINTER
= 0x00000004,
2516 PRINTER_CHANGE_FAILED_CONNECTION_PRINTER
= 0x00000008,
2517 PRINTER_CHANGE_ADD_JOB
= 0x00000100,
2518 PRINTER_CHANGE_SET_JOB
= 0x00000200,
2519 PRINTER_CHANGE_DELETE_JOB
= 0x00000400,
2520 PRINTER_CHANGE_WRITE_JOB
= 0x00000800,
2521 PRINTER_CHANGE_ADD_FORM
= 0x00010000,
2522 PRINTER_CHANGE_SET_FORM
= 0x00020000,
2523 PRINTER_CHANGE_DELETE_FORM
= 0x00040000,
2524 PRINTER_CHANGE_ADD_PORT
= 0x00100000,
2525 PRINTER_CHANGE_CONFIGURE_PORT
= 0x00200000,
2526 PRINTER_CHANGE_DELETE_PORT
= 0x00400000,
2527 PRINTER_CHANGE_ADD_PRINT_PROCESSOR
= 0x01000000,
2528 PRINTER_CHANGE_DELETE_PRINT_PROCESSOR
= 0x04000000,
2529 PRINTER_CHANGE_SERVER
= 0x08000000,
2530 PRINTER_CHANGE_ADD_PRINTER_DRIVER
= 0x10000000,
2531 PRINTER_CHANGE_SET_PRINTER_DRIVER
= 0x20000000,
2532 PRINTER_CHANGE_DELETE_PRINTER_DRIVER
= 0x40000000,
2533 PRINTER_CHANGE_TIMEOUT
= 0x80000000
2534 } spoolss_PrinterChangeFlags
;
2536 const int PRINTER_CHANGE_PRINTER
= 0x000000FF;
2538 const int PRINTER_CHANGE_JOB
= 0x0000FF00;
2540 const int PRINTER_CHANGE_FORM
= (PRINTER_CHANGE_ADD_FORM |
2541 PRINTER_CHANGE_SET_FORM |
2542 PRINTER_CHANGE_DELETE_FORM
); /* 0x00070000 */
2544 const int PRINTER_CHANGE_PORT
= (PRINTER_CHANGE_ADD_PORT |
2545 PRINTER_CHANGE_CONFIGURE_PORT |
2546 PRINTER_CHANGE_DELETE_PORT
); /* 0x00700000 */
2548 const int PRINTER_CHANGE_PRINT_PROCESSOR
= 0x07000000;
2550 const int PRINTER_CHANGE_PRINTER_DRIVER
= (PRINTER_CHANGE_ADD_PRINTER_DRIVER |
2551 PRINTER_CHANGE_SET_PRINTER_DRIVER |
2552 PRINTER_CHANGE_DELETE_PRINTER_DRIVER
); /* 0x70000000 */
2554 const int PRINTER_CHANGE_ALL
= (PRINTER_CHANGE_PRINTER |
2555 PRINTER_CHANGE_JOB |
2556 PRINTER_CHANGE_FORM |
2557 PRINTER_CHANGE_PORT |
2558 PRINTER_CHANGE_PRINT_PROCESSOR |
2559 PRINTER_CHANGE_PRINTER_DRIVER
); /* 0x7777FFFF */
2560 WERROR spoolss_RouterReplyPrinter
(
2561 [in,ref] policy_handle
*handle,
2562 [in] spoolss_PrinterChangeFlags flags
,
2563 [in,range(0,512)] uint32 bufsize
,
2564 [in,unique,size_is(bufsize
)] uint8
*buffer
2567 /******************/
2568 /* Function: 0x3c */
2569 [public] WERROR spoolss_ReplyClosePrinter
(
2570 [in,out,ref] policy_handle
*handle
2573 /******************/
2574 /* Function: 0x3d */
2576 typedef [public] struct {
2577 uint32 monitor_data_size
;
2578 [size_is(monitor_data_size
),unique] uint8
*monitor_data
;
2579 } spoolss_PortVarContainer
;
2581 WERROR spoolss_AddPortEx
(
2582 [in,unique] [string,charset
(UTF16
)] uint16
*servername
,
2583 [in,ref] spoolss_SetPortInfoContainer
*port_ctr
,
2584 [in,ref] spoolss_PortVarContainer
*port_var_ctr
,
2585 [in,unique] [string,charset
(UTF16
)] uint16
*monitor_name
2588 /******************/
2589 /* Function: 0x3e */
2590 [todo
] WERROR spoolss_RouterFindFirstPrinterChangeNotification
(
2593 /******************/
2594 /* Function: 0x3f */
2595 [todo
] WERROR spoolss_SpoolerInit
(
2598 /******************/
2599 /* Function: 0x40 */
2600 [todo
] WERROR spoolss_ResetPrinterEx
(
2603 typedef [enum16bit
,public] enum {
2604 JOB_NOTIFY_FIELD_PRINTER_NAME
= 0x00,
2605 JOB_NOTIFY_FIELD_MACHINE_NAME
= 0x01,
2606 JOB_NOTIFY_FIELD_PORT_NAME
= 0x02,
2607 JOB_NOTIFY_FIELD_USER_NAME
= 0x03,
2608 JOB_NOTIFY_FIELD_NOTIFY_NAME
= 0x04,
2609 JOB_NOTIFY_FIELD_DATATYPE
= 0x05,
2610 JOB_NOTIFY_FIELD_PRINT_PROCESSOR
= 0x06,
2611 JOB_NOTIFY_FIELD_PARAMETERS
= 0x07,
2612 JOB_NOTIFY_FIELD_DRIVER_NAME
= 0x08,
2613 JOB_NOTIFY_FIELD_DEVMODE
= 0x09,
2614 JOB_NOTIFY_FIELD_STATUS
= 0x0a,
2615 JOB_NOTIFY_FIELD_STATUS_STRING
= 0x0b,
2616 JOB_NOTIFY_FIELD_SECURITY_DESCRIPTOR
= 0x0c,
2617 JOB_NOTIFY_FIELD_DOCUMENT
= 0x0d,
2618 JOB_NOTIFY_FIELD_PRIORITY
= 0x0e,
2619 JOB_NOTIFY_FIELD_POSITION
= 0x0f,
2620 JOB_NOTIFY_FIELD_SUBMITTED
= 0x10,
2621 JOB_NOTIFY_FIELD_START_TIME
= 0x11,
2622 JOB_NOTIFY_FIELD_UNTIL_TIME
= 0x12,
2623 JOB_NOTIFY_FIELD_TIME
= 0x13,
2624 JOB_NOTIFY_FIELD_TOTAL_PAGES
= 0x14,
2625 JOB_NOTIFY_FIELD_PAGES_PRINTED
= 0x15,
2626 JOB_NOTIFY_FIELD_TOTAL_BYTES
= 0x16,
2627 JOB_NOTIFY_FIELD_BYTES_PRINTED
= 0x17
2628 } spoolss_JobNotifyField
;
2630 typedef [enum16bit
,public] enum {
2631 PRINTER_NOTIFY_FIELD_SERVER_NAME
= 0x00,
2632 PRINTER_NOTIFY_FIELD_PRINTER_NAME
= 0x01,
2633 PRINTER_NOTIFY_FIELD_SHARE_NAME
= 0x02,
2634 PRINTER_NOTIFY_FIELD_PORT_NAME
= 0x03,
2635 PRINTER_NOTIFY_FIELD_DRIVER_NAME
= 0x04,
2636 PRINTER_NOTIFY_FIELD_COMMENT
= 0x05,
2637 PRINTER_NOTIFY_FIELD_LOCATION
= 0x06,
2638 PRINTER_NOTIFY_FIELD_DEVMODE
= 0x07,
2639 PRINTER_NOTIFY_FIELD_SEPFILE
= 0x08,
2640 PRINTER_NOTIFY_FIELD_PRINT_PROCESSOR
= 0x09,
2641 PRINTER_NOTIFY_FIELD_PARAMETERS
= 0x0a,
2642 PRINTER_NOTIFY_FIELD_DATATYPE
= 0x0b,
2643 PRINTER_NOTIFY_FIELD_SECURITY_DESCRIPTOR
= 0x0c,
2644 PRINTER_NOTIFY_FIELD_ATTRIBUTES
= 0x0d,
2645 PRINTER_NOTIFY_FIELD_PRIORITY
= 0x0e,
2646 PRINTER_NOTIFY_FIELD_DEFAULT_PRIORITY
= 0x0f,
2647 PRINTER_NOTIFY_FIELD_START_TIME
= 0x10,
2648 PRINTER_NOTIFY_FIELD_UNTIL_TIME
= 0x11,
2649 PRINTER_NOTIFY_FIELD_STATUS
= 0x12,
2650 PRINTER_NOTIFY_FIELD_STATUS_STRING
= 0x13,
2651 PRINTER_NOTIFY_FIELD_CJOBS
= 0x14,
2652 PRINTER_NOTIFY_FIELD_AVERAGE_PPM
= 0x15,
2653 PRINTER_NOTIFY_FIELD_TOTAL_PAGES
= 0x16,
2654 PRINTER_NOTIFY_FIELD_PAGES_PRINTED
= 0x17,
2655 PRINTER_NOTIFY_FIELD_TOTAL_BYTES
= 0x18,
2656 PRINTER_NOTIFY_FIELD_BYTES_PRINTED
= 0x19,
2657 PRINTER_NOTIFY_FIELD_OBJECT_GUID
= 0x1a,
2658 PRINTER_NOTIFY_FIELD_FRIENDLY_NAME
= 0x1b
2659 } spoolss_PrintNotifyField
;
2661 typedef [enum16bit
] enum {
2662 PRINTER_NOTIFY_TYPE
= 0x00,
2663 JOB_NOTIFY_TYPE
= 0x01
2664 } spoolss_NotifyType
;
2666 typedef [nodiscriminant
,noprint
] union {
2667 [case(PRINTER_NOTIFY_TYPE
)] uint16 field
;
2668 [case(JOB_NOTIFY_TYPE
)] uint16 field
;
2669 [default] uint16 field
;
2672 /******************/
2673 /* Function: 0x41 */
2675 spoolss_NotifyType type
;
2680 [size_is(count
),switch_is(type
)] spoolss_Field
*fields
;
2681 } spoolss_NotifyOptionType
;
2683 typedef [bitmap32bit
] bitmap
{
2684 PRINTER_NOTIFY_OPTIONS_REFRESH
= 0x00000001
2685 } spoolssNotifyOptionFlags
;
2687 typedef [public] struct {
2688 [value
(2)] uint32
version;
2689 spoolssNotifyOptionFlags flags
;
2691 [size_is(count
)] spoolss_NotifyOptionType
*types
;
2692 } spoolss_NotifyOption
;
2694 [public] WERROR spoolss_RemoteFindFirstPrinterChangeNotifyEx
(
2695 [in,ref] policy_handle
*handle,
2696 [in] spoolss_PrinterChangeFlags flags
,
2697 [in] uint32 options
,
2698 [in,unique] [string,charset
(UTF16
)] uint16
*local_machine
,
2699 [in] uint32 printer_local
,
2700 [in,unique] spoolss_NotifyOption
*notify_options
2703 /******************/
2704 /* Function: 0x42 */
2708 [size_is(size
/2),unique,charset
(UTF16
)] uint16
*string;
2709 } spoolss_NotifyString
;
2711 typedef [v1_enum] enum {
2712 NOTIFY_TABLE_DWORD
= 0x0001,
2713 NOTIFY_TABLE_STRING
= 0x0002,
2714 NOTIFY_TABLE_DEVMODE
= 0x0003,
2715 NOTIFY_TABLE_TIME
= 0x0004,
2716 NOTIFY_TABLE_SECURITYDESCRIPTOR
= 0x0005
2717 } spoolss_NotifyTable
;
2719 typedef [ms_union, switch_type(uint32
)] union {
2720 [case(1)] uint32 integer
[2];
2721 [case(2)] spoolss_NotifyString
string;
2722 [case(3)] spoolss_DevmodeContainer devmode
;
2723 [case(4)] spoolss_TimeCtr time
;
2724 [case(5)] sec_desc_buf sd
;
2725 } spoolss_NotifyData
;
2728 spoolss_NotifyType type
;
2729 [switch_is(type
)] spoolss_Field field
;
2730 spoolss_NotifyTable variable_type
;
2732 [switch_is(variable_type
)] spoolss_NotifyData data
;
2735 typedef [public] struct {
2736 [value
(2)] uint32
version;
2739 [size_is(count
)] spoolss_Notify notifies
[];
2740 } spoolss_NotifyInfo
;
2742 typedef [ms_union,switch_type(uint32
)] union {
2743 [case(0)] spoolss_NotifyInfo
*info0
;
2744 } spoolss_ReplyPrinterInfo
;
2746 typedef [bitmap32bit
] bitmap
{
2747 PRINTER_NOTIFY_INFO_DISCARDED
= 0x00000001,
2748 PRINTER_NOTIFY_INFO_DISCARDNOTED
= 0x00010000,
2749 PRINTER_NOTIFY_INFO_COLOR_MISMATCH
= 0x00080000
2750 } spoolss_PrinterNotifyFlags
;
2752 WERROR spoolss_RouterReplyPrinterEx
(
2753 [in,ref] policy_handle
*handle,
2755 [in] spoolss_PrinterChangeFlags flags
,
2756 [out,ref] spoolss_PrinterNotifyFlags
*reply_result
,
2757 [in] uint32 reply_type
,
2758 [in,switch_is(reply_type
)] spoolss_ReplyPrinterInfo info
2761 /******************/
2762 /* Function: 0x43 */
2763 [public] WERROR spoolss_RouterRefreshPrinterChangeNotify
(
2764 [in,ref] policy_handle
*handle,
2765 [in] uint32 change_low
,
2766 [in,unique] spoolss_NotifyOption
*options
,
2767 [out,ref] spoolss_NotifyInfo
**info
2770 /******************/
2771 /* Function: 0x44 */
2772 [todo
] WERROR spoolss_44
(
2777 [string,charset
(UTF16
)] uint16
*client
;
2778 [string,charset
(UTF16
)] uint16
*user
;
2780 spoolss_MajorVersion major
;
2781 spoolss_MinorVersion minor
;
2782 spoolss_ProcessorArchitecture processor
;
2783 } spoolss_UserLevel1
;
2787 } spoolss_UserLevel2
;
2793 [string,charset
(UTF16
)] uint16
*client
;
2794 [string,charset
(UTF16
)] uint16
*user
;
2796 spoolss_MajorVersion major
;
2797 spoolss_MinorVersion minor
;
2798 spoolss_ProcessorArchitecture processor
;
2800 } spoolss_UserLevel3
;
2802 typedef [ms_union,switch_type(uint32
)] union {
2803 [case(1)] spoolss_UserLevel1
*level1
;
2804 [case(2)] spoolss_UserLevel2
*level2
;
2805 [case(3)] spoolss_UserLevel3
*level3
;
2806 } spoolss_UserLevel
;
2808 typedef [public] struct {
2810 [switch_is(level
)] spoolss_UserLevel user_info
;
2811 } spoolss_UserLevelCtr
;
2814 SERVER_ACCESS_ADMINISTER
= 0x00000001,
2815 SERVER_ACCESS_ENUMERATE
= 0x00000002,
2816 PRINTER_ACCESS_ADMINISTER
= 0x00000004,
2817 PRINTER_ACCESS_USE
= 0x00000008,
2818 JOB_ACCESS_ADMINISTER
= 0x00000010,
2819 JOB_ACCESS_READ
= 0x00000020
2820 } spoolss_AccessRights
;
2822 /* Access rights for print servers */
2823 const int SERVER_ALL_ACCESS
= SEC_STD_REQUIRED |
2824 SERVER_ACCESS_ADMINISTER |
2825 SERVER_ACCESS_ENUMERATE
;
2827 const int SERVER_READ
= SEC_STD_READ_CONTROL |
2828 SERVER_ACCESS_ENUMERATE
;
2830 const int SERVER_WRITE
= STANDARD_RIGHTS_WRITE_ACCESS |
2831 SERVER_ACCESS_ADMINISTER |
2832 SERVER_ACCESS_ENUMERATE
;
2834 const int SERVER_EXECUTE
= SEC_STD_READ_CONTROL |
2835 SERVER_ACCESS_ENUMERATE
;
2837 /* Access rights for printers */
2838 const int PRINTER_ALL_ACCESS
= SEC_STD_REQUIRED |
2839 PRINTER_ACCESS_ADMINISTER |
2842 const int PRINTER_READ
= SEC_STD_READ_CONTROL |
2845 const int PRINTER_WRITE
= STANDARD_RIGHTS_WRITE_ACCESS |
2848 const int PRINTER_EXECUTE
= SEC_STD_READ_CONTROL |
2851 /* Access rights for jobs */
2852 const int JOB_ALL_ACCESS
= SEC_STD_REQUIRED |
2853 JOB_ACCESS_ADMINISTER
;
2855 const int JOB_READ
= SEC_STD_READ_CONTROL |
2856 JOB_ACCESS_ADMINISTER
;
2858 const int JOB_WRITE
= STANDARD_RIGHTS_WRITE_ACCESS |
2859 JOB_ACCESS_ADMINISTER
;
2861 const int JOB_EXECUTE
= SEC_STD_READ_CONTROL |
2862 JOB_ACCESS_ADMINISTER
;
2864 /* ACE masks for various print permissions */
2865 const int PRINTER_ACE_FULL_CONTROL
= SEC_GENERIC_ALL |
2868 const int PRINTER_ACE_MANAGE_DOCUMENTS
= SEC_GENERIC_ALL |
2869 READ_CONTROL_ACCESS
;
2871 const int PRINTER_ACE_PRINT
= GENERIC_EXECUTE_ACCESS |
2872 READ_CONTROL_ACCESS |
2875 /******************/
2876 /* Function: 0x45 */
2877 [public] WERROR spoolss_OpenPrinterEx
(
2878 [in,unique] [string,charset
(UTF16
)] uint16
*printername
,
2879 [in,unique] [string,charset
(UTF16
)] uint16
*datatype
,
2880 [in] spoolss_DevmodeContainer devmode_ctr
,
2881 [in] spoolss_AccessRights access_mask
,
2882 [in] spoolss_UserLevelCtr userlevel_ctr
,
2883 [out,ref] policy_handle
*handle
2886 /******************/
2887 /* Function: 0x46 */
2888 WERROR spoolss_AddPrinterEx
(
2889 [in,unique] [string,charset
(UTF16
)] uint16
*server
,
2890 [in,ref] spoolss_SetPrinterInfoCtr
*info_ctr
,
2891 [in,ref] spoolss_DevmodeContainer
*devmode_ctr
,
2892 [in,ref] sec_desc_buf
*secdesc_ctr
,
2893 [in,ref] spoolss_UserLevelCtr
*userlevel_ctr
,
2894 [out,ref] policy_handle
*handle
2897 /******************/
2898 /* Function: 0x47 */
2899 WERROR spoolss_SetPort
(
2900 [in,unique] [string,charset
(UTF16
)] uint16
*servername
,
2901 [in,unique] [string,charset
(UTF16
)] uint16
*port_name
,
2902 [in,ref] spoolss_SetPortInfoContainer
*port_ctr
2905 /******************/
2906 /* Function: 0x48 */
2907 WERROR spoolss_EnumPrinterData
(
2908 [in,ref] policy_handle
*handle,
2909 [in] uint32 enum_index
,
2910 [out,size_is(value_offered
/2),charset
(UTF16
)] uint16 value_name
[],
2911 [in] uint32 value_offered
,
2912 [out,ref] uint32
*value_needed
,
2913 [out,ref] winreg_Type
*type
,
2914 [out,ref,size_is(data_offered
),flag
(LIBNDR_PRINT_ARRAY_HEX
)] uint8
*data
,
2915 [in] uint32 data_offered
,
2916 [out,ref] uint32
*data_needed
2919 /******************/
2920 /* Function: 0x49 */
2921 WERROR spoolss_DeletePrinterData
(
2922 [in,ref] policy_handle
*handle,
2923 [in] [string,charset
(UTF16
)] uint16 value_name
[]
2926 /******************/
2927 /* Function: 0x4a */
2928 [todo
] WERROR spoolss_4a
(
2931 /******************/
2932 /* Function: 0x4b */
2933 [todo
] WERROR spoolss_4b
(
2936 /******************/
2937 /* Function: 0x4c */
2938 [todo
] WERROR spoolss_4c
(
2941 /******************/
2942 /* Function: 0x4d */
2943 WERROR spoolss_SetPrinterDataEx
(
2944 [in,ref] policy_handle
*handle,
2945 [in] [string,charset
(UTF16
)] uint16 key_name
[],
2946 [in] [string,charset
(UTF16
)] uint16 value_name
[],
2947 [in] winreg_Type type
,
2948 [in,ref] [size_is(offered
)] uint8
*data
,
2952 /******************/
2953 /* Function: 0x4e */
2954 WERROR spoolss_GetPrinterDataEx
(
2955 [in,ref] policy_handle
*handle,
2956 [in] [string,charset
(UTF16
)] uint16 key_name
[],
2957 [in] [string,charset
(UTF16
)] uint16 value_name
[],
2958 [out,ref] winreg_Type
*type
,
2959 [out,ref,size_is(offered
)] uint8
*data
,
2960 [in] uint32 offered
,
2961 [out,ref] uint32
*needed
2964 /******************/
2965 /* Function: 0x4f */
2967 typedef [relative_base
,public,gensize
] struct {
2968 [relative
] nstring
*value_name
;
2969 [value
(2*strlen_m_term
(value_name
))] uint32 value_name_len
;
2971 [relative
,subcontext
(0),subcontext_size
(data_length
),flag
(NDR_REMAINING|ndr_spoolss_PrinterEnumValues_align
(r
->type
))] DATA_BLOB
*data
;
2972 [value
(data ? data
->length
: 0)] uint32 data_length
;
2973 } spoolss_PrinterEnumValues
;
2975 [public,noopnum
,noprint
] WERROR _spoolss_EnumPrinterDataEx
(
2976 [in,ref] policy_handle
*handle,
2977 [in] [string,charset
(UTF16
)] uint16 key_name
[],
2978 [out] DATA_BLOB info
,
2979 [in] uint32 offered
,
2980 [out,ref] uint32
*needed
,
2981 [out,ref] uint32
*count
2983 [public,noopnum
,noprint
] void __spoolss_EnumPrinterDataEx
(
2985 [out] spoolss_PrinterEnumValues info
[count
]
2987 [nopull
,nopush
] WERROR spoolss_EnumPrinterDataEx
(
2988 [in,ref] policy_handle
*handle,
2989 [in] [string,charset
(UTF16
)] uint16 key_name
[],
2990 [in] uint32 offered
,
2991 [out,ref] uint32
*count
,
2992 [out,ref,size_is(,*count
)] spoolss_PrinterEnumValues
**info
,
2993 [out,ref] uint32
*needed
2996 typedef [nodiscriminant
] union {
2999 [default] nstring_array string_array
;
3002 /******************/
3003 /* Function: 0x50 */
3004 [public] WERROR spoolss_EnumPrinterKey
(
3005 [in, ref] policy_handle
*handle,
3006 [in] [string,charset
(UTF16
)] uint16 key_name
[],
3007 [out,ref] uint32
*_ndr_size
,
3008 [out,ref,subcontext
(0),subcontext_size
(*_ndr_size
*2),switch_is(*_ndr_size
)] spoolss_KeyNames
*key_buffer
,
3009 [in] uint32 offered
,
3010 [out,ref] uint32
*needed
3013 /******************/
3014 /* Function: 0x51 */
3015 WERROR spoolss_DeletePrinterDataEx
(
3016 [in,ref] policy_handle
*handle,
3017 [in] [string,charset
(UTF16
)] uint16 key_name
[],
3018 [in] [string,charset
(UTF16
)] uint16 value_name
[]
3021 /******************/
3022 /* Function: 0x52 */
3023 WERROR spoolss_DeletePrinterKey
(
3024 [in,ref] policy_handle
*handle,
3025 [in] [string,charset
(UTF16
)] uint16 key_name
[]
3028 /******************/
3029 /* Function: 0x53 */
3030 [todo
] WERROR spoolss_53
(
3033 /******************/
3034 /* Function: 0x54 */
3035 typedef [public,bitmap32bit
] bitmap
{
3036 DPD_DELETE_UNUSED_FILES
= 0x00000001,
3037 DPD_DELETE_SPECIFIC_VERSION
= 0x00000002,
3038 DPD_DELETE_ALL_FILES
= 0x00000004
3039 } spoolss_DeleteDriverFlags
;
3041 WERROR spoolss_DeletePrinterDriverEx
(
3042 [in,unique] [string,charset
(UTF16
)] uint16
*server
,
3043 [in] [string,charset
(UTF16
)] uint16 architecture
[],
3044 [in] [string,charset
(UTF16
)] uint16 driver
[],
3045 [in] spoolss_DeleteDriverFlags delete_flags
,
3049 /******************/
3050 /* Function: 0x55 */
3051 WERROR spoolss_AddPerMachineConnection
(
3052 [in,unique] [string,charset
(UTF16
)] uint16
*server
,
3053 [in,ref] [string,charset
(UTF16
)] uint16
*printername
,
3054 [in,ref] [string,charset
(UTF16
)] uint16
*printserver
,
3055 [in,ref] [string,charset
(UTF16
)] uint16
*provider
3058 /******************/
3059 /* Function: 0x56 */
3060 WERROR spoolss_DeletePerMachineConnection
(
3061 [in,unique] [string,charset
(UTF16
)] uint16
*server
,
3062 [in,ref] [string,charset
(UTF16
)] uint16
*printername
3065 /******************/
3066 /* Function: 0x57 */
3067 [todo
] WERROR spoolss_EnumPerMachineConnections
(
3070 /******************/
3071 /* Function: 0x58 */
3073 typedef [v1_enum] enum {
3074 PROTOCOL_RAWTCP_TYPE
= 1,
3075 PROTOCOL_LPR_TYPE
= 2
3076 } spoolss_PortProtocol
;
3078 typedef [public,gensize
] struct {
3079 [charset
(UTF16
)] uint16 portname
[64];
3080 [value
(0x00000001)] uint32
version;
3081 spoolss_PortProtocol protocol
;
3082 [value
(ndr_size_spoolss_PortData1
(r
, ndr
->flags
))] uint32 size
;
3084 [charset
(UTF16
)] uint16 hostaddress
[49];
3085 [charset
(UTF16
)] uint16 snmpcommunity
[33];
3087 [charset
(UTF16
)] uint16 queue
[33];
3088 [charset
(UTF16
)] uint16 ip_address
[16]; /* s3 had 17 */
3089 [charset
(UTF16
)] uint16 hardware_address
[13];
3090 [charset
(UTF16
)] uint16 device_type
[257];
3092 boolean32 snmp_enabled
;
3093 uint32 snmp_dev_index
;
3094 } spoolss_PortData1
;
3096 typedef [public,gensize
] struct {
3097 [charset
(UTF16
)] uint16 portname
[64];
3098 [value
(0x00000002)] uint32
version;
3099 spoolss_PortProtocol protocol
;
3100 [value
(ndr_size_spoolss_PortData2
(r
, ndr
->flags
))] uint32 size
;
3102 [charset
(UTF16
)] uint16 hostaddress
[128];
3103 [charset
(UTF16
)] uint16 snmpcommunity
[33];
3105 [charset
(UTF16
)] uint16 queue
[33];
3106 [charset
(UTF16
)] uint16 device_type
[257];
3108 boolean32 snmp_enabled
;
3109 uint32 snmp_dev_index
;
3110 uint32 port_monitor_mib_index
;
3111 } spoolss_PortData2
;
3113 typedef [public] struct {
3115 } spoolss_MonitorUi
;
3117 WERROR spoolss_XcvData
(
3118 [in,ref] policy_handle
*handle,
3119 [in] [string,charset
(UTF16
)] uint16 function_name
[],
3120 [in] DATA_BLOB in_data
,
3121 [in,value
(r
->in.in_data.length
)] uint32 _in_data_length
,
3122 [out,ref] [size_is(out_data_size
)] uint8
*out_data
,
3123 [in] uint32 out_data_size
,
3124 [out,ref] uint32
*needed
,
3125 [in,out,ref] uint32
*status_code
3128 /******************/
3129 /* Function: 0x59 */
3131 typedef [bitmap32bit
] bitmap
{
3132 APD_STRICT_UPGRADE
= 0x00000001,
3133 APD_STRICT_DOWNGRADE
= 0x00000002,
3134 APD_COPY_ALL_FILES
= 0x00000004,
3135 APD_COPY_NEW_FILES
= 0x00000008,
3136 APD_COPY_FROM_DIRECTORY
= 0x00000010,
3137 APD_DONT_COPY_FILES_TO_CLUSTER
= 0x00001000,
3138 APD_COPY_TO_ALL_SPOOLERS
= 0x00002000,
3139 APD_RETURN_BLOCKING_STATUS_CODE
= 0x00010000
3140 } spoolss_AddPrinterDriverExFlags
;
3142 [public] WERROR spoolss_AddPrinterDriverEx
(
3143 [in,unique] [string,charset
(UTF16
)] uint16
*servername
,
3144 [in,ref] spoolss_AddDriverInfoCtr
*info_ctr
,
3145 [in] spoolss_AddPrinterDriverExFlags flags
3148 /******************/
3149 /* Function: 0x5a */
3150 [todo
] WERROR spoolss_5a
(
3153 /******************/
3154 /* Function: 0x5b */
3155 [todo
] WERROR spoolss_5b
(
3158 /******************/
3159 /* Function: 0x5c */
3160 [todo
] WERROR spoolss_5c
(
3163 /******************/
3164 /* Function: 0x5d */
3165 [todo
] WERROR spoolss_5d
(
3168 /******************/
3169 /* Function: 0x5e */
3170 [todo
] WERROR spoolss_5e
(
3173 /******************/
3174 /* Function: 0x5f */
3175 [todo
] WERROR spoolss_5f
(
3178 /******************/
3179 /* Function: 0x60 */
3180 [todo
] WERROR spoolss_60
(
3183 /******************/
3184 /* Function: 0x61 */
3186 const string BIDI_ACTION_ENUM_SCHEMA
= "EnumSchema";
3187 const string BIDI_ACTION_GET
= "Get";
3188 const string BIDI_ACTION_SET
= "Set";
3189 const string BIDI_ACTION_GET_ALL
= "GetAll";
3192 BIDI_NULL
= 0x00000000,
3193 BIDI_INT
= 0x00000001,
3194 BIDI_FLOAT
= 0x00000002,
3195 BIDI_BOOL
= 0x00000003,
3196 BIDI_STRING
= 0x00000004,
3197 BIDI_TEXT
= 0x00000005,
3198 BIDI_ENUM
= 0x00000006,
3199 BIDI_BLOB
= 0x00000007
3204 [size_is(cbBuf
), unique] uint8
*pszString
;
3205 } RPC_BINARY_CONTAINER
;
3207 typedef [ms_union,switch_type(uint32
)] union {
3208 [case(BIDI_NULL
)] uint32 bData
;
3209 [case(BIDI_BOOL
)] uint32 bData
;
3210 [case(BIDI_INT
)] uint32 iData
;
3211 [case(BIDI_STRING
)] [unique] [string,charset
(UTF16
)] uint16
*sData
;
3212 [case(BIDI_TEXT
)] [unique] [string,charset
(UTF16
)] uint16
*sData
;
3213 [case(BIDI_ENUM
)] [unique] [string,charset
(UTF16
)] uint16
*sData
;
3214 /*[case(BIDI_FLOAT)] float fData;*/
3215 [case(BIDI_BLOB
)] RPC_BINARY_CONTAINER biData
;
3220 [switch_is(dwBidiType
)] RPC_BIDI_DATA_u u
;
3225 [unique] [string,charset
(UTF16
)] uint16
*pSchema
;
3227 } RPC_BIDI_REQUEST_DATA
;
3229 typedef [public] struct {
3230 [value
(1)] uint32
Version;
3233 [size_is(Count
), unique] RPC_BIDI_REQUEST_DATA
*aData
[];
3234 } RPC_BIDI_REQUEST_CONTAINER
;
3239 [unique] [string,charset
(UTF16
)] uint16
*pSchema
;
3241 } RPC_BIDI_RESPONSE_DATA
;
3243 typedef [public] struct {
3244 [value
(1)] uint32
Version;
3247 [size_is(Count
), unique] RPC_BIDI_RESPONSE_DATA
*aData
[];
3248 } RPC_BIDI_RESPONSE_CONTAINER
;
3250 WERROR spoolss_RpcSendRecvBidiData
(
3251 [in] policy_handle hPrinter
,
3252 [in,unique] [string,charset
(UTF16
)] uint16
*pAction
,
3253 [in] RPC_BIDI_REQUEST_CONTAINER
*pReqData
,
3254 [out] RPC_BIDI_RESPONSE_CONTAINER
**ppRespData
3257 /******************/
3258 /* Function: 0x62 */
3259 [todo
] WERROR spoolss_62
(
3262 /******************/
3263 /* Function: 0x63 */
3264 [todo
] WERROR spoolss_63
(
3267 /******************/
3268 /* Function: 0x64 */
3269 [todo
] WERROR spoolss_64
(
3272 /******************/
3273 /* Function: 0x65 */
3274 [todo
] WERROR spoolss_65
(
3277 /******************/
3278 /* Function: 0x66 */
3279 typedef [public] struct {
3280 GUID core_driver_guid
;
3282 hyper driver_version
;
3283 [charset
(UTF8
)] uint8 formname
[520];
3284 } spoolss_CorePrinterDriver
;
3286 [public] WERROR spoolss_GetCorePrinterDrivers
(
3287 [in,unique] [string,charset
(UTF16
)] uint16
*servername
,
3288 [in,ref] [string,charset
(UTF16
)] uint16
*architecture
,
3289 [in] uint32 core_driver_size
,
3290 [in,size_is(core_driver_size
)] [charset
(UTF16
)] uint16
*core_driver_dependencies
,
3291 [in] uint32 core_printer_driver_count
,
3292 [out,size_is(core_printer_driver_count
)] spoolss_CorePrinterDriver
*core_printer_drivers
3295 /******************/
3296 /* Function: 0x67 */
3297 [todo
] WERROR spoolss_67
(
3300 /******************/
3301 /* Function: 0x68 */
3302 WERROR spoolss_GetPrinterDriverPackagePath
(
3303 [in,unique] [string,charset
(UTF16
)] uint16
*servername
,
3304 [in,ref] [string,charset
(UTF16
)] uint16
*architecture
,
3305 [in,unique] [string,charset
(UTF16
)] uint16
*language
,
3306 [in,ref] [string,charset
(UTF16
)] uint16
*package_id
,
3307 [in,out,unique,size_is(driver_package_cab_size
)] [charset
(UTF16
)] uint16
*driver_package_cab
,
3308 [in] uint32 driver_package_cab_size
,
3309 [out,ref] uint32
*required
3312 /******************/
3313 /* Function: 0x69 */
3314 [todo
] WERROR spoolss_69
(
3317 /******************/
3318 /* Function: 0x6a */
3319 [todo
] WERROR spoolss_6a
(
3322 /******************/
3323 /* Function: 0x6b */
3324 [todo
] WERROR spoolss_6b
(
3327 /******************/
3328 /* Function: 0x6c */
3329 [todo
] WERROR spoolss_6c
(
3332 /******************/
3333 /* Function: 0x6d */
3334 [todo
] WERROR spoolss_6d
(
3337 /******************/
3338 /* Function: 0x6e */
3340 const string SPLFILE_CONTENT_TYPE_PROP_NAME
= "Spool File Contents";
3341 const string SPLFILE_CONTENT_TYPE_XPS_MS
= "TYPE_XPS_MS";
3342 const string SPLFILE_CONTENT_TYPE_XPS_OPEN
= "TYPE_XPS_OPEN";
3343 const string SPLFILE_CONTENT_TYPE_PDL_POSTSCRIPT
= "TYPE_PDL_POSTSCRIPT";
3344 const string SPLFILE_CONTENT_TYPE_PDL_UNKNOWN
= "TYPE_PDL_UNKNOWN";
3347 kRpcPropertyTypeString
= 1,
3348 kRpcPropertyTypeInt32
= 2,
3349 kRpcPropertyTypeInt64
= 3,
3350 kRpcPropertyTypeByte
= 4,
3351 kRpcPropertyTypeBuffer
= 5
3352 } RPC_EPrintPropertyType
;
3356 [size_is(cbBuf
)] uint8
*pBuf
;
3359 typedef [ms_union,switch_type(RPC_EPrintPropertyType
)] union {
3360 [case(kRpcPropertyTypeString
)] [string,charset
(UTF16
)] uint16
*propertyString
;
3361 [case(kRpcPropertyTypeInt32
)] uint32 propertyInt32
;
3362 [case(kRpcPropertyTypeInt64
)] hyper propertyInt64
;
3363 [case(kRpcPropertyTypeByte
)] uint8 propertyByte
;
3364 [case(kRpcPropertyTypeBuffer
)] propertyBlob propertyBlob
;
3365 } RPC_PrintPropertyValueUnion
;
3367 typedef [public] struct {
3368 RPC_EPrintPropertyType ePropertyType
;
3369 [switch_is(ePropertyType
)] RPC_PrintPropertyValueUnion value
;
3370 } RPC_PrintPropertyValue
;
3372 typedef [public] struct {
3373 [string,charset
(UTF16
)] uint16
*propertyName
;
3374 RPC_PrintPropertyValue propertyValue
;
3375 } RPC_PrintNamedProperty
;
3377 WERROR spoolss_RpcGetJobNamedPropertyValue
(
3378 [in,ref] policy_handle
*hPrinter
,
3380 [in] [string,charset
(UTF16
)] uint16
*pszName
,
3381 [out,ref] RPC_PrintPropertyValue
*pValue
3384 /******************/
3385 /* Function: 0x6f */
3386 [public] WERROR spoolss_RpcSetJobNamedProperty
(
3387 [in,ref] policy_handle
*hPrinter
,
3389 [in,ref] RPC_PrintNamedProperty
*pProperty
3392 /******************/
3393 /* Function: 0x70 */
3394 WERROR spoolss_RpcDeleteJobNamedProperty
(
3395 [in,ref] policy_handle
*hPrinter
,
3397 [in] [string,charset
(UTF16
)] uint16
*pszName
3400 /******************/
3401 /* Function: 0x71 */
3402 WERROR spoolss_RpcEnumJobNamedProperties
(
3403 [in,ref] policy_handle
*hPrinter
,
3405 [out,ref] uint32
*pcProperties
,
3406 [out,ref,size_is(,*pcProperties
)] RPC_PrintNamedProperty
**ppProperties