org.rococoa.cocoa.carboncore
Class CMovePBRec

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by org.rococoa.cocoa.carboncore.CMovePBRec
Direct Known Subclasses:
CMovePBRec.ByReference, CMovePBRec.ByValue

public class CMovePBRec
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 CMovePBRec.ByReference
           
static class CMovePBRec.ByValue
           
 
Field Summary
 int filler1
           
 int filler2
           
 int[] filler3
           
 ByteByReference ioCmdAddr
           
 CarbonCoreLibrary.IOCompletionProcPtr ioCompletion
           
 int ioDirID
           
 ByteByReference ioNamePtr
           
 int ioNewDirID
           
 ByteByReference ioNewName
           
 short ioTrap
           
 short ioVRefNum
           
 QElem.ByReference qLink
           
 short qType
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
CMovePBRec()
           
 
Method Summary
 CMovePBRec.ByReference byReference()
           
 CMovePBRec.ByValue byValue()
           
 CMovePBRec 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

qLink

public QElem.ByReference qLink

qType

public short qType

ioTrap

public short ioTrap

ioCmdAddr

public ByteByReference ioCmdAddr

ioCompletion

public CarbonCoreLibrary.IOCompletionProcPtr ioCompletion

ioNamePtr

public ByteByReference ioNamePtr

ioVRefNum

public short ioVRefNum

filler1

public int filler1

ioNewName

public ByteByReference ioNewName

filler2

public int filler2

ioNewDirID

public int ioNewDirID

filler3

public int[] filler3

ioDirID

public int ioDirID
Constructor Detail

CMovePBRec

public CMovePBRec()
Method Detail

byReference

public CMovePBRec.ByReference byReference()

byValue

public CMovePBRec.ByValue byValue()

clone

public CMovePBRec clone()
Overrides:
clone in class Object