Package com.sun.jna.platform.win32
Class Winspool.PRINTER_NOTIFY_OPTIONS_TYPE
java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.Winspool.PRINTER_NOTIFY_OPTIONS_TYPE
- Direct Known Subclasses:
- Winspool.PRINTER_NOTIFY_OPTIONS_TYPE.ByReference
- Enclosing interface:
- Winspool
@FieldOrder({"Type","Reserved0","Reserved1","Reserved2","Count","pFields"})
public static class Winspool.PRINTER_NOTIFY_OPTIONS_TYPE
extends Structure
The PRINTER_NOTIFY_OPTIONS_TYPE structure specifies the set of printer
 or job information fields to be monitored by a printer change
 notification object.
- See Also:
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from class com.sun.jna.StructureStructure.ByValue, Structure.FieldOrder, Structure.StructField
- 
Field SummaryFieldsModifier and TypeFieldDescriptionintThe number of elements in the pFields array.A pointer to an array of values.shortReserved.intReserved.intReserved.shortThe type to be watched.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, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
- 
Field Details- 
Typepublic short TypeThe type to be watched.
- 
Reserved0public short Reserved0Reserved.
- 
Reserved1public int Reserved1Reserved.
- 
Reserved2public int Reserved2Reserved.
- 
Countpublic int CountThe number of elements in the pFields array.
- 
pFieldsA pointer to an array of values. Each element of the array specifies a job or printer information field of interest.
 
- 
- 
Constructor Details- 
PRINTER_NOTIFY_OPTIONS_TYPEpublic PRINTER_NOTIFY_OPTIONS_TYPE()
 
- 
- 
Method Details- 
setFieldspublic void setFields(short[] fields) 
- 
getFieldspublic short[] getFields()
 
-