Klasse Winspool.PRINTER_NOTIFY_INFO_DATA

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

@FieldOrder({"Type","Field","Reserved","Id","NotifyData"}) public static class Winspool.PRINTER_NOTIFY_INFO_DATA extends Structure
The PRINTER_NOTIFY_INFO_DATA structure identifies a job or printer information field and provides the current data for that field.
Siehe auch:
  • Felddetails

    • Type

      public short Type
      Indicates the type of information provided.
    • Field

      public short Field
      Indicates the field that changed.
    • Reserved

      public int Reserved
      Reserved.
    • Id

      public int Id
      Indicates the job identifier if the Type member specifies JOB_NOTIFY_TYPE. If the Type member specifies PRINTER_NOTIFY_TYPE, this member is undefined.
    • NotifyData

      public Winspool.NOTIFY_DATA NotifyData
      A union of data information based on the Type and Field members.
  • Konstruktordetails

    • PRINTER_NOTIFY_INFO_DATA

      public PRINTER_NOTIFY_INFO_DATA()
  • 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