Uses of Interface
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.IndexToUCStringProcPtr

Packages that use CarbonCoreLibrary.IndexToUCStringProcPtr
org.rococoa.cocoa.carboncore   
 

Uses of CarbonCoreLibrary.IndexToUCStringProcPtr in org.rococoa.cocoa.carboncore
 

Methods in org.rococoa.cocoa.carboncore that return CarbonCoreLibrary.IndexToUCStringProcPtr
 CarbonCoreLibrary.IndexToUCStringProcPtr CarbonCoreLibrary.NewIndexToUCStringUPP(CarbonCoreLibrary.IndexToUCStringProcPtr userRoutine)
          NewIndexToUCStringUPP()

Availability:
Mac OS X: in version 10.4 and later in CoreServices.framework
CarbonLib: not available in CarbonLib 1.x, is available on Mac OS X version 10.4 and later
Non-Carbon CFM: available as macro/inline
Original signature : IndexToUCStringUPP NewIndexToUCStringUPP(IndexToUCStringProcPtr)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/UnicodeUtilities.h:380
 

Methods in org.rococoa.cocoa.carboncore with parameters of type CarbonCoreLibrary.IndexToUCStringProcPtr
 void CarbonCoreLibrary.DisposeIndexToUCStringUPP(CarbonCoreLibrary.IndexToUCStringProcPtr userUPP)
          DisposeIndexToUCStringUPP()

Availability:
Mac OS X: in version 10.4 and later in CoreServices.framework
CarbonLib: not available in CarbonLib 1.x, is available on Mac OS X version 10.4 and later
Non-Carbon CFM: available as macro/inline
Original signature : void DisposeIndexToUCStringUPP(IndexToUCStringUPP)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/UnicodeUtilities.h:391
 boolean CarbonCoreLibrary.InvokeIndexToUCStringUPP(int index, Pointer listDataPtr, Pointer refcon, CarbonCoreLibrary.CFStringRef outString, ShortBuffer tsOptions, CarbonCoreLibrary.IndexToUCStringProcPtr userUPP)
          InvokeIndexToUCStringUPP()

Availability:
Mac OS X: in version 10.4 and later in CoreServices.framework
CarbonLib: not available in CarbonLib 1.x, is available on Mac OS X version 10.4 and later
Non-Carbon CFM: available as macro/inline
Original signature : Boolean InvokeIndexToUCStringUPP(UInt32, void*, void*, CFStringRef*, UCTypeSelectOptions*, IndexToUCStringUPP)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/UnicodeUtilities.h:402
 boolean CarbonCoreLibrary.InvokeIndexToUCStringUPP(int index, Pointer listDataPtr, Pointer refcon, CarbonCoreLibrary.CFStringRef outString, ShortByReference tsOptions, CarbonCoreLibrary.IndexToUCStringProcPtr userUPP)
          Deprecated. use the safer methods CarbonCoreLibrary.InvokeIndexToUCStringUPP(int, com.sun.jna.Pointer, com.sun.jna.Pointer, org.rococoa.cocoa.carboncore.CarbonCoreLibrary.CFStringRef, java.nio.ShortBuffer, org.rococoa.cocoa.carboncore.CarbonCoreLibrary.IndexToUCStringProcPtr) and CarbonCoreLibrary.InvokeIndexToUCStringUPP(int, com.sun.jna.Pointer, com.sun.jna.Pointer, org.rococoa.cocoa.carboncore.CarbonCoreLibrary.CFStringRef, com.sun.jna.ptr.ShortByReference, org.rococoa.cocoa.carboncore.CarbonCoreLibrary.IndexToUCStringProcPtr) instead
 CarbonCoreLibrary.IndexToUCStringProcPtr CarbonCoreLibrary.NewIndexToUCStringUPP(CarbonCoreLibrary.IndexToUCStringProcPtr userRoutine)
          NewIndexToUCStringUPP()

Availability:
Mac OS X: in version 10.4 and later in CoreServices.framework
CarbonLib: not available in CarbonLib 1.x, is available on Mac OS X version 10.4 and later
Non-Carbon CFM: available as macro/inline
Original signature : IndexToUCStringUPP NewIndexToUCStringUPP(IndexToUCStringProcPtr)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/UnicodeUtilities.h:380
 



Copyright © 2009. All Rights Reserved.