Uses of Class
org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFArray

Packages that use HIServicesLibrary.__CFArray
org.rococoa.cocoa.ae   
org.rococoa.cocoa.carboncore   
org.rococoa.cocoa.cfnetwork   
org.rococoa.cocoa.colorsync   
org.rococoa.cocoa.corefoundation   
org.rococoa.cocoa.coretext   
org.rococoa.cocoa.hiservices   
org.rococoa.cocoa.launchservices   
org.rococoa.cocoa.metadata   
org.rococoa.cocoa.osservices   
org.rococoa.cocoa.searchkit   
 

Uses of HIServicesLibrary.__CFArray in org.rococoa.cocoa.ae
 

Methods in org.rococoa.cocoa.ae that return HIServicesLibrary.__CFArray
 HIServicesLibrary.__CFArray AELibrary.AERemoteProcessResolverGetProcesses(AELibrary.AERemoteProcessResolver ref, CFStreamError outError)
          AERemoteProcessResolverGetProcesses()

Discussion:
Returns a CFArrayRef containing CFDictionary objects containing
information about processses running on a remote machine.
 

Uses of HIServicesLibrary.__CFArray in org.rococoa.cocoa.carboncore
 

Methods in org.rococoa.cocoa.carboncore that return HIServicesLibrary.__CFArray
 HIServicesLibrary.__CFArray CarbonCoreLibrary.FSEventStreamCopyPathsBeingWatched(CarbonCoreLibrary.__FSEventStream streamRef)
          FSEventStreamCopyPathsBeingWatched()

Discussion:
Fetches the paths supplied when the stream was created via one of
the FSEventStreamCreate...() functions.
 

Methods in org.rococoa.cocoa.carboncore with parameters of type HIServicesLibrary.__CFArray
 CarbonCoreLibrary.__FSEventStream CarbonCoreLibrary.FSEventStreamCreate(CoreFoundationLibrary.__CFAllocator allocator, CarbonCoreLibrary.FSEventStreamCallback callback, FSEventStreamContext context, HIServicesLibrary.__CFArray pathsToWatch, long sinceWhen, double latency, int flags)
          FSEventStreamCreate()

Discussion:
Creates a new FS event stream object with the given parameters.
 CarbonCoreLibrary.__FSEventStream CarbonCoreLibrary.FSEventStreamCreateRelativeToDevice(CoreFoundationLibrary.__CFAllocator allocator, CarbonCoreLibrary.FSEventStreamCallback callback, FSEventStreamContext context, int deviceToWatch, HIServicesLibrary.__CFArray pathsToWatchRelativeToDevice, long sinceWhen, double latency, int flags)
          FSEventStreamCreateRelativeToDevice()

Discussion:
Creates a new FS event stream object for a particular device with
the given parameters.
 

Uses of HIServicesLibrary.__CFArray in org.rococoa.cocoa.cfnetwork
 

Methods in org.rococoa.cocoa.cfnetwork with parameters of type HIServicesLibrary.__CFArray
 void CFNetworkLibrary.CFProxyAutoConfigurationResultCallback.invoke(Pointer client, HIServicesLibrary.__CFArray proxyList, ColorSyncLibrary.__CFError error)
           
 

Uses of HIServicesLibrary.__CFArray in org.rococoa.cocoa.colorsync
 

Methods in org.rococoa.cocoa.colorsync that return HIServicesLibrary.__CFArray
 HIServicesLibrary.__CFArray ColorSyncLibrary.ColorSyncProfileCopyTagSignatures(ColorSyncLibrary.ColorSyncProfile prof)
          Original signature : CFArrayRef ColorSyncProfileCopyTagSignatures(ColorSyncProfileRef)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/ColorSync.framework/Headers/ColorSyncProfile.h:191
 

Methods in org.rococoa.cocoa.colorsync with parameters of type HIServicesLibrary.__CFArray
 ColorSyncLibrary.ColorSyncProfile ColorSyncLibrary.ColorSyncProfileCreateLink(HIServicesLibrary.__CFArray profileInfo, HIServicesLibrary.__CFDictionary options)
          Original signature : ColorSyncProfileRef ColorSyncProfileCreateLink(CFArrayRef, CFDictionaryRef)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/ColorSync.framework/Headers/ColorSyncProfile.h:92
 ColorSyncLibrary.ColorSyncTransform ColorSyncLibrary.ColorSyncTransformCreate(HIServicesLibrary.__CFArray profileSequence, HIServicesLibrary.__CFDictionary options)
          Original signature : ColorSyncTransformRef ColorSyncTransformCreate(CFArrayRef, CFDictionaryRef)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/ColorSync.framework/Headers/ColorSyncTransform.h:20
 boolean ColorSyncLibrary.CMMInitializeLinkProfileProc.invoke(HIServicesLibrary.__CFArray profileInfo, HIServicesLibrary.__CFDictionary options)
           
 boolean ColorSyncLibrary.CMMInitializeTransformProc.invoke(HIServicesLibrary.__CFArray profileInfo, HIServicesLibrary.__CFDictionary options)
           
 

Uses of HIServicesLibrary.__CFArray in org.rococoa.cocoa.corefoundation
 

Fields in org.rococoa.cocoa.corefoundation declared as HIServicesLibrary.__CFArray
 HIServicesLibrary.__CFArray CFXMLElementInfo.attributeOrder
           
 

Methods in org.rococoa.cocoa.corefoundation that return HIServicesLibrary.__CFArray
 HIServicesLibrary.__CFArray CoreFoundationLibrary.CFArrayCreate(CoreFoundationLibrary.__CFAllocator allocator, PointerByReference values, NativeLong numValues, CFArrayCallBacks callBacks)
           
 HIServicesLibrary.__CFArray CoreFoundationLibrary.CFArrayCreateCopy(CoreFoundationLibrary.__CFAllocator allocator, HIServicesLibrary.__CFArray theArray)
           
 HIServicesLibrary.__CFArray CoreFoundationLibrary.CFArrayCreateMutable(CoreFoundationLibrary.__CFAllocator allocator, NativeLong capacity, CFArrayCallBacks callBacks)
           
 HIServicesLibrary.__CFArray CoreFoundationLibrary.CFArrayCreateMutableCopy(CoreFoundationLibrary.__CFAllocator allocator, NativeLong capacity, HIServicesLibrary.__CFArray theArray)
           
 HIServicesLibrary.__CFArray CoreFoundationLibrary.CFBundleCopyBundleLocalizations(ColorSyncLibrary.__CFBundle bundle)
          Original signature : CFArrayRef CFBundleCopyBundleLocalizations(CFBundleRef)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBundle.h:175
 HIServicesLibrary.__CFArray CoreFoundationLibrary.CFBundleCopyExecutableArchitectures(ColorSyncLibrary.__CFBundle bundle)
          Original signature : CFArrayRef CFBundleCopyExecutableArchitectures(CFBundleRef)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBundle.h:250
 HIServicesLibrary.__CFArray CoreFoundationLibrary.CFBundleCopyExecutableArchitecturesForURL(ColorSyncLibrary.__CFURL url)
          Original signature : CFArrayRef CFBundleCopyExecutableArchitecturesForURL(CFURLRef)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBundle.h:227
 HIServicesLibrary.__CFArray CoreFoundationLibrary.CFBundleCopyLocalizationsForPreferences(HIServicesLibrary.__CFArray locArray, HIServicesLibrary.__CFArray prefArray)
          Original signature : CFArrayRef CFBundleCopyLocalizationsForPreferences(CFArrayRef, CFArrayRef)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBundle.h:187
 HIServicesLibrary.__CFArray CoreFoundationLibrary.CFBundleCopyLocalizationsForURL(ColorSyncLibrary.__CFURL url)
          Original signature : CFArrayRef CFBundleCopyLocalizationsForURL(CFURLRef)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBundle.h:219
 HIServicesLibrary.__CFArray CoreFoundationLibrary.CFBundleCopyPreferredLocalizationsFromArray(HIServicesLibrary.__CFArray locArray)
          Original signature : CFArrayRef CFBundleCopyPreferredLocalizationsFromArray(CFArrayRef)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBundle.h:179
 HIServicesLibrary.__CFArray CoreFoundationLibrary.CFBundleGetAllBundles()
          Original signature : CFArrayRef CFBundleGetAllBundles()
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBundle.h:59
 HIServicesLibrary.__CFArray CoreFoundationLibrary.CFLocaleCopyAvailableLocaleIdentifiers()
          Original signature : CFArrayRef CFLocaleCopyAvailableLocaleIdentifiers()
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:36
 HIServicesLibrary.__CFArray CoreFoundationLibrary.CFLocaleCopyCommonISOCurrencyCodes()
          Original signature : CFArrayRef CFLocaleCopyCommonISOCurrencyCodes()
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:59
 HIServicesLibrary.__CFArray CoreFoundationLibrary.CFLocaleCopyISOCountryCodes()
          Original signature : CFArrayRef CFLocaleCopyISOCountryCodes()
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:47
 HIServicesLibrary.__CFArray CoreFoundationLibrary.CFLocaleCopyISOCurrencyCodes()
          Original signature : CFArrayRef CFLocaleCopyISOCurrencyCodes()
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:53
 HIServicesLibrary.__CFArray CoreFoundationLibrary.CFLocaleCopyISOLanguageCodes()
          Original signature : CFArrayRef CFLocaleCopyISOLanguageCodes()
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:41
 HIServicesLibrary.__CFArray CoreFoundationLibrary.CFLocaleCopyPreferredLanguages()
          Original signature : CFArrayRef CFLocaleCopyPreferredLanguages()
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:64
 HIServicesLibrary.__CFArray CoreFoundationLibrary.CFPlugInFindFactoriesForPlugInType(CoreFoundationLibrary.__CFUUID typeUUID)
          Original signature : CFArrayRef CFPlugInFindFactoriesForPlugInType(CFUUIDRef)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPlugIn.h:67
 HIServicesLibrary.__CFArray CoreFoundationLibrary.CFPlugInFindFactoriesForPlugInTypeInPlugIn(CoreFoundationLibrary.__CFUUID typeUUID, ColorSyncLibrary.__CFBundle plugIn)
          Original signature : CFArrayRef CFPlugInFindFactoriesForPlugInTypeInPlugIn(CFUUIDRef, CFPlugInRef)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPlugIn.h:71
 HIServicesLibrary.__CFArray CoreFoundationLibrary.CFRunLoopCopyAllModes(CoreFoundationLibrary.__CFRunLoop rl)
          Original signature : CFArrayRef CFRunLoopCopyAllModes(CFRunLoopRef)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFRunLoop.h:56
 HIServicesLibrary.__CFArray CoreFoundationLibrary.CFTimeZoneCopyKnownNames()
          Original signature : CFArrayRef CFTimeZoneCopyKnownNames()
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFTimeZone.h:32
 

Methods in org.rococoa.cocoa.corefoundation with parameters of type HIServicesLibrary.__CFArray
 void CoreFoundationLibrary.CFArrayAppendArray(HIServicesLibrary.__CFArray theArray, HIServicesLibrary.__CFArray otherArray, CFRange.ByValue otherRange)
           
 void CoreFoundationLibrary.CFArrayAppendValue(HIServicesLibrary.__CFArray theArray, Pointer value)
           
 void CoreFoundationLibrary.CFArrayApplyFunction(HIServicesLibrary.__CFArray theArray, CFRange.ByValue range, CoreFoundationLibrary.CFArrayApplierFunction applier, Pointer context)
           
 NativeLong CoreFoundationLibrary.CFArrayBSearchValues(HIServicesLibrary.__CFArray theArray, CFRange.ByValue range, Pointer value, CoreFoundationLibrary.CFComparatorFunction comparator, Pointer context)
           
 boolean CoreFoundationLibrary.CFArrayContainsValue(HIServicesLibrary.__CFArray theArray, CFRange.ByValue range, Pointer value)
           
 HIServicesLibrary.__CFArray CoreFoundationLibrary.CFArrayCreateCopy(CoreFoundationLibrary.__CFAllocator allocator, HIServicesLibrary.__CFArray theArray)
           
 HIServicesLibrary.__CFArray CoreFoundationLibrary.CFArrayCreateMutableCopy(CoreFoundationLibrary.__CFAllocator allocator, NativeLong capacity, HIServicesLibrary.__CFArray theArray)
           
 void CoreFoundationLibrary.CFArrayExchangeValuesAtIndices(HIServicesLibrary.__CFArray theArray, NativeLong idx1, NativeLong idx2)
           
 NativeLong CoreFoundationLibrary.CFArrayGetCount(HIServicesLibrary.__CFArray theArray)
           
 NativeLong CoreFoundationLibrary.CFArrayGetCountOfValue(HIServicesLibrary.__CFArray theArray, CFRange.ByValue range, Pointer value)
           
 NativeLong CoreFoundationLibrary.CFArrayGetFirstIndexOfValue(HIServicesLibrary.__CFArray theArray, CFRange.ByValue range, Pointer value)
           
 NativeLong CoreFoundationLibrary.CFArrayGetLastIndexOfValue(HIServicesLibrary.__CFArray theArray, CFRange.ByValue range, Pointer value)
           
 Pointer CoreFoundationLibrary.CFArrayGetValueAtIndex(HIServicesLibrary.__CFArray theArray, NativeLong idx)
           
 void CoreFoundationLibrary.CFArrayGetValues(HIServicesLibrary.__CFArray theArray, CFRange.ByValue range, PointerByReference values)
           
 void CoreFoundationLibrary.CFArrayInsertValueAtIndex(HIServicesLibrary.__CFArray theArray, NativeLong idx, Pointer value)
           
 void CoreFoundationLibrary.CFArrayRemoveAllValues(HIServicesLibrary.__CFArray theArray)
           
 void CoreFoundationLibrary.CFArrayRemoveValueAtIndex(HIServicesLibrary.__CFArray theArray, NativeLong idx)
           
 void CoreFoundationLibrary.CFArrayReplaceValues(HIServicesLibrary.__CFArray theArray, CFRange.ByValue range, PointerByReference newValues, NativeLong newCount)
           
 void CoreFoundationLibrary.CFArraySetValueAtIndex(HIServicesLibrary.__CFArray theArray, NativeLong idx, Pointer value)
           
 void CoreFoundationLibrary.CFArraySortValues(HIServicesLibrary.__CFArray theArray, CFRange.ByValue range, CoreFoundationLibrary.CFComparatorFunction comparator, Pointer context)
           
 HIServicesLibrary.__CFArray CoreFoundationLibrary.CFBundleCopyLocalizationsForPreferences(HIServicesLibrary.__CFArray locArray, HIServicesLibrary.__CFArray prefArray)
          Original signature : CFArrayRef CFBundleCopyLocalizationsForPreferences(CFArrayRef, CFArrayRef)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBundle.h:187
 HIServicesLibrary.__CFArray CoreFoundationLibrary.CFBundleCopyPreferredLocalizationsFromArray(HIServicesLibrary.__CFArray locArray)
          Original signature : CFArrayRef CFBundleCopyPreferredLocalizationsFromArray(CFArrayRef)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBundle.h:179
 void CoreFoundationLibrary.CFBundleGetDataPointersForNames(ColorSyncLibrary.__CFBundle bundle, HIServicesLibrary.__CFArray symbolNames, PointerByReference stbl)
          Original signature : void CFBundleGetDataPointersForNames(CFBundleRef, CFArrayRef, void*[])
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBundle.h:290
 void CoreFoundationLibrary.CFBundleGetFunctionPointersForNames(ColorSyncLibrary.__CFBundle bundle, HIServicesLibrary.__CFArray functionNames, PointerByReference ftbl)
          Original signature : void CFBundleGetFunctionPointersForNames(CFBundleRef, CFArrayRef, void*[])
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBundle.h:284
 NativeLong CoreFoundationLibrary.CFStringTokenizerGetCurrentSubTokens(CoreFoundationLibrary.__CFStringTokenizer tokenizer, CFRange ranges, NativeLong maxRangeLength, HIServicesLibrary.__CFArray derivedSubTokens)
           
 boolean CoreFoundationLibrary.CFURLCreateDataAndPropertiesFromResource(CoreFoundationLibrary.__CFAllocator alloc, ColorSyncLibrary.__CFURL url, CoreFoundationLibrary.CFDataRef resourceData, HIServicesLibrary.__CFDictionary[] properties, HIServicesLibrary.__CFArray desiredProperties, IntBuffer errorCode)
          Attempts to read the data and properties for the given URL.
 boolean CoreFoundationLibrary.CFURLCreateDataAndPropertiesFromResource(CoreFoundationLibrary.__CFAllocator alloc, ColorSyncLibrary.__CFURL url, CoreFoundationLibrary.CFDataRef resourceData, HIServicesLibrary.__CFDictionary[] properties, HIServicesLibrary.__CFArray desiredProperties, IntByReference errorCode)
          Attempts to read the data and properties for the given URL.
 boolean CoreFoundationLibrary.CFURLCreateDataAndPropertiesFromResource(CoreFoundationLibrary.__CFAllocator alloc, ColorSyncLibrary.__CFURL url, CoreFoundationLibrary.CFDataRef resourceData, PointerByReference properties, HIServicesLibrary.__CFArray desiredProperties, IntByReference errorCode)
          Deprecated. use the safer methods CoreFoundationLibrary.CFURLCreateDataAndPropertiesFromResource(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, org.rococoa.cocoa.colorsync.ColorSyncLibrary.__CFURL, org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFDataRef, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFDictionary[], org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFArray, java.nio.IntBuffer) and CoreFoundationLibrary.CFURLCreateDataAndPropertiesFromResource(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, org.rococoa.cocoa.colorsync.ColorSyncLibrary.__CFURL, org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFDataRef, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFDictionary[], org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFArray, com.sun.jna.ptr.IntByReference) instead
 

Constructors in org.rococoa.cocoa.corefoundation with parameters of type HIServicesLibrary.__CFArray
CFXMLElementInfo(HIServicesLibrary.__CFDictionary attributes, HIServicesLibrary.__CFArray attributeOrder, boolean isEmpty, byte[] _reserved)
           
 

Uses of HIServicesLibrary.__CFArray in org.rococoa.cocoa.coretext
 

Methods in org.rococoa.cocoa.coretext that return HIServicesLibrary.__CFArray
 HIServicesLibrary.__CFArray CoreTextLibrary.CTFontCollectionCreateMatchingFontDescriptors(CoreTextLibrary.__CTFontCollection collection)
           
 HIServicesLibrary.__CFArray CoreTextLibrary.CTFontCopyAvailableTables(CoreTextLibrary.__CTFont font, int options)
           
 HIServicesLibrary.__CFArray CoreTextLibrary.CTFontCopyFeatures(CoreTextLibrary.__CTFont font)
           
 HIServicesLibrary.__CFArray CoreTextLibrary.CTFontCopyFeatureSettings(CoreTextLibrary.__CTFont font)
           
 HIServicesLibrary.__CFArray CoreTextLibrary.CTFontCopySupportedLanguages(CoreTextLibrary.__CTFont font)
           
 HIServicesLibrary.__CFArray CoreTextLibrary.CTFontCopyVariationAxes(CoreTextLibrary.__CTFont font)
           
 HIServicesLibrary.__CFArray CoreTextLibrary.CTFontDescriptorCreateMatchingFontDescriptors(CoreTextLibrary.__CTFontDescriptor descriptor, CoreFoundationLibrary.__CFSet mandatoryAttributes)
           
 HIServicesLibrary.__CFArray CoreTextLibrary.CTFrameGetLines(CoreTextLibrary.__CTFrame frame)
          Original signature : CFArrayRef CTFrameGetLines(CTFrameRef)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/CoreText.framework/Headers/CTFrame.h:185
 HIServicesLibrary.__CFArray CoreTextLibrary.CTLineGetGlyphRuns(CoreTextLibrary.__CTLine line)
          Original signature : CFArrayRef CTLineGetGlyphRuns(CTLineRef)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/CoreText.framework/Headers/CTLine.h:194
 

Methods in org.rococoa.cocoa.coretext with parameters of type HIServicesLibrary.__CFArray
 CoreTextLibrary.__CTFontCollection CoreTextLibrary.CTFontCollectionCreateCopyWithFontDescriptors(CoreTextLibrary.__CTFontCollection original, HIServicesLibrary.__CFArray descriptors, HIServicesLibrary.__CFDictionary options)
           
 CoreTextLibrary.__CTFontCollection CoreTextLibrary.CTFontCollectionCreateWithFontDescriptors(HIServicesLibrary.__CFArray descriptors, HIServicesLibrary.__CFDictionary options)
           
 

Uses of HIServicesLibrary.__CFArray in org.rococoa.cocoa.hiservices
 

Methods in org.rococoa.cocoa.hiservices with parameters of type HIServicesLibrary.__CFArray
 int HIServicesLibrary.AXUIElementCopyActionNames(HIServicesLibrary.__AXUIElement element, HIServicesLibrary.__CFArray[] names)
          Original signature : AXError AXUIElementCopyActionNames(AXUIElementRef, CFArrayRef*)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/HIServices.framework/Headers/AXUIElement.h:43
 int HIServicesLibrary.AXUIElementCopyAttributeNames(HIServicesLibrary.__AXUIElement element, HIServicesLibrary.__CFArray[] names)
          Original signature : AXError AXUIElementCopyAttributeNames(AXUIElementRef, CFArrayRef*)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/HIServices.framework/Headers/AXUIElement.h:32
 int HIServicesLibrary.AXUIElementCopyMultipleAttributeValues(HIServicesLibrary.__AXUIElement element, HIServicesLibrary.__CFArray attributes, int options, HIServicesLibrary.__CFArray[] values)
          Original signature : AXError AXUIElementCopyMultipleAttributeValues(AXUIElementRef, CFArrayRef, AXCopyMultipleAttributeOptions, CFArrayRef*)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/HIServices.framework/Headers/AXUIElement.h:38
 int HIServicesLibrary.AXUIElementCopyMultipleAttributeValues(HIServicesLibrary.__AXUIElement element, HIServicesLibrary.__CFArray attributes, int options, HIServicesLibrary.__CFArray[] values)
          Original signature : AXError AXUIElementCopyMultipleAttributeValues(AXUIElementRef, CFArrayRef, AXCopyMultipleAttributeOptions, CFArrayRef*)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/HIServices.framework/Headers/AXUIElement.h:38
 int HIServicesLibrary.AXUIElementCopyMultipleAttributeValues(HIServicesLibrary.__AXUIElement element, HIServicesLibrary.__CFArray attributes, int options, PointerByReference values)
          Deprecated. use the safer method HIServicesLibrary.AXUIElementCopyMultipleAttributeValues(org.rococoa.cocoa.hiservices.HIServicesLibrary.__AXUIElement, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFArray, int, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFArray[]) instead
 int HIServicesLibrary.AXUIElementCopyParameterizedAttributeNames(HIServicesLibrary.__AXUIElement element, HIServicesLibrary.__CFArray[] names)
          Original signature : AXError AXUIElementCopyParameterizedAttributeNames(AXUIElementRef, CFArrayRef*)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/HIServices.framework/Headers/AXUIElement.h:40
 

Uses of HIServicesLibrary.__CFArray in org.rococoa.cocoa.launchservices
 

Fields in org.rococoa.cocoa.launchservices declared as HIServicesLibrary.__CFArray
 HIServicesLibrary.__CFArray LSApplicationParameters.argv
          (a dictionary of CFStringRef keys and values).
 HIServicesLibrary.__CFArray LSLaunchURLSpec.itemURLs
          items to open/print, can be NULL
C type : CFArrayRef
 

Methods in org.rococoa.cocoa.launchservices that return HIServicesLibrary.__CFArray
 HIServicesLibrary.__CFArray LaunchServicesLibrary.LSCopyApplicationURLsForURL(ColorSyncLibrary.__CFURL inURL, int inRoleMask)
          LSCopyApplicationURLsForURL()

Discussion:
Returns an array of URLs to applications that offer the requested
role(s) for the input item.
 HIServicesLibrary.__CFArray LaunchServicesLibrary.LSSharedFileListCopySnapshot(LaunchServicesLibrary.OpaqueLSSharedFileListRef inList, IntBuffer outSnapshotSeed)
          LSSharedFileListCopySnapshot()

Summary:
Create snapshot array.
 HIServicesLibrary.__CFArray LaunchServicesLibrary.LSSharedFileListCopySnapshot(LaunchServicesLibrary.OpaqueLSSharedFileListRef inList, IntByReference outSnapshotSeed)
          Deprecated. use the safer methods LaunchServicesLibrary.LSSharedFileListCopySnapshot(org.rococoa.cocoa.launchservices.LaunchServicesLibrary.OpaqueLSSharedFileListRef, java.nio.IntBuffer) and LaunchServicesLibrary.LSSharedFileListCopySnapshot(org.rococoa.cocoa.launchservices.LaunchServicesLibrary.OpaqueLSSharedFileListRef, com.sun.jna.ptr.IntByReference) instead
 

Constructors in org.rococoa.cocoa.launchservices with parameters of type HIServicesLibrary.__CFArray
LSApplicationParameters(NativeLong version, int flags, FSRef.ByReference application, Pointer asyncLaunchRefCon, HIServicesLibrary.__CFDictionary environment, HIServicesLibrary.__CFArray argv, AEDesc.ByReference initialEvent)
           
LSLaunchURLSpec(ColorSyncLibrary.__CFURL appURL, HIServicesLibrary.__CFArray itemURLs, AEDesc.ByReference passThruParams, int launchFlags, Pointer asyncRefCon)
           
 

Uses of HIServicesLibrary.__CFArray in org.rococoa.cocoa.metadata
 

Methods in org.rococoa.cocoa.metadata that return HIServicesLibrary.__CFArray
 HIServicesLibrary.__CFArray MetadataLibrary.MDItemCopyAttributeNames(MetadataLibrary.__MDItem item)
           
 HIServicesLibrary.__CFArray MetadataLibrary.MDQueryCopySortingAttributes(MetadataLibrary.__MDQuery query)
           
 HIServicesLibrary.__CFArray MetadataLibrary.MDQueryCopyValueListAttributes(MetadataLibrary.__MDQuery query)
           
 HIServicesLibrary.__CFArray MetadataLibrary.MDSchemaCopyAllAttributes()
           
 

Methods in org.rococoa.cocoa.metadata with parameters of type HIServicesLibrary.__CFArray
 HIServicesLibrary.__CFDictionary MetadataLibrary.MDItemCopyAttributes(MetadataLibrary.__MDItem item, HIServicesLibrary.__CFArray names)
           
 void MetadataLibrary.MDQuerySetSearchScope(MetadataLibrary.__MDQuery query, HIServicesLibrary.__CFArray scopeDirectories, int scopeOptions)
          Original signature : void MDQuerySetSearchScope(MDQueryRef, CFArrayRef, OptionBits)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/Metadata.framework/Headers/MDQuery.h:912
 

Uses of HIServicesLibrary.__CFArray in org.rococoa.cocoa.osservices
 

Methods in org.rococoa.cocoa.osservices that return HIServicesLibrary.__CFArray
 HIServicesLibrary.__CFArray OSServicesLibrary.CSIdentityGetAliases(OSServicesLibrary.__CSIdentity identity)
          CSIdentityGetAliases()

Summary:
Retrieve the aliases of an identity.
 HIServicesLibrary.__CFArray OSServicesLibrary.CSIdentityQueryCopyResults(OSServicesLibrary.__CSIdentityQuery query)
          CSIdentityQueryCopyResults()

Summary:
Retrieve the results of executing an identity query

Discussion:
Returns an immutable array of CSIdentityRefs, reflecting the
current results of the query's execution.
 

Methods in org.rococoa.cocoa.osservices with parameters of type HIServicesLibrary.__CFArray
 void OSServicesLibrary.CSIdentityQueryReceiveEventCallback.invoke(OSServicesLibrary.__CSIdentityQuery query, NativeLong event, HIServicesLibrary.__CFArray identities, ColorSyncLibrary.__CFError error, Pointer info)
           
 HIServicesLibrary.__CFDictionary OSServicesLibrary.WSMethodInvocationCopyParameters(OSServicesLibrary.OpaqueWSMethodInvocationRef invocation, HIServicesLibrary.__CFArray[] parameterOrder)
          WSMethodInvocationCopyParameters()

Discussion:
Copies the parameters from the invocation.
 void OSServicesLibrary.WSMethodInvocationSetParameters(OSServicesLibrary.OpaqueWSMethodInvocationRef invocation, HIServicesLibrary.__CFDictionary parameters, HIServicesLibrary.__CFArray parameterOrder)
          WSMethodInvocationSetParameters()

Discussion:
Set the parameters for a method invocation.
 

Uses of HIServicesLibrary.__CFArray in org.rococoa.cocoa.searchkit
 

Methods in org.rococoa.cocoa.searchkit that return HIServicesLibrary.__CFArray
 HIServicesLibrary.__CFArray SearchKitLibrary.SKIndexCopyDocumentIDArrayForTermID(SearchKitLibrary.__SKIndex inIndex, NativeLong inTermID)
          SKIndexCopyDocumentIDArrayForTermID()

Summary:
Gets the IDs of the documents containing a given term in an index.
 HIServicesLibrary.__CFArray SearchKitLibrary.SKIndexCopyTermIDArrayForDocumentID(SearchKitLibrary.__SKIndex inIndex, NativeLong inDocumentID)
          SKIndexCopyTermIDArrayForDocumentID()

Summary:
Gets the IDs for the terms of a document in an index.
 HIServicesLibrary.__CFArray SearchKitLibrary.SKSearchGroupCopyIndexes(SearchKitLibrary.__SKSearchGroup inSearchGroup)
          SKSearchGroupCopyIndexes() *** DEPRECATED ***

Summary:
Gets the indexes for a search group.
 HIServicesLibrary.__CFArray SearchKitLibrary.SKSearchResultsCopyMatchingTerms(SearchKitLibrary.__SKSearchResults inSearchResults, NativeLong inItem)
          SKSearchResultsCopyMatchingTerms() *** DEPRECATED ***

Summary:
Gets the matching terms for the specified search result item
index.
 

Methods in org.rococoa.cocoa.searchkit with parameters of type HIServicesLibrary.__CFArray
 SearchKitLibrary.__SKSearchGroup SearchKitLibrary.SKSearchGroupCreate(HIServicesLibrary.__CFArray inArrayOfInIndexes)
          SKSearchGroupCreate() *** DEPRECATED ***

Summary:
Creates a search group as an array of references to indexes.
 SearchKitLibrary.__SKSearchResults SearchKitLibrary.SKSearchResultsCreateWithDocuments(SearchKitLibrary.__SKSearchGroup inSearchGroup, HIServicesLibrary.__CFArray inExampleDocuments, NativeLong inMaxFoundDocuments, Pointer inContext, SearchKitLibrary.SKSearchResultsFilterCallBack inFilterCallBack)
          SKSearchResultsCreateWithDocuments() *** DEPRECATED ***

Summary:
Finds documents similar to given example documents by searching
the indexes in a search group.
 



Copyright © 2009. All Rights Reserved.