org.rococoa.cocoa.carboncore
Interface CarbonCoreLibrary.IndexToUCStringProcPtr

All Superinterfaces:
Callback
Enclosing interface:
CarbonCoreLibrary

public static interface CarbonCoreLibrary.IndexToUCStringProcPtr
extends Callback

IndexToUCStringProcPtr
This is the type used to define the user's IndexToUCString callback


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.jna.Callback
Callback.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from interface com.sun.jna.Callback
FORBIDDEN_NAMES, METHOD_NAME
 
Method Summary
 boolean invoke(int index, Pointer listDataPtr, Pointer refcon, HIServicesLibrary.CFStringRef outString, ShortByReference tsOptions)
           
 

Method Detail

invoke

boolean invoke(int index,
               Pointer listDataPtr,
               Pointer refcon,
               HIServicesLibrary.CFStringRef outString,
               ShortByReference tsOptions)