org.rococoa.cocoa.launchservices
Class LSLaunchURLSpec
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.launchservices.LSLaunchURLSpec
- Direct Known Subclasses:
- LSLaunchURLSpec.ByReference, LSLaunchURLSpec.ByValue
public class LSLaunchURLSpec
- 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.
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 |
appURL
public AudioUnitLibrary.__CFURL appURL
itemURLs
public HIServicesLibrary.__CFArray itemURLs
passThruParams
public AEDesc.ByReference passThruParams
launchFlags
public int launchFlags
asyncRefCon
public Pointer asyncRefCon
LSLaunchURLSpec
public LSLaunchURLSpec()
LSLaunchURLSpec
public LSLaunchURLSpec(AudioUnitLibrary.__CFURL appURL,
HIServicesLibrary.__CFArray itemURLs,
AEDesc.ByReference passThruParams,
int launchFlags,
Pointer asyncRefCon)
- Parameters:
appURL
- app to use, can be NULL
itemURLs
- items to open/print, can be NULL
passThruParams
- passed untouched to application as optional parameter (can be NULL)
asyncRefCon
- used if you register for app birth/death notification
byReference
public LSLaunchURLSpec.ByReference byReference()
byValue
public LSLaunchURLSpec.ByValue byValue()
clone
public LSLaunchURLSpec clone()
- Overrides:
clone
in class Object