Value used to set the bit | Meaning |
PRINTER_ATTRIBUTE_QUEUED1 (0x1) | Queued
Print jobs are buffered and queued.
|
PRINTER_ATTRIBUTE_DIRECT2 (0x2) | Direct
Document to be sent directly to the printer. This value is used if print jobs are not queued correctly.
|
PRINTER_ATTRIBUTE_DEFAULT4 (0x4) | Default
Default printer on a computer.
|
PRINTER_ATTRIBUTE_SHARED8 (0x8) | Shared
Available as a shared network resource.
|
PRINTER_ATTRIBUTE_NETWORK16 (0x10) | Network
Attached to a network. If both Local and Network bits are set, this indicates a network printer.
|
PRINTER_ATTRIBUTE_HIDDEN32 (0x20) | Hidden
Hidden from some users on the network.
|
PRINTER_ATTRIBUTE_LOCAL64 (0x40) | Local
Directly connected to a computer. If both Local and Network bits are set, this indicates a network printer.
|
PRINTER_ATTRIBUTE_ENABLEDEVQ128 (0x80) | EnableDevQ
Enable the queue on the printer if available.
|
PRINTER_ATTRIBUTE_KEEPPRINTEDJOBS256 (0x100) | KeepPrintedJobs
Spooler should not delete documents after they are printed.
|
PRINTER_ATTRIBUTE_DO_COMPLETE_FIRST512 (0x200) | DoCompleteFirst
Start jobs that are finished spooling first.
|
PRINTER_ATTRIBUTE_WORK_OFFLINE1024 (0x400) | WorkOffline
Queue print jobs when a printer is not available.
|
PRINTER_ATTRIBUTE_ENABLE_BIDI2048 (0x800) | EnableBIDI
Enable bidirectional printing.
|
PRINTER_ATTRIBUTE_RAW_ONLY4096 (0x1000) | Allow only raw data type jobs to be spooled.
|
PRINTER_ATTRIBUTE_PUBLISHED8192 (0x2000) | Published
Published in the network directory service.
|