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:
- 
Nested Class SummaryNested classes/interfaces inherited from class com.sun.jna.StructureStructure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField
- 
Field SummaryFieldsModifier and TypeFieldDescriptionshortIndicates the field that changed.intIndicates the job identifier if the Type member specifies JOB_NOTIFY_TYPE.A union of data information based on the Type and Field members.intReserved.shortIndicates the type of information provided.Fields inherited from class com.sun.jna.StructureALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
- 
Constructor SummaryConstructors
- 
Method SummaryMethods 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 Details- 
Typepublic short TypeIndicates the type of information provided.
- 
Fieldpublic short FieldIndicates the field that changed.
- 
Reservedpublic int ReservedReserved.
- 
Idpublic int IdIndicates the job identifier if the Type member specifies JOB_NOTIFY_TYPE. If the Type member specifies PRINTER_NOTIFY_TYPE, this member is undefined.
- 
NotifyDataA union of data information based on the Type and Field members.
 
- 
- 
Constructor Details- 
PRINTER_NOTIFY_INFO_DATApublic PRINTER_NOTIFY_INFO_DATA()
 
- 
- 
Method Details