Package com.sun.jna.platform.win32
Klasse Winspool.LPPRINTER_DEFAULTS
java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.Winspool.LPPRINTER_DEFAULTS
- Umschließende Schnittstelle:
Winspool
@FieldOrder({"pDatatype","pDevMode","DesiredAccess"})
public static class Winspool.LPPRINTER_DEFAULTS
extends Structure
The PRINTER_DEFAULTS structure specifies the default data type,
environment, initialization data, and access rights for a printer.
- 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 TypFeldBeschreibungint
Specifies desired access rights for a printer.Pointer to a null-terminated string that specifies the default data type for a printer.Pointer to a DEVMODE structure that identifies the default environment and initialization data for a printer.Von Klasse geerbte Felder com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
-
Konstruktorübersicht
Konstruktoren -
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
-
pDatatype
Pointer to a null-terminated string that specifies the default data type for a printer. -
pDevMode
Pointer to a DEVMODE structure that identifies the default environment and initialization data for a printer. -
DesiredAccess
public int DesiredAccessSpecifies desired access rights for a printer. The OpenPrinter function uses this member to set access rights to the printer. These rights can affect the operation of the SetPrinter and DeletePrinter functions.
-
-
Konstruktordetails
-
LPPRINTER_DEFAULTS
public LPPRINTER_DEFAULTS()
-