org.rococoa.cocoa.carboncore
Class DTPBRec

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

public class DTPBRec
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 DTPBRec.ByReference
           
static class DTPBRec.ByValue
           
 
Field Summary
 int ioAPPLParID
           
 ByteByReference ioCmdAddr
           
 CarbonCoreLibrary.IOCompletionProcPtr ioCompletion
           
 int ioDirID
           
 int ioDTActCount
           
 ByteByReference ioDTBuffer
           
 int ioDTLgLen
           
 int ioDTPyLen
           
 short ioDTRefNum
           
 int ioDTReqCount
           
 int ioFileCreator
           
 int ioFileType
           
 byte ioFiller1
           
 short ioFiller2
           
 int ioFiller3
           
 short[] ioFiller4
           
 byte ioIconType
           
 short ioIndex
           
 ByteByReference ioNamePtr
           
 int ioTagInfo
           
 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
DTPBRec()
           
 
Method Summary
 DTPBRec.ByReference byReference()
           
 DTPBRec.ByValue byValue()
           
 DTPBRec 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

ioDTRefNum

public short ioDTRefNum

ioIndex

public short ioIndex

ioTagInfo

public int ioTagInfo

ioDTBuffer

public ByteByReference ioDTBuffer

ioDTReqCount

public int ioDTReqCount

ioDTActCount

public int ioDTActCount

ioFiller1

public byte ioFiller1

ioIconType

public byte ioIconType

ioFiller2

public short ioFiller2

ioDirID

public int ioDirID

ioFileCreator

public int ioFileCreator

ioFileType

public int ioFileType

ioFiller3

public int ioFiller3

ioDTLgLen

public int ioDTLgLen

ioDTPyLen

public int ioDTPyLen

ioFiller4

public short[] ioFiller4

ioAPPLParID

public int ioAPPLParID
Constructor Detail

DTPBRec

public DTPBRec()
Method Detail

byReference

public DTPBRec.ByReference byReference()

byValue

public DTPBRec.ByValue byValue()

clone

public DTPBRec clone()
Overrides:
clone in class Object