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

Class Winspool.PRINTER_NOTIFY_INFO_DATA

    • Field Detail

      • 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.
    • Constructor Detail

      • PRINTER_NOTIFY_INFO_DATA

        public PRINTER_NOTIFY_INFO_DATA()
    • Method Detail

      • read

        public void read()
        Description copied from class: Structure
        Reads the fields of the struct from native memory
        Overrides:
        read in class Structure
JNA API 5.10.0

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