Package org.lwjgl.system.windows
Class DEVMODE
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<DEVMODE>
org.lwjgl.system.windows.DEVMODE
- All Implemented Interfaces:
AutoCloseable,org.lwjgl.system.NativeResource,org.lwjgl.system.Pointer
public class DEVMODE
extends org.lwjgl.system.Struct<DEVMODE>
implements org.lwjgl.system.NativeResource
Contains information about the initialization and environment of a printer or a display device.
Layout
struct DEVMODE {
TCHAR dmDeviceName()[32];
WORD dmSpecVersion();
WORD dmDriverVersion();
WORD dmSize();
WORD dmDriverExtra();
DWORD dmFields();
union {
struct {
short dmOrientation();
short dmPaperSize();
short dmPaperLength();
short dmPaperWidth();
short dmScale();
short dmCopies();
short dmDefaultSource();
short dmPrintQuality();
};
struct {
POINTL dmPosition();
DWORD dmDisplayOrientation();
DWORD dmDisplayFixedOutput();
};
};
short dmColor();
short dmDuplex();
short dmYResolution();
short dmTTOption();
short dmCollate();
TCHAR dmFormName()[32];
WORD dmLogPixels();
DWORD dmBitsPerPel();
DWORD dmPelsWidth();
DWORD dmPelsHeight();
union {
DWORD dmDisplayFlags();
DWORD dmNup();
};
DWORD dmDisplayFrequency();
DWORD dmICMMethod();
DWORD dmICMIntent();
DWORD dmMediaType();
DWORD dmDitherType();
DWORD dmReserved1();
DWORD dmReserved2();
DWORD dmPanningWidth();
DWORD dmPanningHeight();
}-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.lwjgl.system.Struct
org.lwjgl.system.Struct.StructValidationNested classes/interfaces inherited from interface org.lwjgl.system.Pointer
org.lwjgl.system.Pointer.Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe struct alignment in bytes.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct size in bytes.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionDEVMODE(ByteBuffer container) Creates aDEVMODEinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionstatic DEVMODEcalloc()Returns a newDEVMODEinstance allocated withmemCalloc.static DEVMODE.Buffercalloc(int capacity) Returns a newDEVMODE.Bufferinstance allocated withmemCalloc.static DEVMODE.Buffercalloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newDEVMODE.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static DEVMODEcalloc(org.lwjgl.system.MemoryStack stack) Returns a newDEVMODEinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static DEVMODEDeprecated.static DEVMODE.BuffercallocStack(int capacity) Deprecated.static DEVMODE.BuffercallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.static DEVMODEcallocStack(org.lwjgl.system.MemoryStack stack) Deprecated.static DEVMODEcreate()Returns a newDEVMODEinstance allocated withBufferUtils.static DEVMODE.Buffercreate(int capacity) Returns a newDEVMODE.Bufferinstance allocated withBufferUtils.static DEVMODEcreate(long address) Returns a newDEVMODEinstance for the specified memory address.static DEVMODE.Buffercreate(long address, int capacity) Create aDEVMODE.Bufferinstance at the specified memory.static @Nullable DEVMODEcreateSafe(long address) static @Nullable DEVMODE.BuffercreateSafe(long address, int capacity) intspecifies the color resolution, in bits per pixel, of the display device (for example: 4 bits for 16 colors, 8 bits for 256 colors, or 16 bits for 65,536 colors)shortfor printer devices onlyshortdmColor()for printer devices onlyshortdmCopies()for printer devices onlyshortfor printer devices onlyA zero-terminated character array that specifies the "friendly" name of the printer or display; for example, "PCL/HP LaserJet" in the case of PCL/HP LaserJet.A zero-terminated character array that specifies the "friendly" name of the printer or display; for example, "PCL/HP LaserJet" in the case of PCL/HP LaserJet.intfor fixed-resolution display devices only, how the display presents a low-resolution mode on a higher-resolution display.intspecifies the device's display mode, one or more of:GDI32.DM_INTERLACED,GDI32.DMDISPLAYFLAGS_TEXTMODEintspecifies the frequency, in hertz (cycles per second), of the display device in a particular mode.intfor display devices only, the orientation at which images should be presented.intfor printer devices onlyshortcontains the number of bytes of private driver-data that follow this structure.dmDriverExtra(short value) Sets the specified value to thedmDriverExtra()field.shortthe driver version number assigned by the driver developershortdmDuplex()for printer devices onlyintdmFields()specifies whether certain members of theDEVMODEstructure have been initialized.for printer devices onlyfor printer devices onlyintfor printer devices onlyintfor printer devices onlyshortthe number of pixels per logical inchintfor printer devices onlyintdmNup()for printer devices onlyshortfor printer devices onlyintthis member must be zerointthis member must be zeroshortfor printer devices onlyshortfor printer devices onlyshortfor printer devices onlyintspecifies the height, in pixels, of the visible device surfaceintspecifies the width, in pixels, of the visible device surfacefor display devices only, aPOINTLstructure that indicates the positional coordinates of the display device in reference to the desktop area.shortfor printer devices onlyintnot used; must be zerointnot used; must be zeroshortdmScale()for printer devices onlyshortdmSize()specifies the size, in bytes, of theDEVMODEstructure, not including any private driver-specific data that might follow the structure's public members.dmSize(short value) Sets the specified value to thedmSize()field.shortthe version number of the initialization data specification on which the structure is based.dmSpecVersion(short value) Sets the specified value to thedmSpecVersion()field.shortfor printer devices onlyshortfor printer devices onlystatic DEVMODEmalloc()Returns a newDEVMODEinstance allocated withmemAlloc.static DEVMODE.Buffermalloc(int capacity) Returns a newDEVMODE.Bufferinstance allocated withmemAlloc.static DEVMODE.Buffermalloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newDEVMODE.Bufferinstance allocated on the specifiedMemoryStack.static DEVMODEmalloc(org.lwjgl.system.MemoryStack stack) Returns a newDEVMODEinstance allocated on the specifiedMemoryStack.static DEVMODEDeprecated.static DEVMODE.BuffermallocStack(int capacity) Deprecated.static DEVMODE.BuffermallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.static DEVMODEmallocStack(org.lwjgl.system.MemoryStack stack) Deprecated.static intndmBitsPerPel(long struct) Unsafe version ofdmBitsPerPel().static shortndmCollate(long struct) Unsafe version ofdmCollate().static shortndmColor(long struct) Unsafe version ofdmColor().static shortndmCopies(long struct) Unsafe version ofdmCopies().static shortndmDefaultSource(long struct) Unsafe version ofdmDefaultSource().static ByteBufferndmDeviceName(long struct) Unsafe version ofdmDeviceName().static StringndmDeviceNameString(long struct) Unsafe version ofdmDeviceNameString().static intndmDisplayFixedOutput(long struct) Unsafe version ofdmDisplayFixedOutput().static intndmDisplayFlags(long struct) Unsafe version ofdmDisplayFlags().static intndmDisplayFrequency(long struct) Unsafe version ofdmDisplayFrequency().static intndmDisplayOrientation(long struct) Unsafe version ofdmDisplayOrientation().static intndmDitherType(long struct) Unsafe version ofdmDitherType().static shortndmDriverExtra(long struct) Unsafe version ofdmDriverExtra().static voidndmDriverExtra(long struct, short value) Unsafe version ofdmDriverExtra.static shortndmDriverVersion(long struct) Unsafe version ofdmDriverVersion().static shortndmDuplex(long struct) Unsafe version ofdmDuplex().static intndmFields(long struct) Unsafe version ofdmFields().static ByteBufferndmFormName(long struct) Unsafe version ofdmFormName().static StringndmFormNameString(long struct) Unsafe version ofdmFormNameString().static intndmICMIntent(long struct) Unsafe version ofdmICMIntent().static intndmICMMethod(long struct) Unsafe version ofdmICMMethod().static shortndmLogPixels(long struct) Unsafe version ofdmLogPixels().static intndmMediaType(long struct) Unsafe version ofdmMediaType().static intndmNup(long struct) Unsafe version ofdmNup().static shortndmOrientation(long struct) Unsafe version ofdmOrientation().static intndmPanningHeight(long struct) Unsafe version ofdmPanningHeight().static intndmPanningWidth(long struct) Unsafe version ofdmPanningWidth().static shortndmPaperLength(long struct) Unsafe version ofdmPaperLength().static shortndmPaperSize(long struct) Unsafe version ofdmPaperSize().static shortndmPaperWidth(long struct) Unsafe version ofdmPaperWidth().static intndmPelsHeight(long struct) Unsafe version ofdmPelsHeight().static intndmPelsWidth(long struct) Unsafe version ofdmPelsWidth().static POINTLndmPosition(long struct) Unsafe version ofdmPosition().static shortndmPrintQuality(long struct) Unsafe version ofdmPrintQuality().static intndmReserved1(long struct) Unsafe version ofdmReserved1().static intndmReserved2(long struct) Unsafe version ofdmReserved2().static shortndmScale(long struct) Unsafe version ofdmScale().static shortndmSize(long struct) Unsafe version ofdmSize().static voidndmSize(long struct, short value) Unsafe version ofdmSize.static shortndmSpecVersion(long struct) Unsafe version ofdmSpecVersion().static voidndmSpecVersion(long struct, short value) Unsafe version ofdmSpecVersion.static shortndmTTOption(long struct) Unsafe version ofdmTTOption().static shortndmYResolution(long struct) Unsafe version ofdmYResolution().Copies the specified struct data to this struct.intsizeof()Methods inherited from class org.lwjgl.system.Struct
clear, free, isNull, validate, validateMethods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toStringMethods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Field Details
-
SIZEOF
public static final int SIZEOFThe struct size in bytes. -
ALIGNOF
public static final int ALIGNOFThe struct alignment in bytes. -
DMDEVICENAME
public static final int DMDEVICENAMEThe struct member offsets. -
DMSPECVERSION
public static final int DMSPECVERSIONThe struct member offsets. -
DMDRIVERVERSION
public static final int DMDRIVERVERSIONThe struct member offsets. -
DMSIZE
public static final int DMSIZEThe struct member offsets. -
DMDRIVEREXTRA
public static final int DMDRIVEREXTRAThe struct member offsets. -
DMFIELDS
public static final int DMFIELDSThe struct member offsets. -
DMORIENTATION
public static final int DMORIENTATIONThe struct member offsets. -
DMPAPERSIZE
public static final int DMPAPERSIZEThe struct member offsets. -
DMPAPERLENGTH
public static final int DMPAPERLENGTHThe struct member offsets. -
DMPAPERWIDTH
public static final int DMPAPERWIDTHThe struct member offsets. -
DMSCALE
public static final int DMSCALEThe struct member offsets. -
DMCOPIES
public static final int DMCOPIESThe struct member offsets. -
DMDEFAULTSOURCE
public static final int DMDEFAULTSOURCEThe struct member offsets. -
DMPRINTQUALITY
public static final int DMPRINTQUALITYThe struct member offsets. -
DMPOSITION
public static final int DMPOSITIONThe struct member offsets. -
DMDISPLAYORIENTATION
public static final int DMDISPLAYORIENTATIONThe struct member offsets. -
DMDISPLAYFIXEDOUTPUT
public static final int DMDISPLAYFIXEDOUTPUTThe struct member offsets. -
DMCOLOR
public static final int DMCOLORThe struct member offsets. -
DMDUPLEX
public static final int DMDUPLEXThe struct member offsets. -
DMYRESOLUTION
public static final int DMYRESOLUTIONThe struct member offsets. -
DMTTOPTION
public static final int DMTTOPTIONThe struct member offsets. -
DMCOLLATE
public static final int DMCOLLATEThe struct member offsets. -
DMFORMNAME
public static final int DMFORMNAMEThe struct member offsets. -
DMLOGPIXELS
public static final int DMLOGPIXELSThe struct member offsets. -
DMBITSPERPEL
public static final int DMBITSPERPELThe struct member offsets. -
DMPELSWIDTH
public static final int DMPELSWIDTHThe struct member offsets. -
DMPELSHEIGHT
public static final int DMPELSHEIGHTThe struct member offsets. -
DMDISPLAYFLAGS
public static final int DMDISPLAYFLAGSThe struct member offsets. -
DMNUP
public static final int DMNUPThe struct member offsets. -
DMDISPLAYFREQUENCY
public static final int DMDISPLAYFREQUENCYThe struct member offsets. -
DMICMMETHOD
public static final int DMICMMETHODThe struct member offsets. -
DMICMINTENT
public static final int DMICMINTENTThe struct member offsets. -
DMMEDIATYPE
public static final int DMMEDIATYPEThe struct member offsets. -
DMDITHERTYPE
public static final int DMDITHERTYPEThe struct member offsets. -
DMRESERVED1
public static final int DMRESERVED1The struct member offsets. -
DMRESERVED2
public static final int DMRESERVED2The struct member offsets. -
DMPANNINGWIDTH
public static final int DMPANNINGWIDTHThe struct member offsets. -
DMPANNINGHEIGHT
public static final int DMPANNINGHEIGHTThe struct member offsets.
-
-
Constructor Details
-
DEVMODE
Creates aDEVMODEinstance at the current position of the specifiedByteBuffercontainer. Changes to the buffer's content will be visible to the struct instance and vice versa.The created instance holds a strong reference to the container object.
-
-
Method Details
-
sizeof
public int sizeof()- Specified by:
sizeofin classorg.lwjgl.system.Struct<DEVMODE>
-
dmDeviceName
A zero-terminated character array that specifies the "friendly" name of the printer or display; for example, "PCL/HP LaserJet" in the case of PCL/HP LaserJet. This string is unique among device drivers. Note that this name may be truncated to fit in thedmDeviceNamearray. -
dmDeviceNameString
A zero-terminated character array that specifies the "friendly" name of the printer or display; for example, "PCL/HP LaserJet" in the case of PCL/HP LaserJet. This string is unique among device drivers. Note that this name may be truncated to fit in thedmDeviceNamearray. -
dmSpecVersion
public short dmSpecVersion()the version number of the initialization data specification on which the structure is based. To ensure the correct version is used for any operating system, useGDI32.DM_SPECVERSION. -
dmDriverVersion
public short dmDriverVersion()the driver version number assigned by the driver developer -
dmSize
public short dmSize()specifies the size, in bytes, of theDEVMODEstructure, not including any private driver-specific data that might follow the structure's public members. Set this member toSIZEOFto indicate the version of theDEVMODEstructure being used. -
dmDriverExtra
public short dmDriverExtra()contains the number of bytes of private driver-data that follow this structure. If a device driver does not use device-specific information, set this member to zero. -
dmFields
public int dmFields()specifies whether certain members of theDEVMODEstructure have been initialized. If a member is initialized, its corresponding bit is set otherwise the bit is clear. A driver supports only thoseDEVMODEmembers that are appropriate for the printer or display technology. -
dmOrientation
public short dmOrientation()for printer devices only -
dmPaperSize
public short dmPaperSize()for printer devices only -
dmPaperLength
public short dmPaperLength()for printer devices only -
dmPaperWidth
public short dmPaperWidth()for printer devices only -
dmScale
public short dmScale()for printer devices only -
dmCopies
public short dmCopies()for printer devices only -
dmDefaultSource
public short dmDefaultSource()for printer devices only -
dmPrintQuality
public short dmPrintQuality()for printer devices only -
dmPosition
for display devices only, aPOINTLstructure that indicates the positional coordinates of the display device in reference to the desktop area. The primary display device is always located at coordinates (0,0). -
dmDisplayOrientation
public int dmDisplayOrientation()for display devices only, the orientation at which images should be presented. IfGDI32.DM_DISPLAYORIENTATIONis not set, this member must be zero. IfGDI32.DM_DISPLAYORIENTATIONis set, this member must be one of the following values:GDI32.DMDO_DEFAULT,GDI32.DMDO_90,GDI32.DMDO_180,GDI32.DMDO_270To determine whether the display orientation is portrait or landscape orientation, check the ratio of
dmPelsWidthtodmPelsHeight. -
dmDisplayFixedOutput
public int dmDisplayFixedOutput()for fixed-resolution display devices only, how the display presents a low-resolution mode on a higher-resolution display. For example, if a display device's resolution is fixed at 1024 x 768 pixels but its mode is set to 640 x 480 pixels, the device can either display a 640 x 480 image somewhere in the interior of the 1024 x 768 screen space or stretch the 640 x 480 image to fill the larger screen space. IfGDI32.DM_DISPLAYFIXEDOUTPUTis not set, this member must be zero. IfGDI32.DM_DISPLAYFIXEDOUTPUTis set, this member must be one of the following values:GDI32.DMDFO_DEFAULT,GDI32.DMDFO_CENTER,GDI32.DMDFO_STRETCH -
dmColor
public short dmColor()for printer devices only -
dmDuplex
public short dmDuplex()for printer devices only -
dmYResolution
public short dmYResolution()for printer devices only -
dmTTOption
public short dmTTOption()for printer devices only -
dmCollate
public short dmCollate()for printer devices only -
dmFormName
for printer devices only -
dmFormNameString
for printer devices only -
dmLogPixels
public short dmLogPixels()the number of pixels per logical inch -
dmBitsPerPel
public int dmBitsPerPel()specifies the color resolution, in bits per pixel, of the display device (for example: 4 bits for 16 colors, 8 bits for 256 colors, or 16 bits for 65,536 colors) -
dmPelsWidth
public int dmPelsWidth()specifies the width, in pixels, of the visible device surface -
dmPelsHeight
public int dmPelsHeight()specifies the height, in pixels, of the visible device surface -
dmDisplayFlags
public int dmDisplayFlags()specifies the device's display mode, one or more of:GDI32.DM_INTERLACED,GDI32.DMDISPLAYFLAGS_TEXTMODE -
dmNup
public int dmNup()for printer devices only -
dmDisplayFrequency
public int dmDisplayFrequency()specifies the frequency, in hertz (cycles per second), of the display device in a particular mode. This value is also known as the display device's vertical refresh rate.When you call the
User32.EnumDisplaySettingsEx(java.nio.ByteBuffer, int, org.lwjgl.system.windows.DEVMODE, int)function, thedmDisplayFrequencymember may return with the value 0 or 1. These values represent the display hardware's default refresh rate. This default rate is typically set by switches on a display card or computer motherboard, or by a configuration program that does not use display functions such asChangeDisplaySettingsEx. -
dmICMMethod
public int dmICMMethod()for printer devices only -
dmICMIntent
public int dmICMIntent()for printer devices only -
dmMediaType
public int dmMediaType()for printer devices only -
dmDitherType
public int dmDitherType()for printer devices only -
dmReserved1
public int dmReserved1()not used; must be zero -
dmReserved2
public int dmReserved2()not used; must be zero -
dmPanningWidth
public int dmPanningWidth()this member must be zero -
dmPanningHeight
public int dmPanningHeight()this member must be zero -
dmSpecVersion
Sets the specified value to thedmSpecVersion()field. -
dmSize
Sets the specified value to thedmSize()field. -
dmDriverExtra
Sets the specified value to thedmDriverExtra()field. -
set
Copies the specified struct data to this struct.- Parameters:
src- the source struct- Returns:
- this struct
-
malloc
Returns a newDEVMODEinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newDEVMODEinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newDEVMODEinstance allocated withBufferUtils. -
create
Returns a newDEVMODEinstance for the specified memory address. -
createSafe
-
malloc
Returns a newDEVMODE.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newDEVMODE.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newDEVMODE.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aDEVMODE.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
-
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)instead. -
mallocStack
@Deprecated public static DEVMODE.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)instead. -
callocStack
@Deprecated public static DEVMODE.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)instead. -
malloc
Returns a newDEVMODEinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newDEVMODEinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newDEVMODE.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newDEVMODE.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
ndmDeviceName
Unsafe version ofdmDeviceName(). -
ndmDeviceNameString
Unsafe version ofdmDeviceNameString(). -
ndmSpecVersion
public static short ndmSpecVersion(long struct) Unsafe version ofdmSpecVersion(). -
ndmDriverVersion
public static short ndmDriverVersion(long struct) Unsafe version ofdmDriverVersion(). -
ndmSize
public static short ndmSize(long struct) Unsafe version ofdmSize(). -
ndmDriverExtra
public static short ndmDriverExtra(long struct) Unsafe version ofdmDriverExtra(). -
ndmFields
public static int ndmFields(long struct) Unsafe version ofdmFields(). -
ndmOrientation
public static short ndmOrientation(long struct) Unsafe version ofdmOrientation(). -
ndmPaperSize
public static short ndmPaperSize(long struct) Unsafe version ofdmPaperSize(). -
ndmPaperLength
public static short ndmPaperLength(long struct) Unsafe version ofdmPaperLength(). -
ndmPaperWidth
public static short ndmPaperWidth(long struct) Unsafe version ofdmPaperWidth(). -
ndmScale
public static short ndmScale(long struct) Unsafe version ofdmScale(). -
ndmCopies
public static short ndmCopies(long struct) Unsafe version ofdmCopies(). -
ndmDefaultSource
public static short ndmDefaultSource(long struct) Unsafe version ofdmDefaultSource(). -
ndmPrintQuality
public static short ndmPrintQuality(long struct) Unsafe version ofdmPrintQuality(). -
ndmPosition
Unsafe version ofdmPosition(). -
ndmDisplayOrientation
public static int ndmDisplayOrientation(long struct) Unsafe version ofdmDisplayOrientation(). -
ndmDisplayFixedOutput
public static int ndmDisplayFixedOutput(long struct) Unsafe version ofdmDisplayFixedOutput(). -
ndmColor
public static short ndmColor(long struct) Unsafe version ofdmColor(). -
ndmDuplex
public static short ndmDuplex(long struct) Unsafe version ofdmDuplex(). -
ndmYResolution
public static short ndmYResolution(long struct) Unsafe version ofdmYResolution(). -
ndmTTOption
public static short ndmTTOption(long struct) Unsafe version ofdmTTOption(). -
ndmCollate
public static short ndmCollate(long struct) Unsafe version ofdmCollate(). -
ndmFormName
Unsafe version ofdmFormName(). -
ndmFormNameString
Unsafe version ofdmFormNameString(). -
ndmLogPixels
public static short ndmLogPixels(long struct) Unsafe version ofdmLogPixels(). -
ndmBitsPerPel
public static int ndmBitsPerPel(long struct) Unsafe version ofdmBitsPerPel(). -
ndmPelsWidth
public static int ndmPelsWidth(long struct) Unsafe version ofdmPelsWidth(). -
ndmPelsHeight
public static int ndmPelsHeight(long struct) Unsafe version ofdmPelsHeight(). -
ndmDisplayFlags
public static int ndmDisplayFlags(long struct) Unsafe version ofdmDisplayFlags(). -
ndmNup
public static int ndmNup(long struct) Unsafe version ofdmNup(). -
ndmDisplayFrequency
public static int ndmDisplayFrequency(long struct) Unsafe version ofdmDisplayFrequency(). -
ndmICMMethod
public static int ndmICMMethod(long struct) Unsafe version ofdmICMMethod(). -
ndmICMIntent
public static int ndmICMIntent(long struct) Unsafe version ofdmICMIntent(). -
ndmMediaType
public static int ndmMediaType(long struct) Unsafe version ofdmMediaType(). -
ndmDitherType
public static int ndmDitherType(long struct) Unsafe version ofdmDitherType(). -
ndmReserved1
public static int ndmReserved1(long struct) Unsafe version ofdmReserved1(). -
ndmReserved2
public static int ndmReserved2(long struct) Unsafe version ofdmReserved2(). -
ndmPanningWidth
public static int ndmPanningWidth(long struct) Unsafe version ofdmPanningWidth(). -
ndmPanningHeight
public static int ndmPanningHeight(long struct) Unsafe version ofdmPanningHeight(). -
ndmSpecVersion
public static void ndmSpecVersion(long struct, short value) Unsafe version ofdmSpecVersion. -
ndmSize
public static void ndmSize(long struct, short value) Unsafe version ofdmSize. -
ndmDriverExtra
public static void ndmDriverExtra(long struct, short value) Unsafe version ofdmDriverExtra.
-