Package com.sun.jna.platform.win32
Klasse Winspool.PRINTER_NOTIFY_OPTIONS
java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.Winspool.PRINTER_NOTIFY_OPTIONS
- Umschließende Schnittstelle:
Winspool
@FieldOrder({"Version","Flags","Count","pTypes"})
public static class Winspool.PRINTER_NOTIFY_OPTIONS
extends Structure
The PRINTER_NOTIFY_OPTIONS structure specifies options for a change
notification object that monitors a printer or print server.
- Siehe auch:
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen com.sun.jna.Structure
Structure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField
-
Feldübersicht
Modifizierer und TypFeldBeschreibungint
The number of elements in the pTypes array.int
A bit flag.A pointer to an array of PRINTER_NOTIFY_OPTIONS_TYPE structures.int
The version of this structure.Von Klasse geerbte Felder com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
-
Konstruktorübersicht
-
Methodenübersicht
Von Klasse geerbte Methoden com.sun.jna.Structure
allocateMemory, 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
-
Felddetails
-
Version
public int VersionThe version of this structure. Set this member to 2. -
Flags
public int FlagsA bit flag. If you set the PRINTER_NOTIFY_OPTIONS_REFRESH flag in a call to the FindNextPrinterChangeNotification function, the function provides current data for all monitored printer information fields. The FindFirstPrinterChangeNotification function ignores the Flags member. -
Count
public int CountThe number of elements in the pTypes array. -
pTypes
A pointer to an array of PRINTER_NOTIFY_OPTIONS_TYPE structures. Use one element of this array to specify the printer information fields to monitor, and one element to specify the job information fields to monitor. You can monitor either printer information, job information, or both.
-
-
Konstruktordetails
-
PRINTER_NOTIFY_OPTIONS
public PRINTER_NOTIFY_OPTIONS()
-