org.rococoa.cocoa.iokit
Class VDResolutionInfoRec
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.iokit.VDResolutionInfoRec
- Direct Known Subclasses:
- VDResolutionInfoRec.ByReference, VDResolutionInfoRec.ByValue
public class VDResolutionInfoRec
- extends com.ochafik.lang.jnaerator.runtime.Structure
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure |
setupClone |
Methods inherited from class com.sun.jna.Structure |
allocateMemory, allocateMemory, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField |
csPreviousDisplayModeID
public int csPreviousDisplayModeID
csDisplayModeID
public int csDisplayModeID
csHorizontalPixels
public NativeLong csHorizontalPixels
csVerticalLines
public NativeLong csVerticalLines
csRefreshRate
public int csRefreshRate
csMaxDepthMode
public short csMaxDepthMode
csResolutionFlags
public NativeLong csResolutionFlags
csReserved
public NativeLong csReserved
VDResolutionInfoRec
public VDResolutionInfoRec()
VDResolutionInfoRec
public VDResolutionInfoRec(int csPreviousDisplayModeID,
int csDisplayModeID,
NativeLong csHorizontalPixels,
NativeLong csVerticalLines,
int csRefreshRate,
short csMaxDepthMode,
NativeLong csResolutionFlags,
NativeLong csReserved)
- Parameters:
csPreviousDisplayModeID
- ID of the previous resolution in a chain
csDisplayModeID
- ID of the next resolution
csHorizontalPixels
- # of pixels in a horizontal line at the max depth
csVerticalLines
- # of lines in a screen at the max depth
csRefreshRate
- Vertical Refresh Rate in Hz
csMaxDepthMode
- 0x80-based number representing max bit depth
csResolutionFlags
- Reserved - flag bits
csReserved
- Reserved
byReference
public VDResolutionInfoRec.ByReference byReference()
byValue
public VDResolutionInfoRec.ByValue byValue()
clone
public VDResolutionInfoRec clone()
- Overrides:
clone
in class Object