Class Winspool.LPPRINTER_DEFAULTS

  • Enclosing interface:
    Winspool

    @FieldOrder({"pDatatype","pDevMode","DesiredAccess"})
    public static class Winspool.LPPRINTER_DEFAULTS
    extends Structure
    The PRINTER_DEFAULTS structure specifies the default data type, environment, initialization data, and access rights for a printer.
    See Also:
    PRINTER_DEFAULTS structure
    • Field Detail

      • pDatatype

        public String pDatatype
        Pointer to a null-terminated string that specifies the default data type for a printer.
      • pDevMode

        public Pointer pDevMode
        Pointer to a DEVMODE structure that identifies the default environment and initialization data for a printer.
      • DesiredAccess

        public int DesiredAccess
        Specifies desired access rights for a printer. The OpenPrinter function uses this member to set access rights to the printer. These rights can affect the operation of the SetPrinter and DeletePrinter functions.
    • Constructor Detail

      • LPPRINTER_DEFAULTS

        public LPPRINTER_DEFAULTS()