Klasse Winspool.LPPRINTER_DEFAULTS

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.Winspool.LPPRINTER_DEFAULTS
Umschließende Schnittstelle:
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.
Siehe auch:
  • Felddetails

    • 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.
  • Konstruktordetails

    • LPPRINTER_DEFAULTS

      public LPPRINTER_DEFAULTS()