Package org.lwjgl.system.windows
Class DEVMODE
- All Implemented Interfaces:
AutoCloseable
,NativeResource
,Pointer
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 {
{@link POINTL 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
Struct.StructValidation
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The struct alignment in bytes.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The 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 aDEVMODE
instance at the current position of the specifiedByteBuffer
container. -
Method Summary
Modifier and TypeMethodDescriptionstatic DEVMODE
calloc()
Returns a newDEVMODE
instance allocated withmemCalloc
.static DEVMODE.Buffer
calloc
(int capacity) Returns a newDEVMODE.Buffer
instance allocated withmemCalloc
.static DEVMODE.Buffer
calloc
(int capacity, MemoryStack stack) Returns a newDEVMODE.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static DEVMODE
calloc
(MemoryStack stack) Returns a newDEVMODE
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static DEVMODE
Deprecated.static DEVMODE.Buffer
callocStack
(int capacity) Deprecated.static DEVMODE.Buffer
callocStack
(int capacity, MemoryStack stack) Deprecated.static DEVMODE
callocStack
(MemoryStack stack) Deprecated.static DEVMODE
create()
Returns a newDEVMODE
instance allocated withBufferUtils
.static DEVMODE.Buffer
create
(int capacity) Returns a newDEVMODE.Buffer
instance allocated withBufferUtils
.static DEVMODE
create
(long address) Returns a newDEVMODE
instance for the specified memory address.static DEVMODE.Buffer
create
(long address, int capacity) Create aDEVMODE.Buffer
instance at the specified memory.static @Nullable DEVMODE
createSafe
(long address) static @Nullable DEVMODE.Buffer
createSafe
(long address, int capacity) int
short
short
dmColor()
short
dmCopies()
short
int
int
int
int
int
short
dmDriverExtra
(short value) Sets the specified value to thedmDriverExtra
field.short
short
dmDuplex()
int
dmFields()
int
int
short
int
int
dmNup()
short
int
int
short
short
short
int
int
short
int
int
short
dmScale()
short
dmSize()
dmSize
(short value) Sets the specified value to thedmSize
field.short
dmSpecVersion
(short value) Sets the specified value to thedmSpecVersion
field.short
short
static DEVMODE
malloc()
Returns a newDEVMODE
instance allocated withmemAlloc
.static DEVMODE.Buffer
malloc
(int capacity) Returns a newDEVMODE.Buffer
instance allocated withmemAlloc
.static DEVMODE.Buffer
malloc
(int capacity, MemoryStack stack) Returns a newDEVMODE.Buffer
instance allocated on the specifiedMemoryStack
.static DEVMODE
malloc
(MemoryStack stack) Returns a newDEVMODE
instance allocated on the specifiedMemoryStack
.static DEVMODE
Deprecated.static DEVMODE.Buffer
mallocStack
(int capacity) Deprecated.static DEVMODE.Buffer
mallocStack
(int capacity, MemoryStack stack) Deprecated.static DEVMODE
mallocStack
(MemoryStack stack) Deprecated.static int
ndmBitsPerPel
(long struct) Unsafe version ofdmBitsPerPel()
.static short
ndmCollate
(long struct) Unsafe version ofdmCollate()
.static short
ndmColor
(long struct) Unsafe version ofdmColor()
.static short
ndmCopies
(long struct) Unsafe version ofdmCopies()
.static short
ndmDefaultSource
(long struct) Unsafe version ofdmDefaultSource()
.static ByteBuffer
ndmDeviceName
(long struct) Unsafe version ofdmDeviceName()
.static String
ndmDeviceNameString
(long struct) Unsafe version ofdmDeviceNameString()
.static int
ndmDisplayFixedOutput
(long struct) Unsafe version ofdmDisplayFixedOutput()
.static int
ndmDisplayFlags
(long struct) Unsafe version ofdmDisplayFlags()
.static int
ndmDisplayFrequency
(long struct) Unsafe version ofdmDisplayFrequency()
.static int
ndmDisplayOrientation
(long struct) Unsafe version ofdmDisplayOrientation()
.static int
ndmDitherType
(long struct) Unsafe version ofdmDitherType()
.static short
ndmDriverExtra
(long struct) Unsafe version ofdmDriverExtra()
.static void
ndmDriverExtra
(long struct, short value) Unsafe version ofdmDriverExtra
.static short
ndmDriverVersion
(long struct) Unsafe version ofdmDriverVersion()
.static short
ndmDuplex
(long struct) Unsafe version ofdmDuplex()
.static int
ndmFields
(long struct) Unsafe version ofdmFields()
.static ByteBuffer
ndmFormName
(long struct) Unsafe version ofdmFormName()
.static String
ndmFormNameString
(long struct) Unsafe version ofdmFormNameString()
.static int
ndmICMIntent
(long struct) Unsafe version ofdmICMIntent()
.static int
ndmICMMethod
(long struct) Unsafe version ofdmICMMethod()
.static short
ndmLogPixels
(long struct) Unsafe version ofdmLogPixels()
.static int
ndmMediaType
(long struct) Unsafe version ofdmMediaType()
.static int
ndmNup
(long struct) Unsafe version ofdmNup()
.static short
ndmOrientation
(long struct) Unsafe version ofdmOrientation()
.static int
ndmPanningHeight
(long struct) Unsafe version ofdmPanningHeight()
.static int
ndmPanningWidth
(long struct) Unsafe version ofdmPanningWidth()
.static short
ndmPaperLength
(long struct) Unsafe version ofdmPaperLength()
.static short
ndmPaperSize
(long struct) Unsafe version ofdmPaperSize()
.static short
ndmPaperWidth
(long struct) Unsafe version ofdmPaperWidth()
.static int
ndmPelsHeight
(long struct) Unsafe version ofdmPelsHeight()
.static int
ndmPelsWidth
(long struct) Unsafe version ofdmPelsWidth()
.static POINTL
ndmPosition
(long struct) Unsafe version ofdmPosition()
.static short
ndmPrintQuality
(long struct) Unsafe version ofdmPrintQuality()
.static int
ndmReserved1
(long struct) Unsafe version ofdmReserved1()
.static int
ndmReserved2
(long struct) Unsafe version ofdmReserved2()
.static short
ndmScale
(long struct) Unsafe version ofdmScale()
.static short
ndmSize
(long struct) Unsafe version ofdmSize()
.static void
ndmSize
(long struct, short value) Unsafe version ofdmSize
.static short
ndmSpecVersion
(long struct) Unsafe version ofdmSpecVersion()
.static void
ndmSpecVersion
(long struct, short value) Unsafe version ofdmSpecVersion
.static short
ndmTTOption
(long struct) Unsafe version ofdmTTOption()
.static short
ndmYResolution
(long struct) Unsafe version ofdmYResolution()
.Copies the specified struct data to this struct.int
sizeof()
Returnssizeof(struct)
.Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
Methods 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 aDEVMODE
instance at the current position of the specifiedByteBuffer
container. 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()Description copied from class:Struct
Returnssizeof(struct)
. -
dmDeviceName
- Returns:
- a
ByteBuffer
view of thedmDeviceName
field.
-
dmDeviceNameString
- Returns:
- the null-terminated string stored in the
dmDeviceName
field.
-
dmSpecVersion
public short dmSpecVersion()- Returns:
- the value of the
dmSpecVersion
field.
-
dmDriverVersion
public short dmDriverVersion()- Returns:
- the value of the
dmDriverVersion
field.
-
dmSize
public short dmSize()- Returns:
- the value of the
dmSize
field.
-
dmDriverExtra
public short dmDriverExtra()- Returns:
- the value of the
dmDriverExtra
field.
-
dmFields
public int dmFields()- Returns:
- the value of the
dmFields
field.
-
dmOrientation
public short dmOrientation()- Returns:
- the value of the
dmOrientation
field.
-
dmPaperSize
public short dmPaperSize()- Returns:
- the value of the
dmPaperSize
field.
-
dmPaperLength
public short dmPaperLength()- Returns:
- the value of the
dmPaperLength
field.
-
dmPaperWidth
public short dmPaperWidth()- Returns:
- the value of the
dmPaperWidth
field.
-
dmScale
public short dmScale()- Returns:
- the value of the
dmScale
field.
-
dmCopies
public short dmCopies()- Returns:
- the value of the
dmCopies
field.
-
dmDefaultSource
public short dmDefaultSource()- Returns:
- the value of the
dmDefaultSource
field.
-
dmPrintQuality
public short dmPrintQuality()- Returns:
- the value of the
dmPrintQuality
field.
-
dmPosition
- Returns:
- a
POINTL
view of thedmPosition
field.
-
dmDisplayOrientation
public int dmDisplayOrientation()- Returns:
- the value of the
dmDisplayOrientation
field.
-
dmDisplayFixedOutput
public int dmDisplayFixedOutput()- Returns:
- the value of the
dmDisplayFixedOutput
field.
-
dmColor
public short dmColor()- Returns:
- the value of the
dmColor
field.
-
dmDuplex
public short dmDuplex()- Returns:
- the value of the
dmDuplex
field.
-
dmYResolution
public short dmYResolution()- Returns:
- the value of the
dmYResolution
field.
-
dmTTOption
public short dmTTOption()- Returns:
- the value of the
dmTTOption
field.
-
dmCollate
public short dmCollate()- Returns:
- the value of the
dmCollate
field.
-
dmFormName
- Returns:
- a
ByteBuffer
view of thedmFormName
field.
-
dmFormNameString
- Returns:
- the null-terminated string stored in the
dmFormName
field.
-
dmLogPixels
public short dmLogPixels()- Returns:
- the value of the
dmLogPixels
field.
-
dmBitsPerPel
public int dmBitsPerPel()- Returns:
- the value of the
dmBitsPerPel
field.
-
dmPelsWidth
public int dmPelsWidth()- Returns:
- the value of the
dmPelsWidth
field.
-
dmPelsHeight
public int dmPelsHeight()- Returns:
- the value of the
dmPelsHeight
field.
-
dmDisplayFlags
public int dmDisplayFlags()- Returns:
- the value of the
dmDisplayFlags
field.
-
dmNup
public int dmNup()- Returns:
- the value of the
dmNup
field.
-
dmDisplayFrequency
public int dmDisplayFrequency()- Returns:
- the value of the
dmDisplayFrequency
field.
-
dmICMMethod
public int dmICMMethod()- Returns:
- the value of the
dmICMMethod
field.
-
dmICMIntent
public int dmICMIntent()- Returns:
- the value of the
dmICMIntent
field.
-
dmMediaType
public int dmMediaType()- Returns:
- the value of the
dmMediaType
field.
-
dmDitherType
public int dmDitherType()- Returns:
- the value of the
dmDitherType
field.
-
dmReserved1
public int dmReserved1()- Returns:
- the value of the
dmReserved1
field.
-
dmReserved2
public int dmReserved2()- Returns:
- the value of the
dmReserved2
field.
-
dmPanningWidth
public int dmPanningWidth()- Returns:
- the value of the
dmPanningWidth
field.
-
dmPanningHeight
public int dmPanningHeight()- Returns:
- the value of the
dmPanningHeight
field.
-
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 newDEVMODE
instance allocated withmemAlloc
. The instance must be explicitly freed. -
calloc
Returns a newDEVMODE
instance allocated withmemCalloc
. The instance must be explicitly freed. -
create
Returns a newDEVMODE
instance allocated withBufferUtils
. -
create
Returns a newDEVMODE
instance for the specified memory address. -
createSafe
-
malloc
Returns a newDEVMODE.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
Returns a newDEVMODE.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
Returns a newDEVMODE.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
Create aDEVMODE.Buffer
instance 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.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)
instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)
instead. -
malloc
Returns a newDEVMODE
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
calloc
Returns a newDEVMODE
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
malloc
Returns a newDEVMODE.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
capacity
- the buffer capacitystack
- the stack from which to allocate
-
calloc
Returns a newDEVMODE.Buffer
instance allocated on the specifiedMemoryStack
and 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
.
-