org.rococoa.cocoa.iokit
Class VDResolutionInfoRec

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by 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.


Nested Class Summary
static class VDResolutionInfoRec.ByReference
           
static class VDResolutionInfoRec.ByValue
           
 
Field Summary
 int csDisplayModeID
           
 NativeLong csHorizontalPixels
           
 short csMaxDepthMode
           
 int csPreviousDisplayModeID
           
 int csRefreshRate
           
 NativeLong csReserved
           
 NativeLong csResolutionFlags
           
 NativeLong csVerticalLines
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
VDResolutionInfoRec()
           
VDResolutionInfoRec(int csPreviousDisplayModeID, int csDisplayModeID, NativeLong csHorizontalPixels, NativeLong csVerticalLines, int csRefreshRate, short csMaxDepthMode, NativeLong csResolutionFlags, NativeLong csReserved)
           
 
Method Summary
 VDResolutionInfoRec.ByReference byReference()
           
 VDResolutionInfoRec.ByValue byValue()
           
 VDResolutionInfoRec clone()
           
 
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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

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
Method Detail

byReference

public VDResolutionInfoRec.ByReference byReference()

byValue

public VDResolutionInfoRec.ByValue byValue()

clone

public VDResolutionInfoRec clone()
Overrides:
clone in class Object