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
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/UnicodeUtilities.h


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, CarbonCoreLibrary.CFStringRef outString, ShortByReference tsOptions)
           
 

Method Detail

invoke

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


Copyright © 2009. All Rights Reserved.