Package com.sun.jna.platform.win32
Klasse Winspool.PRINTER_NOTIFY_INFO_DATA
java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.Winspool.PRINTER_NOTIFY_INFO_DATA
- Umschließende Schnittstelle:
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.
- 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
FelderModifizierer und TypFeldBeschreibungshort
Indicates the field that changed.int
Indicates the job identifier if the Type member specifies JOB_NOTIFY_TYPE.A union of data information based on the Type and Field members.int
Reserved.short
Indicates the type of information provided.Von Klasse geerbte Felder com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
read()
Reads the fields of the struct from native memoryVon 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, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
-
Felddetails
-
Type
public short TypeIndicates the type of information provided. -
Field
public short FieldIndicates the field that changed. -
Reserved
public int ReservedReserved. -
Id
public 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. -
NotifyData
A union of data information based on the Type and Field members.
-
-
Konstruktordetails
-
PRINTER_NOTIFY_INFO_DATA
public PRINTER_NOTIFY_INFO_DATA()
-
-
Methodendetails