org.rococoa.cocoa.carboncore
Class XCInfoPBRec

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure<XCInfoPBRec,XCInfoPBRec.ByValue,XCInfoPBRec.ByReference>
          extended by org.rococoa.cocoa.carboncore.XCInfoPBRec
All Implemented Interfaces:
StructureType, StructureTypeDependent, Comparable<Structure<XCInfoPBRec,XCInfoPBRec.ByValue,XCInfoPBRec.ByReference>>
Direct Known Subclasses:
XCInfoPBRec.ByReference, XCInfoPBRec.ByValue

public class XCInfoPBRec
extends Structure<XCInfoPBRec,XCInfoPBRec.ByValue,XCInfoPBRec.ByReference>

native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/Files.h:551
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 XCInfoPBRec.ByReference
           
static class XCInfoPBRec.ByValue
           
 
Field Summary
 int filler1
           
 short filler2
           
 int[] filler3
           
 Pointer ioCmdAddr
           
 CarbonCoreLibrary.ProcPtr ioCompletion
          --> A pointer to a completion routine
C type : ProcPtr
 int ioDirID
           
 Pointer ioNamePtr
          --> Pointer to pathname to object
C type : StringPtr
 int ioPDAuxType
           
 short ioPDType
           
 Pointer ioShortNamePtr
          <-> A pointer to the short name string buffer - required!
 short ioTrap
           
 short ioVRefNum
          --> A volume specification
C type : FSVolumeRefNum
 QElem.ByReference qLink
           
 short qType
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
 
Constructor Summary
XCInfoPBRec()
           
 
Method Summary
static XCInfoPBRec[] newArray(int arrayLength)
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure
byReference, byValue, castToArray, castToArray, castToArray, castToReferenceArray, castToReferenceArray, castToValueArray, castToValueArray, clone, compareTo, newArray, read, setDependency, toArray, toArray, toArray, toReferenceArray, toReferenceArray, toValueArray, toValueArray, use, use, use, use, write
 
Methods inherited from class com.sun.jna.Structure
autoRead, autoRead, autoWrite, autoWrite, clear, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, readField, setAutoRead, setAutoSynch, setAutoWrite, size, toString, writeField, writeField
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ochafik.lang.jnaerator.runtime.StructureType
getPointer, size
 

Field Detail

qLink

public QElem.ByReference qLink

qType

public short qType

ioTrap

public short ioTrap

ioCmdAddr

public Pointer ioCmdAddr

ioCompletion

public CarbonCoreLibrary.ProcPtr ioCompletion
--> A pointer to a completion routine
C type : ProcPtr


ioNamePtr

public Pointer ioNamePtr
--> Pointer to pathname to object
C type : StringPtr


ioVRefNum

public short ioVRefNum
--> A volume specification
C type : FSVolumeRefNum


filler1

public int filler1

ioShortNamePtr

public Pointer ioShortNamePtr
<-> A pointer to the short name string buffer - required!
C type : StringPtr


filler2

public short filler2

ioPDType

public short ioPDType

ioPDAuxType

public int ioPDAuxType

filler3

public int[] filler3

ioDirID

public int ioDirID
Constructor Detail

XCInfoPBRec

public XCInfoPBRec()
Method Detail

newArray

public static XCInfoPBRec[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.