testprogs: print job info levels in EnumJobs() spoolss tests.
[ira/wip.git] / testprogs / win32 / spoolss / printlib_proto.h
1 #ifndef __PRINTLIB_H__
2 #define __PRINTLIB_H__
3
4 #undef _PRINTF_ATTRIBUTE
5 #define _PRINTF_ATTRIBUTE(a1, a2) PRINTF_ATTRIBUTE(a1, a2)
6 /* This file was automatically generated by mkproto.pl. DO NOT EDIT */
7
8 /* this file contains prototypes for functions that are private
9  * to this subsystem or library. These functions should not be
10  * used outside this particular subsystem! */
11
12
13 /* The following definitions come from printlib.c  */
14
15 void print_devmode (DEVMODE *pDevModeIn);
16 void print_acl (const char* str, ACL *acl);
17 void print_sid (const char* str, SID *sid);
18 void print_secdesc (SECURITY_DESCRIPTOR *secdesc);
19 void PrintLastError();
20 void print_job_info_1(PJOB_INFO_1 info);
21 void print_job_info_2(PJOB_INFO_2 info);
22 void print_job_info_3(PJOB_INFO_3 info);
23 void print_monitor_info_1 (PMONITOR_INFO_1 info);
24 void print_monitor_info_2 (PMONITOR_INFO_2 info);
25 void print_form_info_1 (PFORM_INFO_1 info);
26 void print_printer_info_1 (PPRINTER_INFO_1 info);
27 void print_printer_info_2 (PPRINTER_INFO_2 info);
28 void print_printer_info_5 (PPRINTER_INFO_5 info);
29 void print_printer_info_6 (PPRINTER_INFO_6 info);
30 void print_printer_info_7 (PPRINTER_INFO_7 info);
31 void print_printer_info_8 (PPRINTER_INFO_8 info);
32 void print_printer_info_9 (PPRINTER_INFO_9 info);
33 void print_printer_info_bylevel(DWORD level, LPBYTE buffer, DWORD count);
34 void print_printprocessor_info_1 (PPRINTPROCESSOR_INFO_1 info);
35 void print_driver_info_1 (PDRIVER_INFO_1 info);
36 void print_driver_info_2 (PDRIVER_INFO_2 info);
37 void print_driver_info_3 (PDRIVER_INFO_3 info);
38 void print_driver_info_4 (PDRIVER_INFO_4 info);
39 void print_driver_info_5 (PDRIVER_INFO_5 info);
40 void print_driver_info_6 (PDRIVER_INFO_6 info);
41 void print_driver_info_8 (PDRIVER_INFO_8 info);
42 void print_driver_info_bylevel(DWORD level, LPBYTE buffer, DWORD count);
43 void print_doc_info_1 (PDOC_INFO_1 info);
44 void print_printer_enum_values (PRINTER_ENUM_VALUES *info);
45 void print_printer_keys(LPSTR buffer);
46 void print_printer_data(LPSTR keyname, LPSTR valuename, DWORD size, LPBYTE buffer, DWORD type);
47 #undef _PRINTF_ATTRIBUTE
48 #define _PRINTF_ATTRIBUTE(a1, a2)
49
50 #endif /* __PRINTLIB_H__ */
51