wpSetQueueOptions Parameter - ulOptions
ulOptions
(
ULONG
) - input
Flag indicating queue option settings.
The following flags can be ORed together:
PO_PRINTERSPECIFIC
If set, the printer object spools print jobs in PM_Q_RAW format. If cleared, the printer object spools print jobs in PM_Q_STD format.
PO_PRINTWHILESPOOLING
If set, printing is enabled while the job is spooling. If cleared, printing occurs only after the job is spooled.
PO_APPDEFAULT
If set, this printer object becomes the application's default printer object. If cleared, the application's default printer object is not changed.
PO_DIALOGBEFOREPRINT
If set, a Job Properties dialog is displayed when a job is submitted to this printer object. If cleared, the Job Properties dialog is not displayed.
[Back: wpSetQueueOptions Parameter - somSelf]
[Next: wpSetQueueOptions Return Value - rc]