org.rococoa.cocoa.carboncore
Class XCInfoPBRec
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure<XCInfoPBRec,XCInfoPBRec.ByValue,XCInfoPBRec.ByReference>
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.
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 |
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
XCInfoPBRec
public XCInfoPBRec()
newArray
public static XCInfoPBRec[] newArray(int arrayLength)
Copyright © 2009. All Rights Reserved.