Class Winspool.PRINTER_NOTIFY_OPTIONS_TYPE

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.Winspool.PRINTER_NOTIFY_OPTIONS_TYPE
Direct Known Subclasses:
Winspool.PRINTER_NOTIFY_OPTIONS_TYPE.ByReference
Enclosing interface:
Winspool

@FieldOrder({"Type","Reserved0","Reserved1","Reserved2","Count","pFields"}) public static class Winspool.PRINTER_NOTIFY_OPTIONS_TYPE extends Structure
The PRINTER_NOTIFY_OPTIONS_TYPE structure specifies the set of printer or job information fields to be monitored by a printer change notification object.
See Also:
  • Field Details

    • 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 Details

    • PRINTER_NOTIFY_OPTIONS_TYPE

      public PRINTER_NOTIFY_OPTIONS_TYPE()
  • Method Details

    • setFields

      public void setFields(short[] fields)
    • getFields

      public short[] getFields()