|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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 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 |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |