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

Class Winspool.PRINTER_NOTIFY_OPTIONS_TYPE

    • Field Detail

      • Type

        public short Type
        The type to be watched.
      • Reserved0

        public short Reserved0
        Reserved.
      • Reserved1

        public int Reserved1
        Reserved.
      • Reserved2

        public int Reserved2
        Reserved.
      • Count

        public int Count
        The number of elements in the pFields array.
      • pFields

        public Pointer pFields
        A pointer to an array of values. Each element of the array specifies a job or printer information field of interest.
    • Constructor Detail

      • PRINTER_NOTIFY_OPTIONS_TYPE

        public PRINTER_NOTIFY_OPTIONS_TYPE()
    • Method Detail

      • setFields

        public void setFields(short[] fields)
      • getFields

        public short[] getFields()
JNA API 5.10.0

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