Klasse Winspool.PRINTER_NOTIFY_INFO

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.Winspool.PRINTER_NOTIFY_INFO
Umschließende Schnittstelle:
Winspool

@FieldOrder({"Version","Flags","Count","aData"}) public static class Winspool.PRINTER_NOTIFY_INFO extends Structure
The PRINTER_NOTIFY_INFO structure contains printer information returned by the FindNextPrinterChangeNotification function. The function returns this information after a wait operation on a printer change notification object has been satisfied.
Siehe auch:
  • Felddetails

    • Version

      public int Version
      The version of this structure. Set this member to 2.
    • Flags

      public int Flags
      A bit flag that indicates the state of the notification structure. If the PRINTER_NOTIFY_INFO_DISCARDED bit is set, it indicates that some notifications had to be discarded.
    • Count

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

      An array of PRINTER_NOTIFY_INFO_DATA structures. Each element of the array identifies a single job or printer information field, and provides the current data for that field.
  • Konstruktordetails

    • PRINTER_NOTIFY_INFO

      public PRINTER_NOTIFY_INFO()
  • Methodendetails

    • read

      public void read()
      Beschreibung aus Klasse kopiert: Structure
      Reads the fields of the struct from native memory
      Setzt außer Kraft:
      read in Klasse Structure