Package com.sun.jna.platform.win32
Class Winspool.PRINTER_NOTIFY_INFO_DATA
- java.lang.Object
- 
- com.sun.jna.Structure
- 
- com.sun.jna.platform.win32.Winspool.PRINTER_NOTIFY_INFO_DATA
 
 
- 
- Enclosing interface:
- 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.- See Also:
- PRINTER_NOTIFY_INFO_DATA structure
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com.sun.jna.StructureStructure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField
 
- 
 - 
Field SummaryFields Modifier and Type Field Description shortFieldIndicates the field that changed.intIdIndicates the job identifier if the Type member specifies JOB_NOTIFY_TYPE.Winspool.NOTIFY_DATANotifyDataA union of data information based on the Type and Field members.intReservedReserved.shortTypeIndicates the type of information provided.- 
Fields inherited from class com.sun.jna.StructureALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
- 
 - 
Constructor SummaryConstructors Constructor Description PRINTER_NOTIFY_INFO_DATA()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidread()Reads the fields of the struct from native memory- 
Methods inherited from class com.sun.jna.StructureallocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
 
- 
 
- 
- 
- 
Field Detail- 
Typepublic short Type Indicates the type of information provided.
 - 
Fieldpublic short Field Indicates the field that changed.
 - 
Reservedpublic int Reserved Reserved.
 - 
Idpublic 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.
 - 
NotifyDatapublic Winspool.NOTIFY_DATA NotifyData A union of data information based on the Type and Field members.
 
- 
 
-