org.rococoa.cocoa.hiservices
Class ICFileSpec
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure<ICFileSpec,ICFileSpec.ByValue,ICFileSpec.ByReference>
org.rococoa.cocoa.hiservices.ICFileSpec
- All Implemented Interfaces:
- StructureType, StructureTypeDependent, Comparable<Structure<ICFileSpec,ICFileSpec.ByValue,ICFileSpec.ByReference>>
- Direct Known Subclasses:
- ICFileSpec.ByReference, ICFileSpec.ByValue
public class ICFileSpec
- extends Structure<ICFileSpec,ICFileSpec.ByValue,ICFileSpec.ByReference>
types and constants for use with kICDownloadFolder, et. al.
**********************************************************************************************
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/HIServices.framework/Headers/InternetConfig.h:223
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 |
volName
public byte[] volName
- this field should be ignored, use the alias
C type : Str31
volCreationDate
public int volCreationDate
fss
public FSSpec fss
- this field should be ignored, use the alias
C type : FSSpec
alias
public AliasRecord alias
ICFileSpec
public ICFileSpec()
ICFileSpec
public ICFileSpec(byte[] volName,
int volCreationDate,
FSSpec fss,
AliasRecord alias)
- Parameters:
volName
- this field should be ignored, use the alias
C type : Str31
volCreationDate
- this field should be ignored, use the alias
fss
- this field should be ignored, use the alias
C type : FSSpec
alias
- C type : AliasRecord
newArray
public static ICFileSpec[] newArray(int arrayLength)
Copyright © 2009. All Rights Reserved.