Printer management
enumerate_printers ?-proximity PROXIMITY? |
get_default_printer |
printer_properties_dialog PRINTERNAME ?options? |
This module provides commands related to Windows printer management.
The command enumerate_printers returns all the printers on the system. The command get_default_printer returns the name of the default printer.
The command printer_properties_dialog displays the shell property sheet dialog for a printer.
name | The following value is the name of the printer. |
server | The following value is the server on which the printer resides. |
attrs | The following value is a list of attributes for the printer. This is a list of zero or more symbols from the following list: queued, direct, default, shared, network, hidden, local, enabledevq, keepprintedjobs, docompletefirst, workoffline, enablebidi, rawonly, published, fax, ts. Refer to the Windows SDK documentation for the meaning of these attributes. |
-hwin HWIN | If specified, HWIN is the handle to the window to be used as the parent for the dialog. |
Copyright © 2006-2009 Ashok P. Nadkarni