Uses of Class
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.CFStringRef

Packages that use CarbonCoreLibrary.CFStringRef
org.rococoa.cocoa.carboncore   
org.rococoa.cocoa.searchkit   
 

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

Methods in org.rococoa.cocoa.carboncore with parameters of type CarbonCoreLibrary.CFStringRef
 boolean CarbonCoreLibrary.IndexToUCStringProcPtr.invoke(int index, Pointer listDataPtr, Pointer refcon, CarbonCoreLibrary.CFStringRef outString, ShortByReference tsOptions)
           
 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
 

Uses of CarbonCoreLibrary.CFStringRef in org.rococoa.cocoa.searchkit
 

Methods in org.rococoa.cocoa.searchkit with parameters of type CarbonCoreLibrary.CFStringRef
 void SearchKitLibrary.SKIndexCopyInfoForDocumentIDs(SearchKitLibrary.__SKIndex inIndex, NativeLong inCount, NativeLongByReference inDocumentIDsArray, CarbonCoreLibrary.CFStringRef outNamesArray, NativeLongByReference outParentIDsArray)
          SKIndexCopyInfoForDocumentIDs()

Summary:
Copies document names and parent ids by way of document IDs in an
index.
 



Copyright © 2009. All Rights Reserved.