Skip navigation links
JNA API 5.10.0
com.sun.jna.platform.win32

Class Winspool.LPPRINTER_DEFAULTS

    • Field Detail

      • pDatatype

        public java.lang.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()
JNA API 5.10.0

Copyright © 2007-2018 Timothy Wall. All Rights Reserved.