Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 561 Bytes

PRINTER.md

File metadata and controls

20 lines (10 loc) · 561 Bytes

PRINTER

PRINTER_DEFAULTS Object

A dictionary representing a PRINTER_DEFAULTS structure

Properties

  • string pDatatype

    Data type to be used for print jobs, see win32print::EnumPrintProcessorDatatypes, optional, can be None

  • PyDEVMODE pDevMode

    A PyDEVMODE that specifies default printer parameters, optional, can be None

  • int DesiredAccess

    An ACCESS_MASK specifying what level of access is needed, eg PRINTER_ACCESS_ADMINISTER, PRINTER_ACCESS_USE