Lines Matching refs:define

26 #define	_SPOOLSS_NDL_
31 #define TABLE_STRING 1
32 #define TABLE_DWORD 2
33 #define TABLE_TIME 3
34 #define TABLE_DEVMODE 4
35 #define TABLE_SECURITY_DESCRIPTOR 5
37 #define SPOOLSS_OPNUM_EnumPrinters 0x00
38 #define SPOOLSS_OPNUM_OpenPrinter 0x01
39 #define SPOOLSS_OPNUM_GetJob 0x03
40 #define SPOOLSS_OPNUM_EnumJobs 0x04
41 #define SPOOLSS_OPNUM_DeletePrinter 0x06
42 #define SPOOLSS_OPNUM_GetPrinter 0x08
43 #define SPOOLSS_OPNUM_GetPrinterDriver 0x0b
44 #define SPOOLSS_OPNUM_DeletePrinterDriver 0x0d
45 #define SPOOLSS_OPNUM_StartDocPrinter 0x11
46 #define SPOOLSS_OPNUM_StartPagePrinter 0x12
47 #define SPOOLSS_OPNUM_WritePrinter 0x13
48 #define SPOOLSS_OPNUM_EndPagePrinter 0x14
49 #define SPOOLSS_OPNUM_AbortPrinter 0x15
50 #define SPOOLSS_OPNUM_AddJob 0x18
51 #define SPOOLSS_OPNUM_ScheduleJob 0x19
52 #define SPOOLSS_OPNUM_GetPrinterData 0x1a
53 #define SPOOLSS_OPNUM_ClosePrinter 0x1d
54 #define SPOOLSS_OPNUM_AddForm 0x1e
55 #define SPOOLSS_OPNUM_DeleteForm 0x1f
56 #define SPOOLSS_OPNUM_EndDocPrinter 0x17
57 #define SPOOLSS_OPNUM_EnumForms 0x22
58 #define SPOOLSS_OPNUM_EnumPorts 0x23
59 #define SPOOLSS_OPNUM_EnumMonitor 0x24
60 #define SPOOLSS_OPNUM_DeletePort 0x27
61 #define SPOOLSS_OPNUM_CreatePrinterIC 0x28
62 #define SPOOLSS_OPNUM_AddMonitor 0x2e
63 #define SPOOLSS_OPNUM_DeleteMonitor 0x2f
64 #define SPOOLSS_OPNUM_ResetPrinter 0x34
65 #define SPOOLSS_OPNUM_GetPrinterDriver2 0x35
66 #define SPOOLSS_OPNUM_FCPN 0x38
67 #define SPOOLSS_OPNUM_ReplyOpenPrinter 0x3a
68 #define SPOOLSS_OPNUM_ReplyClosePrinter 0x3c
69 #define SPOOLSS_OPNUM_AddPortEx 0x3d
70 #define SPOOLSS_OPNUM_RFFPCNEX 0x41
71 #define SPOOLSS_OPNUM_RRPCN 0x42
72 #define SPOOLSS_OPNUM_RFNPCNEX 0x43
73 #define SPOOLSS_OPNUM_OpenPrinterEx 0x45
74 #define SPOOLSS_OPNUM_SetPort 0x47
75 #define SPOOLSS_OPNUM_EnumPrinterData 0x48
76 #define SPOOLSS_OPNUM_EnumPrinterDataEx 0x4f
77 #define SPOOLSS_OPNUM_EnumPrinterKey 0x50
165 #define SPOOLSS_ARCHITECTURE_NT_X86 ( "Windows NT x86" )
213 #define PRINTER_ENUM_DEFAULT ( 0x00000001 )
214 #define PRINTER_ENUM_LOCAL ( 0x00000002 )
215 #define PRINTER_ENUM_CONNECTIONS ( 0x00000004 )
216 #define PRINTER_ENUM_FAVORITE ( 0x00000004 )
217 #define PRINTER_ENUM_NAME ( 0x00000008 )
218 #define PRINTER_ENUM_REMOTE ( 0x00000010 )
219 #define PRINTER_ENUM_SHARED ( 0x00000020 )
220 #define PRINTER_ENUM_NETWORK ( 0x00000040 )
221 #define PRINTER_ENUM_EXPAND ( 0x00004000 )
222 #define PRINTER_ENUM_CONTAINER ( 0x00008000 )
223 #define PRINTER_ENUM_ICON1 ( 0x00010000 )
224 #define PRINTER_ENUM_ICON2 ( 0x00020000 )
225 #define PRINTER_ENUM_ICON3 ( 0x00040000 )
226 #define PRINTER_ENUM_ICON4 ( 0x00080000 )
227 #define PRINTER_ENUM_ICON5 ( 0x00100000 )
228 #define PRINTER_ENUM_ICON6 ( 0x00200000 )
229 #define PRINTER_ENUM_ICON7 ( 0x00400000 )
230 #define PRINTER_ENUM_ICON8 ( 0x00800000 )
231 #define PRINTER_ENUM_HIDE ( 0x01000000 )
241 #define PRINTER_ATTRIBUTE_QUEUED ( 0x00000001 )
242 #define PRINTER_ATTRIBUTE_DIRECT ( 0x00000002 )
243 #define PRINTER_ATTRIBUTE_DEFAULT ( 0x00000004 )
244 #define PRINTER_ATTRIBUTE_SHARED ( 0x00000008 )
245 #define PRINTER_ATTRIBUTE_NETWORK ( 0x00000010 )
246 #define PRINTER_ATTRIBUTE_HIDDEN ( 0x00000020 )
247 #define PRINTER_ATTRIBUTE_LOCAL ( 0x00000040 )
248 #define PRINTER_ATTRIBUTE_ENABLE_DEVQ ( 0x00000080 )
249 #define PRINTER_ATTRIBUTE_KEEPPRINTEDJOBS ( 0x00000100 )
250 #define PRINTER_ATTRIBUTE_DO_COMPLETE_FIRST ( 0x00000200 )
251 #define PRINTER_ATTRIBUTE_WORK_OFFLINE ( 0x00000400 )
252 #define PRINTER_ATTRIBUTE_ENABLE_BIDI ( 0x00000800 )
253 #define PRINTER_ATTRIBUTE_RAW_ONLY ( 0x00001000 )
254 #define PRINTER_ATTRIBUTE_PUBLISHED ( 0x00002000 )
255 #define PRINTER_ATTRIBUTE_FAX ( 0x00004000 )
256 #define PRINTER_ATTRIBUTE_TS ( 0x00008000 )
259 #define PRINTER_STATUS_PAUSED ( 0x00000001 )
260 #define PRINTER_STATUS_ERROR ( 0x00000002 )
261 #define PRINTER_STATUS_PENDING_DELETION ( 0x00000004 )
262 #define PRINTER_STATUS_PAPER_JAM ( 0x00000008 )
263 #define PRINTER_STATUS_PAPER_OUT ( 0x00000010 )
264 #define PRINTER_STATUS_MANUAL_FEED ( 0x00000020 )
265 #define PRINTER_STATUS_PAPER_PROBLEM ( 0x00000040 )
266 #define PRINTER_STATUS_OFFLINE ( 0x00000080 )
267 #define PRINTER_STATUS_IO_ACTIVE ( 0x00000100 )
268 #define PRINTER_STATUS_BUSY ( 0x00000200 )
269 #define PRINTER_STATUS_PRINTING ( 0x00000400 )
270 #define PRINTER_STATUS_OUTPUT_BIN_FULL ( 0x00000800 )
271 #define PRINTER_STATUS_NOT_AVAILABLE ( 0x00001000 )
272 #define PRINTER_STATUS_WAITING ( 0x00002000 )
273 #define PRINTER_STATUS_PROCESSING ( 0x00004000 )
274 #define PRINTER_STATUS_INITIALIZING ( 0x00008000 )
275 #define PRINTER_STATUS_WARMING_UP ( 0x00010000 )
276 #define PRINTER_STATUS_TONER_LOW ( 0x00020000 )
277 #define PRINTER_STATUS_NO_TONER ( 0x00040000 )
278 #define PRINTER_STATUS_PAGE_PUNT ( 0x00080000 )
279 #define PRINTER_STATUS_USER_INTERVENTION ( 0x00100000 )
280 #define PRINTER_STATUS_OUT_OF_MEMORY ( 0x00200000 )
281 #define PRINTER_STATUS_DOOR_OPEN ( 0x00400000 )
282 #define PRINTER_STATUS_SERVER_UNKNOWN ( 0x00800000 )
283 #define PRINTER_STATUS_POWER_SAVE ( 0x01000000 )
334 #define DSPRINT_PUBLISH ( 0x00000001 )
335 #define DSPRINT_UPDATE ( 0x00000002 )
336 #define DSPRINT_UNPUBLISH ( 0x00000004 )
337 #define DSPRINT_REPUBLISH ( 0x00000008 )
338 #define DSPRINT_PENDING ( 0x80000000 )