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

Class Winspool.PRINTER_INFO_1

    • Field Detail

      • Flags

        public int Flags
        Specifies information about the returned data. Following are the values for this member.
      • pDescription

        public java.lang.String pDescription
        Pointer to a null-terminated string that describes the contents of the structure.
      • pName

        public java.lang.String pName
        Pointer to a null-terminated string that names the contents of the structure.
      • pComment

        public java.lang.String pComment
        Pointer to a null-terminated string that contains additional data describing the structure.
    • Constructor Detail

      • PRINTER_INFO_1

        public PRINTER_INFO_1()
      • PRINTER_INFO_1

        public PRINTER_INFO_1(int size)
JNA API 5.6.0

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